From 238c6fde89093d8b704632c2e0eb1dfc29711d1a Mon Sep 17 00:00:00 2001 From: Karthik Iyer Date: Wed, 2 Oct 2024 12:56:57 -0700 Subject: [PATCH] Updated CHANGELOG.md to include breaking changes --- services/horizon/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index cd5d8af57b..a444771ca6 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -5,6 +5,12 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Pending +### Breaking Changes + +- Removed `num_accounts` and `amount` fields from Asset stats related endpoints, and `valid_before` and `valid_after` fields from transaction related endpoints. Issue - [5438](https://github.com/stellar/go/issues/5438), PR - [5478](https://github.com/stellar/go/pull/5478) + - These fields have already been functionally deprecated as of release v2.1.0. As a part of this release, these fields are omitted from API Response + - Additionally, the `num_accounts` and `amount` columns have been dropped from `exp_asset_stats` table in Postgres. + ### Added - Reingest from pre-computed tx meta on remote cloud storage. ([4911](https://github.com/stellar/go/issues/4911)), ([5374](https://github.com/stellar/go/pull/5374))