Kotlin
Release Notes
v2.2.1 (Apr 19, 2025)
📝 Summary
PriceTag and ItemRetrieval features enabled
New Features
- PriceTag
- ItemRetrieval
v2.2.0 (Apr 10, 2025)
📝 Summary
This version has Barcode symbology added. When user scans a barcode or QR code, we send the type of barcode along with the barcode result.
⚙️ Improvements
- Barcode symbology is now being sent to client
🐛 Bug Fixes
- NPE on some specific barcodes fixed
v2.1.14 (Apr 8, 2025)
📝 Summary
This version has Sentry SDK added. Any unhandled crashes will now be sent to our Sentry Dashboard
⚙️ Improvements
- Sentry SDK added in VisionSDK
v2.1.13 (Mar 25, 2025)
📝 Summary
Support up to Android 23 added. This will help with expo but no one can actually use VisionSDK on Android 28 or lower.
⚙️ Improvements
- Error improvement when client app accesses something from VisionSDK without initializing it first
v2.1.12 (March 13, 2025)
📝 Summary
This version contains log file management. Client app actions and processes are logged in a file. And then client app can share those logs with PackageX, should they need to.
⚙️ Improvements
- Log files management
v2.1.5 (Feb 10, 2025)
📝 Summary
This release has two minor changes. In telemetry API, we're now sending improved name and model of device and image resizing is now optional for users when making API calls.
⚙️ Improvements
- Improved device model name in telemetry API
- Resizing option available for client app