Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Jun 13, 2024
1 parent a9391b0 commit fa0be09
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,25 @@
All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 2.31.0

### Breaking Changes

- Change ingestion filtering logic to store transactions if any filter matches on it. ([5303](https://github.com/stellar/go/pull/5303))
- The previous behaviour was to store a tx only if both asset and account filters match together. So even if a tx matched an account filter but failed to match an asset filter, it would not be stored by Horizon.
- The previous behaviour was to store a tx only if both asset and account filters match together. So even if a tx matched an account filter but failed to match an asset filter, it would not be stored by Horizon.

### Added

- Bump XDR definitions ([5289](https://github.com/stellar/go/pull/5289)), ([5330](https://github.com/stellar/go/pull/5330))
- Add new async transaction submission endpoint ([5188](https://github.com/stellar/go/pull/5188))
- Add `horizon_ingest_errors_total` metric key ([5302](https://github.com/stellar/go/pull/5302))
- Add transaction hash to txsub timeout response ([5328](https://github.com/stellar/go/pull/5328))

### Fixed

- Clean up duplicate captive-core default config files ([5293](https://github.com/stellar/go/pull/5293))
- Remove internal API reference in the docs ([5336](https://github.com/stellar/go/pull/5336))
- Updated documentation guide for developers ([5337](https://github.com/stellar/go/pull/5337))

## 2.30.0

Expand Down

0 comments on commit fa0be09

Please sign in to comment.