Releases: stellar/anchor-platform
Releases · stellar/anchor-platform
1.2.9
Commit Sep31 transaction to database before calling the unique_address
endpoint.
2.0.0-preview-1
release-2.0.0-preview-1 Changed the docker hub tag in the release workflow
1.2.8
This is to fix the bug where SEP-31 transaction is not saved in the database after deposit info is updated.
1.2.7
Add database backoff timer to reconnect to database when the connection is lost to improve the stability.
1.2.6
- 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
What's Changed
Full Changelog: release-1.2.4...release-1.2.5
release-1.0.12
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
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
1.2.2
- Add silence watcher that sets the observer to SILENCE_ERROR when the SSEStream is silent for too long.
- Add SSEStream failure handler that sets the observer to STREAM_ERROR when failed.
- Add status watcher that decides to reconnect or to set the health status to RED depends on the reconnection/backoff timer status.
- Add proper HTTP status code to the /health endpoint when the observer is in unhealthy state.