Releases: stellar/anchor-platform
Releases · stellar/anchor-platform
1.2.1
- Fix
gson
serialization error caused by serializing the Refunds object. - No helm chart update is require, but please ensure to update your docker image tag to this release.
1.2.0
- Separate the payment observer as a stand-alone service. Requires helm-chart version 0.3.91.
- Fix the bug the observer would stuck if the connection is interrupted.
- Add payment observer retries with exponential back-off timer.
- Add health check endpoint to the Stellar observer.
- Add
refunded
status to the patch transaction endpoint.
1.1.1
1.1.1
Update the version of Helm Chart.
1.1.0
1.1.0
- SDK support for [SEP-1], [SEP-10], [SEP-12], [SEP-31] & [SEP-38].
- API support for [SEP-1], [SEP-10], [SEP-12], [SEP-31] & [SEP-38].
- Database support for H2, SQLite, Postgres & Aurora Postgres.
- Queue Publishing support for Kafka and SQS.
- Stellar network monitoring for incoming [SEP-31] payments.
- End-to-end tests through docker-compose.
- Updated documentation.
- Deployment examples with k8s, helm-charts, and fargate.
Release 1.0.11
- Pass lang to more_info_url
- Added REFUNDED status to WithdrawTransactionResponse and DepositTransactionResponse.
Release 1.0.10
- Fixed the trailing ":" of JWT subject in SEP-10
- Use Long.parseUnsignedLong to parse MemoId.
Release 1.0.9
- Add SEP-10 memo handling and SEP-24 account memo and transaction memo handling.
- Add language fallback.
Release 1.0.7
- Add
lang
support in SEP-24 - Add
refund
in the SEP-24 status.
Release 1.0.3
Added JwtService constructor that takes the secret
string.
Release 1.0.2
Sep1, Sep10, Sep24 implementation support.