Releases: smileidentity/ios
Releases · smileidentity/ios
v10.2.1
v10.2.0
What's Changed
- Convert AnyPublisher to async/await by @tobitech in #183
- Breaking Change: Updated the networking layer to use Swift's
async/await
instead of Combine'sAnyPublisher
and now returnasync
functions. This improves readability and aligns with modern Swift concurrency practices. - All instances where these methods are used have been updated accordingly.
- Breaking Change: Updated the networking layer to use Swift's
Full Changelog: v10.1.6...v10.2.0
v10.1.6
What's Changed
- Make Color Hex Initialiser Public by @tobitech in #179
- Update Generic SDK Errors with Platform Errors by @jumaallan in #176
Full Changelog: v10.1.4...v10.1.6
v10.1.5
v10.1.4
What's Changed
Added
- Improved SmartSelfie Enrollment and Authentication times by moving to a synchronous API endpoint
Fixed
- Fixed a bug where invalid file paths were returned and retries did not work
Full Changelog: v10.1.3...v10.1.4