Skip to content

Commit

Permalink
services/horizon: Horizon 1.10.0 CHANGELOG (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn authored Oct 13, 2020
1 parent acd2b81 commit 38cc1f6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).x

## Unreleased
## v1.10.0

* Dropped support for Go 1.13.
**After upgrading Horizon will rebuild its state. During this process (which can take several minutes) it will not ingest new ledgers.**

* Fixed a bug that caused a fresh instance of Horizon to be unable to sync with testnet (Protocol 14) correctly. ([#3100](https://github.com/stellar/go/pull/3100))
* Add Golang- and process-related metrics. ([#3103](https://github.com/stellar/go/pull/3103))
* New `network_passphrase` field in History Archives (added in Stellar-Core 14.1.0) is now checked. Horizon will return error if incorrect archive is used. ([#3082](https://github.com/stellar/go/pull/3082))
* Fixed a bug that caused some errors to be logged with `info` level instead of `error` level. ([#3094](https://github.com/stellar/go/pull/3094))
* Fixed a bug in `/claimable_balances` that returned 500 error instead of 400 for some requests. ([#3088](https://github.com/stellar/go/pull/3088))
* Print a friendly message when Horizon does not support the current Stellar protocol version. ([#3093](https://github.com/stellar/go/pull/3093))

## v1.9.1

Expand Down

0 comments on commit 38cc1f6

Please sign in to comment.