Skip to content

Commit

Permalink
updated CHANGELOG for 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Mar 11, 2024
1 parent d308651 commit 4b0b078
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 2.29.0

### Added
- New `db_error_total` metrics key with labels `ctx_error`, `db_error`, and `db_error_extra` ([5225](https://github.com/stellar/go/pull/5225)).
- Bumped go version to the latest (1.22.1)
- Bumped go version to the latest (1.22.1) ([5232](https://github.com/stellar/go/pull/5232))
- Add metrics for ingestion loaders ([5209](https://github.com/stellar/go/pull/5209)).
- Add metrics for http api requests in flight and requests received ([5240](https://github.com/stellar/go/pull/5240)).

### Fixed
- History archive access is more effective when you pass list of URLs to Horizon: they will now be accessed in a round-robin fashion, use alternative archives on errors, and intelligently back off ([5224](https://github.com/stellar/go/pull/5224))
- Remove captive core info request error logs ([5145](https://github.com/stellar/go/pull/5145))
- Removed duplicate "Processed Ledger" log statement during resume state ([5152](https://github.com/stellar/go/pull/5152))
- Fixed incorrect duration for ingestion processor metric ([5216](https://github.com/stellar/go/pull/5216))
- Fixed sql performance on account transactions query ([5229](https://github.com/stellar/go/pull/5229))


### Breaking Changes
- The Horizon API Transaction resource field in json `result_meta_xdr` is now optional and Horizon API will not emit the field when Horizon has been configured with `SKIP_TXMETA=true`, effectively null, otherwise if Horizon is configured with `SKIP_TXMETA=false` which is default, then the API Transaction field `result_meta_xdr` will remain present and populated with base64 encoded xdr [5228](https://github.com/stellar/go/pull/5228).
Expand Down

0 comments on commit 4b0b078

Please sign in to comment.