Skip to content

Commit

Permalink
Merge pull request #5291 from stellar/merge-v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Apr 25, 2024
2 parents 4fa8e69 + dd9cdb3 commit ee9bbbf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 2.30.0

**This release adds support for Protocol 21**

### Added

- Bump XDR for [protocol 21](https://github.com/stellar/stellar-xdr/releases/tag/v21.0)
- 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))

### Fixed
- Optimized reingestion by addressing performance slowdown due to unnecessary operations on `history_transactions_filtered_tmp`. Removed obsolete `EnableIngestionFiltering` flag. ([5283](https://github.com/stellar/go/pull/5283))
- 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))
- Performance improvements in ingest library
- Reduce memory consumption of CheckpointChangeReader during state verification and state rebuild ([5270](https://github.com/stellar/go/pull/5270))
- Remove unnecessary use of ChangeCompactor to reduce memory bloat during ingestion ([5252](https://github.com/stellar/go/pull/5252))

## 2.29.0

Expand Down

0 comments on commit ee9bbbf

Please sign in to comment.