From 093271a937fa74cb750ffdd323c652804e0def32 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 19 Apr 2021 13:19:23 +0200 Subject: [PATCH] *: Update changelogs ahead of release --- packages/indexer-agent/CHANGELOG.md | 10 +++++++++- packages/indexer-cli/CHANGELOG.md | 7 ++++++- packages/indexer-common/CHANGELOG.md | 7 ++++++- packages/indexer-native/CHANGELOG.md | 13 +++++++++++++ packages/indexer-service/CHANGELOG.md | 11 ++++++++++- 5 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 packages/indexer-native/CHANGELOG.md diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index 95493e92e..28a243884 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 2021-04-19 +### Changed +- Update to latest common-ts + +### Fixed +- Correctly determine the previous epoch when generating POIs + ## [0.12.0] - 2021-04-06 ### Changed - Update common-ts and ethers @@ -235,7 +242,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.12.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/graphprotocol/indexer/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/graphprotocol/indexer/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/graphprotocol/indexer/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/graphprotocol/indexer/compare/v0.9.5...v0.10.0 diff --git a/packages/indexer-cli/CHANGELOG.md b/packages/indexer-cli/CHANGELOG.md index 4d9e4bc93..ae563882f 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.13.0] - 2021-04-19 +### Changed +- Update to latest common-ts + ## [0.12.0] - 2021-04-06 ### Changed - Update common-ts and ethers @@ -99,7 +103,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.12.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/graphprotocol/indexer/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/graphprotocol/indexer/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/graphprotocol/indexer/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/graphprotocol/indexer/compare/v0.9.5...v0.10.0 diff --git a/packages/indexer-common/CHANGELOG.md b/packages/indexer-common/CHANGELOG.md index 1b3d89a2c..24f51758e 100644 --- a/packages/indexer-common/CHANGELOG.md +++ b/packages/indexer-common/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 2021-04-19 +### Changed +- Update to latest common-ts + ## [0.12.0] - 2021-04-06 ### Changed - Update common-ts, vector and ethers @@ -107,7 +111,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.12.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/graphprotocol/indexer/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/graphprotocol/indexer/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/graphprotocol/indexer/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/graphprotocol/indexer/compare/v0.9.5...v0.10.0 diff --git a/packages/indexer-native/CHANGELOG.md b/packages/indexer-native/CHANGELOG.md new file mode 100644 index 000000000..7afc64719 --- /dev/null +++ b/packages/indexer-native/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.13.0 - 2021-04-19 +### Added +- Add package for native attestation signing and receipt signature verification + +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.13.0...HEAD diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index 165c540e5..acbb63c1c 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 2021-04-19 +### Added +- Add `--alloation-syncing-interval` option (default: 120s, previous 10s) +- Use `indexer-native` package for native attestation signing and signature verification + +### Changed +- Update to latest common-ts + ## [0.12.0] - 2021-04-06 ### Changed - Update common-ts, vector and ethers @@ -185,7 +193,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.12.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/graphprotocol/indexer/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/graphprotocol/indexer/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/graphprotocol/indexer/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/graphprotocol/indexer/compare/v0.9.5...v0.10.0