Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.9.25] - 2024-03-14¶
Changed¶
- Update minimum supported version to Android 23
- Update camera dependency
- Remove transaction status from get receipt method
[0.9.24] - 2024-01-31¶
Added¶
- Added rejected reasons to check deposit.
- Added metadata to tokenized payment methods.
- Added card processing data to transactions.
- Added metadata to some endpoints.
- Added rejected reasons list to check deposit response.
Changed¶
- Update transfer funds method.
- Update dependencies.
[0.9.23] - 2023-06-27¶
Changed¶
- Alcore integration update.
Removed¶
- Zip code validations on address update.
[0.9.21] - 2023-04-03¶
Added¶
- Support for Plaid bank account activation and new payment method status reasons;
- Add account uuid field to response models.
Changed¶
- Adapt get receipt to return cash-pickup estimated delivery date.
[0.9.20] - 2023-01-19¶
Added¶
- Add support to status CANCELED on check deposit;
- Support prepaid non-reloadable wallet type.
[0.9.19] - 2022-10-31¶
Added¶
- Add pending funds field to wallet funds model
- Add optional prefund field on the load funds method
- New maintenance error with error code 299.
- Add missing documentation to public code.
- Add and review transaction types.
Changed¶
- Move Response object wrapper into com.alviere.android.alcore.response.
- Changes on safeArgs name fields.
[0.9.18] - 2022-10-11¶
Added¶
- Missing data model fields.
- Country data model.
- New Interface to access SDK requests.
- Query parameters to Get Wallets request method.
- Get Receipt request method.
- Send Funds P2P request method.
Changed¶
- Updated dependencies.
- Mapped all ISO Countries and Currencies.
[0.9.17] - 2022-08-11¶
Added¶
- Checks free capture mode
Changed¶
- Bug fixes and several performance improvements.
[0.9.16] - 2022-07-18¶
Added¶
- Free check capture method on check deposits.
- Cancel transaction and list child transactions features.
Changed¶
- Fixed bugs and added several performance improvements.
[0.9.15] - 2022-06-09¶
Fixed¶
- Fixed check deposit service fee model.
[0.9.14] - 2022-06-08¶
Changed¶
- Check deposit UI refinement.
[0.9.11] - 2022-05-10¶
Added¶
- Added check deposit feature.
Changed¶
- Update Sierra APIs to version 2021-11-18.
- Transaction types review.
[0.9.10] - 2022-04-12¶
Changed¶
- Reviewed transaction types.
- Fixed bugs and added several performance improvements.
[0.9.9] - 2022-02-23¶
Changed¶
- Transaction types review.
[0.9.7] - 2022-01-26¶
Changed¶
- Updated AlCore dependency.
[0.9.6] - 2022-01-21¶
Added¶
- CLABE bank account are now supported for tokenization.
[0.9.5] - 2022-01-14¶
Changed¶
- Small code style revision.
[0.9.4] - 2022-01-14¶
Fixed¶
- Small bug fixes.
[0.9.3] - 2021-12-18¶
Added¶
- Funds movement (load and withdraw).
- Get account balance and demand deposit account details.
- Get user transaction(s).
[0.9.2] - 2021-11-23¶
Added¶
- Bank account tokenization through Plaid services.
- Get user account payment methods.
[0.9.1] - 2021-10-20¶
Added¶
- Card management features (get and delete).
- Bank account tokenization and management.
[0.9.0] - 2021-08-11¶
Added¶
- Card debit feature (headless and as a UI drop-in component).
- Card tokenization UI.
- Headless interface to tokenize cards manually (without user interface).
- R8 obfuscation setup.