Releases: stellar/django-polaris
Releases · stellar/django-polaris
v2.5.0
v2.4.2-rc1
Bug Fixes
- Fixes the on-change callback signatures by serializing the transaction object to json before signing (#711)
v2.3.10
v2.4.1-rc1
Updates
- Adds the
Signature
header to on-change callback requests for SEP-24, 6, & 31 as defined in each SEP
Bug Fixes
- Adds a
"transaction"
top-level key to the callback request body
v2.3.9
v2.4.0-rc1
Updates stellar-sdk to 9.0.0a2, compatible with Soroban Preview 11, in preparation for the Protocol 20 release.
Update to this version in order to test your application on futurenet, and soon testnet, prior to mainnet's upgrade to Protocol 20. v2.4.0 will be released following the stellar-sdk 9.0.0 release.
v2.3.8
v2.3.7
Updates
- Added
bank_account_type
SEP-9 field (#679)
Dependencies
- Updated cryptography to
^39
(#684)- NOTE: This is a major version change for the package. No changes were required in Polaris, but make sure to check the changelog if you use this package in your application.