Skip to content

Commit

Permalink
services/horizon: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Apr 17, 2024
1 parent 59ffbd8 commit 05936ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Bump XDR for protocol 21 ([5275](https://github.com/stellar/go/pull/5275))
- Bump XDR for protocol 21 ([5282](https://github.com/stellar/go/pull/5282)), ([5275](https://github.com/stellar/go/pull/5275))
- Make reaping batch sizes configurable via `--history-retention-reap-count` ([5272](https://github.com/stellar/go/pull/5272))
- Log tx meta when ingestion failures occur ([5268](https://github.com/stellar/go/pull/5268))
- Add deprecation warning for `--captive-core-use-db` ([5231](https://github.com/stellar/go/pull/5231))
- Remove unnecessary use of ChangeCompactor to reduce memory bloat during ingestion ([5252](https://github.com/stellar/go/pull/5252))

### Fixed
- Optimized reingestion by addressing performance slowdown due to unnecessary operations on `history_transactions_filtered_tmp`. Removed obsolete `EnableIngestionFiltering` flag. ([5278](https://github.com/stellar/go/pull/5278))
- Reduce memory consumption of CheckpointChangeReader during state verification and state rebuild ([5270](https://github.com/stellar/go/pull/5270))
- Fix deadlock in parallel ingestion ([5263](https://github.com/stellar/go/pull/5263))
- Add missing tables to TruncateIngestStateTables() ([5253](https://github.com/stellar/go/pull/5253))
- Remove unnecessary use of ChangeCompactor to reduce memory bloat during ingestion ([5252](https://github.com/stellar/go/pull/5252))

### Breaking Changes

Expand Down

0 comments on commit 05936ad

Please sign in to comment.