Skip to content

Releases: stellar/anchor-platform

1.2.2

26 Oct 05:41
7afa1f8
Compare
Choose a tag to compare
  1. Add silence watcher that sets the observer to SILENCE_ERROR when the SSEStream is silent for too long.
  2. Add SSEStream failure handler that sets the observer to STREAM_ERROR when failed.
  3. Add status watcher that decides to reconnect or to set the health status to RED depends on the reconnection/backoff timer status.
  4. Add proper HTTP status code to the /health endpoint when the observer is in unhealthy state.

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.