From 16ce24a8d7dc1ffe0057b0578ee1e211829c06c5 Mon Sep 17 00:00:00 2001 From: tilacog Date: Fri, 29 Sep 2023 17:26:48 -0300 Subject: [PATCH] *: update changelogs --- packages/indexer-agent/CHANGELOG.md | 11 ++++++++++- packages/indexer-cli/CHANGELOG.md | 7 ++++++- packages/indexer-common/CHANGELOG.md | 5 ++++- packages/indexer-service/CHANGELOG.md | 14 +++++++++++++- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index 75a649175..c18db7473 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.23-rc.0] - 2023-09-29 +### Added +- Added a `manual` deployment management mode + +### Fixed +- Deprecate old payment systems after Exponential Rebates contract changes +- Updated README files + ## [0.20.22] - 2023-08-28 ### Fixed - Fixed bug causing the network subgraph to be removed after syncing @@ -486,7 +494,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.22...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.22...v0.20.23-rc.0 [0.20.22]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.22 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20 diff --git a/packages/indexer-cli/CHANGELOG.md b/packages/indexer-cli/CHANGELOG.md index 21402454f..847dd0ba1 100644 --- a/packages/indexer-cli/CHANGELOG.md +++ b/packages/indexer-cli/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.23-rc.0] - 2023-09-29 +### Changed +- Require a `--network` option to approve actions + ## [0.20.21] - 2023-08-24 ### Changed - Upgraded `common-ts` dependency to v2.0.3 @@ -205,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.21 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.18 [0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12 diff --git a/packages/indexer-common/CHANGELOG.md b/packages/indexer-common/CHANGELOG.md index 7c0210559..6584bc3c1 100644 --- a/packages/indexer-common/CHANGELOG.md +++ b/packages/indexer-common/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.20.23-rc.0] - 2023-09-29 ### Fixed - Reference SQL conflict targets when upserting `POIDisputes`. @@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Move indexing rule management here from `@graphprotocol/common-ts` -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.20 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18 diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index c06741d90..7da30bb2e 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -5,9 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.20.23-rc.0] - 2023-09-29 ### Changed - Relax network subgraph validation during indexer-service startup +### Fixed +- Update common-ts and other dependencies +- Update common-ts and other dependencies +- Update common-ts and other dependencies + +### Added +- Added a subgraph freshness check for the Network and Epoch subgraphs +- Added a subgraph freshness check for the Network and Epoch subgraphs + ## [0.20.21] - 2023-08-24 ### Changed - Upgraded `common-ts` dependency to v2.0.3 @@ -307,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20 [0.20.19]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.19