Skip to content

3.0.0

Compare
Choose a tag to compare
@EKnizhnik EKnizhnik released this 02 Jul 08:20
· 49 commits to master since this release
  • 🎉 New:

    • Brand new "Next Generation" machine-learning-based barcode scanning engine with improved reliability and much faster performance
    • API changes for the new barcode engine: added engineMode property of type SBSDKBarcodeEngineMode on barcode scanning APIs like SBSDKBarcodeScanner, SBSDKBarcodeScannerViewController, and SBSDKUIBarcodesBatchScannerBehaviorConfiguration to switch between the legacy barcode engine and the new Next Generation barcode engine. By default, the new engine is used.
  • ⚠️ Breaking Changes:

    • Removed enableHighSensitivityMode property on SBSDKBarcodeScanner, because it is no longer needed
  • 🚀 Improvements:

    • Improved logging for license failures. The app bundle identifier from the license and from the app will be displayed in the log in case you accidentally set up a wrong license. Also now the expiration date of expired licenses is being logged to the console.