Skip to content

Commit

Permalink
Update changelog for 2.32.0 release (#5403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms authored Jul 29, 2024
1 parent ecd28b6 commit 8b1dba4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@
All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).

## Pending
## 2.32.0

### Added

- Reingest from pre-computed tx meta on remote cloud storage. ([4911](https://github.com/stellar/go/issues/4911)), ([5374](https://github.com/stellar/go/pull/5374))
- Configure horizon reingestion to obtain ledger tx meta in pre-computed files from a Google Cloud Storage(GCS) location.
- Using this option will no longer require a captive core binary be present and it no longer runs a captive core sub-process, instead obtaining the tx meta from the GCS backend.
- Horizon supports this new feature with two new parameters `ledgerbackend` and `datastore-config` on the `reingest` command. Refer to [Reingestion README](./internal/ingest/README.md#reingestion).
- Add metrics for reaping of history lookup tables ([5385](https://github.com/stellar/go/pull/5385)).
- Add `--reap-lookup-tables` (defaults to true) which will disable reaping of history lookup tables when set to false. ([5366](https://github.com/stellar/go/pull/5366)).


### Fixed
- Fix ingestion duration metric so it includes time spent reaping history lookup tables ([5361](https://github.com/stellar/go/pull/5361)).
- Optimize query for reaping history lookup tables ([5393](https://github.com/stellar/go/pull/5393)).

## 2.31.0

Expand Down

0 comments on commit 8b1dba4

Please sign in to comment.