Skip to content

Commit

Permalink
services/horizon: Horizon 2.0.0 CHANGELOG (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn authored Mar 1, 2021
1 parent a3d4285 commit f23d046
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## v2.0.0

### Before you upgrade

Please read the [Captive Core](https://github.com/stellar/go/blob/master/services/horizon/internal/docs/captive_core.md) doc which contains new requirements and migration guide.

### Captive Stellar-Core

Introducing the stable release with Captive Stellar-Core mode enabled by default. Captive mode relaxes Horizon's operational requirements. It allows running Horizon without a fully fledged Core instance and, most importantly, without a Core database. More information about this new mode can be found in [Captive Core](https://github.com/stellar/go/blob/master/services/horizon/internal/docs/captive_core.md) doc.

If you run into issues please check [Known Issues](https://github.com/stellar/go/blob/master/services/horizon/internal/docs/captive_core.md#known-issues) or [report an issue](https://github.com/stellar/go/issues/new/choose). Please ask questions in [Keybase](https://keybase.io/team/stellar.public) or [Stack Exchange](https://stellar.stackexchange.com/).

### Breaking changes

* There are new config params (below) required by Captive Stellar-Core. Please check the [Captive Core](https://github.com/stellar/go/blob/master/services/horizon/internal/docs/captive_core.md) guide for migration tips.
* `STELLAR_CORE_BINARY_PATH` - a path to Stellar-Core binary,
* `CAPTIVE_CORE_CONFIG_APPEND_PATH` - defines a path to a file to append to the Stellar Core configuration file used by captive core.
* The `expingest` command has been renamed to `ingest` since the ingestion system is not experimental anymore.
* Removed `--rate-limit-redis-key` and `--redis-url` configuration flags.

## v2.0.0 Release Candidate

**This is a release candidate: while SDF is confident that there are no critical bugs and release candidate is safe to use in production we encourage organizations to deploy it to production only after org-specific testing.**
Expand Down

0 comments on commit f23d046

Please sign in to comment.