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.29] 2025-07-XX
Changed
- Improve list beneficiaries method query to allow to filter for status, legal type and beneficiaries that has transacted.
[0.9.28] 2025-05-XX
Added
- Added preview quote for international transfer method.
- Added list and get SWIFT bank payout method allowed configurations for international transfers;
- Added list allowed countries and currencies pairs for payout methods.
[0.9.27] 2025-03-18
Added
- Added bank account type to ACH payout methods.
- Added missing fields to beneficiaries and remittance transaction creation.
[0.9.26] 2025-01-27
Changed
- Refactored SDK core structure to adapt to async calls.
[0.9.25] 2024-03-21
Updated
- Changed minimum supported version to iOS 13.0.
- Removed country and currency fields from beneficiary update method.
[0.9.24] 2024-01-31
Added
- Added payout methods on beneficiaries.
[0.9.23] 2023-06-27
Changed
- Alcore integration update.
[0.9.22] 2023-05-02
Changed
- Update beneficiary model with middle and second last name fields.
[0.9.21] 2023-03-31
Added
- Cash-pickup cities and locations listing.
Changed
- Update beneficiary creation to support a cash-pickup location.
- Updated beneficary model with phone and label fields.
- Changed description field to optional on remittance creation.
[0.9.20] 2023-01-19
Added
- Added legal type, business name, and external id to the beneficiary model.
[0.9.19] 2022-10-31
Changed
- Updated AlCore dependency.
[0.9.18] 2022-10-11
Changed
- Add transfer funds method for local beneficiaries.
[0.9.17] 2022-08-11
Added
- Added external id field on update beneficiary method.
[0.9.16] - 2022-07-18
Changed
- Fixed bugs and added several performance improvements.
[0.9.14] - 2022-06-08
Changed
- Support nullable fields on the beneficiary address model.
[0.9.13] - 2022-05-19
Fixed
- Fixed quote model encode.
[0.9.12] - 2022-05-13
Changed
- Updated AlCore dependency.
[0.9.11] 2022-05-09
Changed
- Update Sierra APIs to version 2021-11-18.
[0.9.10] 2022-04-11
Changed
- Fixed bugs and added several performance improvements.
[0.9.9] - 2022-02-23
Added
- Added closure, combine and async/await integration options.
Changed
- Breaking Changes
Currencywas moved to AlCore.QuoteCalcTypewas moved to AlCore and renamed toCalcType.QuoteServiceFeeTypewas moved to AlCore and renamed toServiceFeeType.QuoteServiceFeeValuewas moved to AlCore, renamed toServiceFeeValueand refactored to an enum.QuoteServiceFeeValue(amount:percent:)was refactored toServiceFeeValue.amount(_:)andServiceFeeValue.percent(_:).BankAccountDetailsRequestwas moved to AlCore and refactored to an enum.BankAccountDetailsRequest(ach:eft:swift:iban:clabe:)was refactored toBankAccountDetailsRequest.ach(routingNumber:accountNumber:),BankAccountDetailsRequest.eft(transitNumber:institutionCode:accountNumber:),BankAccountDetailsRequest.swift(bicCode:accountNumber:),BankAccountDetailsRequest.iban(ibanNumber: String)andBankAccountDetailsRequest.clabe(bicCode:clabeNumber:).BankAccountDetailswas moved to AlCore.
[0.9.7] - 2022-01-26
Changed
- Updated AlCore dependency.
[0.9.6] - 2022-01-21
Added
- CLABE bank account are now supported on beneficiaries.
[0.9.5] - 2022-01-14
Added
- Issue a remittance transaction feature.
[0.9.4] - 2022-01-14
Added
- Create a remittance quote feature.
[0.9.3] - 2021-12-20
Changed
- Small code style and syntax revision.
[0.9.2] - 2021-11-17
Changed
- Updated iOS 15 compatibility.
[0.9.1] - 2021-10-20
Added
- Beneficiary management features.
View on GitHub