Skip to content

Commit 3b706e4

Browse files
committed
stellar#4538: updated changelog notes
1 parent 1a50ed7 commit 3b706e4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

services/horizon/CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Pending
77

8-
### Added
8+
### Fixed
9+
10+
- Horizon: not passing trusted hash to captive-core when configured to run catchup "on disk" ([4538](https://github.com/stellar/go/pull/4538))
11+
12+
## 2.32.0
913

1014
- 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))
1115
- Configure horizon reingestion to obtain ledger tx meta in pre-computed files from a Google Cloud Storage(GCS) location.
1216
- 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.
1317
- 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).
14-
15-
18+
- Add metrics for reaping of history lookup tables ([5385](https://github.com/stellar/go/pull/5385)).
19+
- 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)).
1620

1721
## 2.31.0
1822

0 commit comments

Comments
 (0)