Skip to content

Releases: stellar/anchor-platform

1.2.9

21 Mar 06:37
d288fc0
Compare
Choose a tag to compare

Commit Sep31 transaction to database before calling the unique_address endpoint.

2.0.0-preview-1

08 Mar 00:43
8b046f2
Compare
Choose a tag to compare
release-2.0.0-preview-1

Changed the docker hub tag in the release workflow

1.2.8

08 Mar 22:21
63750cf
Compare
Choose a tag to compare

This is to fix the bug where SEP-31 transaction is not saved in the database after deposit info is updated.

1.2.7

02 Mar 18:26
4e9b822
Compare
Choose a tag to compare

Add database backoff timer to reconnect to database when the connection is lost to improve the stability.

1.2.6

14 Feb 18:26
efc3f32
Compare
Choose a tag to compare
  • Add bank_account_type to SEP-9 fields and Customer fields.
  • Updated the db migration file for sep31_transactions table.
  • Docker image

1.2.5

08 Feb 00:49
cc66c13
Compare
Choose a tag to compare

What's Changed

  • [Anchor-149] Update DETELE endpoint to take customer types into account by @Ifropc in #734

Full Changelog: release-1.2.4...release-1.2.5

release-1.0.12

08 Feb 19:30
ff63bec
Compare
Choose a tag to compare

What's Changed

  • SEP-24: add support for refund_memo withdraw request parameters by @JakeUrban in #733
  • core: add CHANGELOG.md and update version in gradle files by @JakeUrban in #740

Full Changelog: release-1.0.11...release-1.0.12

1.2.4

31 Jan 22:41
5206bd4
Compare
Choose a tag to compare

What's Changed

  • custom labels and remove observer ingress by @reecexlm in #705
  • [Anchor-149] Fix customer type not being properly resolved (when multiple types are configured) by @Ifropc in #721
  • SEP-9: Add cbu_alias and cbu_number fields to core and platform by @JakeUrban in #727
  • Bump version to 1.2.4 by @Ifropc in #725

Full Changelog: release-1.2.3...release-1.2.4

1.2.3

23 Nov 23:00
5569efd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...release-1.2.3

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.