Skip to content

Releases: stellar/anchor-platform

1.2.1

19 Oct 16:28
39f74a5
Compare
Choose a tag to compare
  • 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

12 Oct 17:29
92f941d
Compare
Choose a tag to compare
  • 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

27 Sep 18:02
48ad477
Compare
Choose a tag to compare

1.1.1

Update the version of Helm Chart.

1.1.0

15 Sep 22:48
c4c6919
Compare
Choose a tag to compare

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

21 Jul 22:07
Compare
Choose a tag to compare
  1. Pass lang to more_info_url
  2. Added REFUNDED status to WithdrawTransactionResponse and DepositTransactionResponse.

Release 1.0.10

03 Jun 23:18
Compare
Choose a tag to compare
  1. Fixed the trailing ":" of JWT subject in SEP-10
  2. Use Long.parseUnsignedLong to parse MemoId.

Release 1.0.9

02 Jun 07:54
Compare
Choose a tag to compare
  1. Add SEP-10 memo handling and SEP-24 account memo and transaction memo handling.
  2. Add language fallback.

Release 1.0.7

01 Jun 04:19
Compare
Choose a tag to compare
  1. Add lang support in SEP-24
  2. Add refund in the SEP-24 status.

Release 1.0.3

10 Mar 03:58
Compare
Choose a tag to compare

Added JwtService constructor that takes the secret string.

Release 1.0.2

02 Mar 19:20
5489326
Compare
Choose a tag to compare

Sep1, Sep10, Sep24 implementation support.