Releases: checkout/CheckoutCardManagement-Android
4.0.0
What's Changed
The minimum supported SDK version is now 27 (Android 8.1) alongside Kotlin 2.3.10. You do not need to manually import checkout-card-network anymore, as it will be transitively provided through checkout-card-management; therefore, its transitive dependencies are no longer needed. If you consume the checkout-card-management sdk and the checkout-sdk-oob-android is implicitly provided for you, if not you can still consume it directly.
Full Changelog: 3.0.0...4.0.0
3.1.0
- Adds consumer rules in Pro Guard and some minor internal proguard improvements.
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- RELEASE-3.0.0: Update concurrency model by @tinashe-makuti-cko in #25
Full Changelog: 2.3.0...3.0.0
2.3.0
What's Changed
- RELEASE-2.3.0: Add card status filtering and get card details by @tinashe-makuti-cko in #24
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- Improved Logging
2.2.0
What's Changed
- Align with 16KB Page size requirement
- Drop support before Android 9
Full Changelog: 2.1.1...2.2.0
2.1.1
Patch:
- Reason is now optional when suspending or revoking a card.
2.1.0
Updates
Added the copyPan() feature
2.0.0
Updates
Add support for fetching the Card digitalization state
Breaking Change:
A method to configure Push Provisioning was now added 'CheckoutCardManager.configurePushProvisioning(...)'. This method has to be called before using the other Push Provisioning capabilities (eg: Card.provision(...), Card.getDigitizationState(...))
1.1.1
What's changed
- Enhanced logs