From d2d01d39759f2f315f4af59e4b95700a4def44eb Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Tue, 20 Jun 2023 11:58:30 -0700 Subject: [PATCH] updated changelog for 2.26.0 release notes --- services/horizon/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 43b13be3dc..bd535472b8 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -5,12 +5,33 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased + + +## 2.26.0 ### Changes +- Improve error handling for when stellar-core crashes ([4893](https://github.com/stellar/go/pull/4893)) +- Suppress Core timeout error in log output such as `error ticking app: context deadline exceeded` when ingestion state machine is in build state. ([4860](https://github.com/stellar/go/pull/4860)) + + ### Breaking Changes - Modify the default value of `--captive-core-use-db` to true ([4856](https://github.com/stellar/go/issues/4856)) - This updates the default behavior of captive core to start in on-disk mode. - To continue using the previous in-memory mode, explicitly set the `--captive-core-use-db` flag to false +## 2.25.0 + +### Changes + +- Running Horizon with remote captive core is now deprecated ([4826](https://github.com/stellar/go/pull/4826)). +- Add two new configuration variables to control the behavior of state verification ([4821](https://github.com/stellar/go/pull/4821)): + - `--ingest-state-verification-frequency` which specifies the frequency in checkpoints for how often state verification is run + - `--ingest-state-verification-timeout` which specifies a timeout on how long state verification can run + +### Fixes + +* Fix crash in horizon ingestion when running horizon with a remote captive core ([4824](https://github.com/stellar/go/pull/4824)). + + ## 2.24.1 ### Changes