diff --git a/docs/sdks/android/release-notes.md b/docs/sdks/android/release-notes.md index 146bc145..07102316 100644 --- a/docs/sdks/android/release-notes.md +++ b/docs/sdks/android/release-notes.md @@ -252,6 +252,34 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### New Features + +#### Barcode + +* Added `shouldShowTrayIndicatorText` to `BarcodeSequenceView` to toggle the per-row tray indicator label (e.g. "Row 1"). +* Added an option to configure the duration of BarcodeSequence's idle timeout. + +### Bug Fixes + +#### Barcode + +* Fixed an issue where the "Remove" button in the sequence popover would sometimes not work. +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/capacitor/release-notes.md b/docs/sdks/capacitor/release-notes.md index f85ee390..06f54cd6 100644 --- a/docs/sdks/capacitor/release-notes.md +++ b/docs/sdks/capacitor/release-notes.md @@ -242,6 +242,26 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/cordova/release-notes.md b/docs/sdks/cordova/release-notes.md index 155c686a..0b293c64 100644 --- a/docs/sdks/cordova/release-notes.md +++ b/docs/sdks/cordova/release-notes.md @@ -246,6 +246,27 @@ keywords: * Fixed a crash in the DataCaptureView overlay management that could occur during rapid view updates. * Fixed a Cordova iOS compilation error due to missing header files +## 8.1.5 + +**Released**: June 10, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a TypeError: `frameSource.setNativeFrameSourceIsBeingCreated is not a function` thrown when calling `DataCaptureContext.setFrameSource()` with an `ImageFrameSource` on Cordova, Capacitor, and React Native SDKs. +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/flutter/release-notes.md b/docs/sdks/flutter/release-notes.md index a23755af..b7fddd52 100644 --- a/docs/sdks/flutter/release-notes.md +++ b/docs/sdks/flutter/release-notes.md @@ -254,6 +254,27 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed BarcodeAR not displaying an overlay for every scanned barcode when duplicate barcode values are present. +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/ios/release-notes.md b/docs/sdks/ios/release-notes.md index 7aabdd82..6891e92c 100644 --- a/docs/sdks/ios/release-notes.md +++ b/docs/sdks/ios/release-notes.md @@ -239,6 +239,28 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### New Features + +#### Barcode + +* Added `shouldShowTrayIndicatorText` to `BarcodeSequenceView` to toggle the per-row tray indicator label (e.g. "Row 1"). +* Added an option to configure the duration of BarcodeSequence's idle timeout. + +### Bug Fixes + +#### Barcode + +* Fixed BarcodeAR not displaying an overlay for every scanned barcode when duplicate barcode values are present. +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/linux/release-notes.md b/docs/sdks/linux/release-notes.md index fbbb2b1b..b9db2033 100644 --- a/docs/sdks/linux/release-notes.md +++ b/docs/sdks/linux/release-notes.md @@ -83,6 +83,12 @@ No updates for this framework in this release. * Improved the Smart Scan Intention logic for detecting main codes + five-digit add on codes. This improves the rate of complete main + add-on code pairs. +## 8.1.5 + +**Released**: June 10, 2026 + +No updates for this framework in this release. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/net/android/release-notes.md b/docs/sdks/net/android/release-notes.md index fd0b602c..cf63da38 100644 --- a/docs/sdks/net/android/release-notes.md +++ b/docs/sdks/net/android/release-notes.md @@ -218,6 +218,32 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### New Features + +#### Barcode + +* Added an option to configure the duration of BarcodeSequence's idle timeout. + +### Bug Fixes + +#### Barcode + +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/net/ios/release-notes.md b/docs/sdks/net/ios/release-notes.md index b3ed8e7b..f15d479f 100644 --- a/docs/sdks/net/ios/release-notes.md +++ b/docs/sdks/net/ios/release-notes.md @@ -206,6 +206,27 @@ keywords: * Fixed an issue where some LabelCapture fields were being returned incorrectly on TS frameworks * Fixed `BarcodeBatchBasicOverlayStyle.Frame` such that it now correctly displays as a frame on iOS and MAUI iOS platforms, where previously setting the style to `Frame` would incorrectly render as a dot due to an enum value mismatch in the iOS binding layer +## 8.1.5 + +**Released**: June 10, 2026 + +### New Features + +#### Barcode + +* Added an option to configure the duration of BarcodeSequence's idle timeout. + +### Bug Fixes + +#### Barcode + +* Fixed BarcodeAR not displaying an overlay for every scanned barcode when duplicate barcode values are present. +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/react-native/release-notes.md b/docs/sdks/react-native/release-notes.md index 1ac793d8..d32a019e 100644 --- a/docs/sdks/react-native/release-notes.md +++ b/docs/sdks/react-native/release-notes.md @@ -258,6 +258,27 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed BarcodeAR not displaying an overlay for every scanned barcode when duplicate barcode values are present. +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/titanium/release-notes.md b/docs/sdks/titanium/release-notes.md index 8c7ed3d1..b0c75629 100644 --- a/docs/sdks/titanium/release-notes.md +++ b/docs/sdks/titanium/release-notes.md @@ -132,6 +132,26 @@ No updates for this framework in this release. * Fixed a bug that could in rare cases produce a black screen when starting the camera * Fixed an issue where some LabelCapture fields were being returned incorrectly on TS frameworks +## 8.1.5 + +**Released**: June 10, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + +#### Core + +* Fixed a rare crash when starting camera capture while under memory pressure. +* Fixed a rare crash when opening the camera. +* Fixed a rare native crash (SIGABRT in BitTube::recvObjects) that could occur on Android during camera preview rendering. + ## 8.1.4 **Released**: April 21, 2026 diff --git a/docs/sdks/web/release-notes.md b/docs/sdks/web/release-notes.md index 45cb0ff7..79aeebc7 100644 --- a/docs/sdks/web/release-notes.md +++ b/docs/sdks/web/release-notes.md @@ -255,6 +255,20 @@ keywords: * Deprecated some LabelCaptureValidationFlowSetting APIs: requiredFieldErrorText, missingFieldsHintText, manualInputButtonText, as those don't make sense anymore with the redesign of Validation Flow in 8.2 +## 8.1.5 + +**Released**: June 10, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a memory leak in item-based scanning. + +#### Smart Label Capture + +* Fixed a memory leak in LabelCapture. + ## 8.1.4 **Released**: April 21, 2026