From b44c2ff70a484e041edbcb3b481d0ff27f2f8021 Mon Sep 17 00:00:00 2001 From: Ford Date: Wed, 14 Dec 2022 12:52:54 -0800 Subject: [PATCH] *: Update changelogs ahead of release --- packages/indexer-agent/CHANGELOG.md | 11 +++++++++-- packages/indexer-cli/CHANGELOG.md | 12 +++++++++++- packages/indexer-common/CHANGELOG.md | 14 +++++++++++++- packages/indexer-native/CHANGELOG.md | 7 ++++++- packages/indexer-service/CHANGELOG.md | 7 ++++++- 5 files changed, 45 insertions(+), 6 deletions(-) diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index 443841555..0d4158152 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -5,8 +5,14 @@ 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.6] - 2022-12-14 ### Removed -- The `ethereum-network` command line argument is no longer required. +- The `ethereum-network` command line argument is no longer required + +### Changed +- Leave subgraph node assignment decisions to the graph nodes (user can control using graph-node.toml) +- Upgrade @graphprotocol/common-ts to v2.0.1 ## [0.20.4] - 2022-09-29 ### Added @@ -408,7 +414,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.4...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD +[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6 [0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.4 [0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.2...v0.20.3 [0.20.2]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.2 diff --git a/packages/indexer-cli/CHANGELOG.md b/packages/indexer-cli/CHANGELOG.md index cad6c3a80..7cfec51d7 100644 --- a/packages/indexer-cli/CHANGELOG.md +++ b/packages/indexer-cli/CHANGELOG.md @@ -5,8 +5,17 @@ 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.6] - 2022-12-14 ### Added - New `--filter` option to select only a subset of Actions query columns, when printing results to stdout. +- Add `cost delete ..` command for deleting one or more cost models +- Add `--fields` option to filter output of actions get command +- New `actions update` command for updating one or more actions in the queue + +### Changed +- Extend `actions delete` command to support filters to delete groups of actions +- Upgrade @graphprotocol/common-ts to v2.0.1 ## [0.20.3] - 2022-08-31 ### Added @@ -180,7 +189,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.3...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD +[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.6 [0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.3 [0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0 diff --git a/packages/indexer-common/CHANGELOG.md b/packages/indexer-common/CHANGELOG.md index f9d0b3780..d0c04d5ac 100644 --- a/packages/indexer-common/CHANGELOG.md +++ b/packages/indexer-common/CHANGELOG.md @@ -5,8 +5,19 @@ 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.6] - 2022-12-14 ### Changed - The `ethereum-network` is now inferred from provider's `chainId` +- Retry epoch subgraph queries +- Avoid requeueing recently failed actions +- Avoid querying block information when action is forced and poi is provided +- Avoid requeueuing recently successful actions +- Add retry loop around epoch subgraph queries +- Upgrade @graphprotocol/common-ts to v2.0.1 + +### Fixed +- Allow null IndexerDeployment.node in status responses ## [0.20.4] - 2022-09-29 ### Fixed @@ -198,7 +209,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.4...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD +[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6 [0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.4 [0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.3 [0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.20.0...v0.20.1 diff --git a/packages/indexer-native/CHANGELOG.md b/packages/indexer-native/CHANGELOG.md index 857f46ec1..ee799aec3 100644 --- a/packages/indexer-native/CHANGELOG.md +++ b/packages/indexer-native/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.6] - 2022-12-14 +### Changed +- Upgrade @graphprotocol/common-ts to v2.0.1 + ## [0.20.1] - 2022-08-04 ### Changed - Upgrade @graphprotocol/common-ts @@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add package for native attestation signing and receipt signature verification -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.1...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD +[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.6 [0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.1 [0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.2 diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index 88a51c312..22777d30f 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.6] - 2022-12-14 +### Changed +- Upgrade @graphprotocol/common-ts to v2.0.1 + ## [0.20.4] - 2022-09-29 ### Changed - Do not remove zero fee receipts in case needed later to resolve to vouchers @@ -267,7 +271,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.4...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD +[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6 [0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.4 [0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0