Skip to content

7.0.2-RC3

Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 26 May 08:44
· 45 commits to master since this release
  • 🎉 New:
    • Added properties cameraSessionKeepAliveTimeout and animateCameraOverlay to SBSDKBaseScannerGeneralConfiguration.
    • Added properties sessionDidChangeHandler and isSessionRunning to SBSDKBaseScannerViewController.
    • Added functions pause and resume to SBSDKBaseScannerViewController.
  • 🐞 Bug fixes:
    • Fixed GS1Handlings decodeStructure and validateStructure for the barcode format gs1Composite.
    • Fixed an issue where quickly stopping and starting the camera session of any scanner screen could lead to a crash or unpredictable behaviour.
  • ⚠️ Breaking changes:
    • Removed property stopsCameraSessionWhenDisappeared from SBSDKBaseScannerGeneralConfiguration. To emulate this behavior, set cameraSessionKeepAliveTimeout to a high value, e.g. TimeInterval.greatestFiniteMagnitude.
  • 🚙 Under the hood:
    • Upgraded xtensor to 0.26.
    • Upgraded xtl to 0.8.
    • Upgraded xsmid to 13.2.
    • Upgraded CLI11 to 2.5.
    • Upgraded spdlog to 1.15.2.
    • Upgraded Boost to 1.88.