Skip to content

Commit ae32157

Browse files
committed
*: Update changelogs ahead of release
1 parent 1f19755 commit ae32157

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

packages/indexer-agent/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.12] - 2023-02-19
10+
### Changed
11+
- Only require network current epoch resolutio if indexing a subgraph on network chain
12+
913
## [0.20.11] - 2023-02-01
1014
### Changed
11-
- Remove unecessary currentEpochStartBlock eventual
15+
- Remove unnecessary currentEpochStartBlock eventual
1216

1317
## [0.20.9] - 2023-01-24
1418
### Changed
@@ -426,7 +430,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
426430
### Changed
427431
- Update @graphprotocol/common-ts to 0.2.2
428432

429-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.11...HEAD
433+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.12...HEAD
434+
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.12
430435
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.11
431436
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.7...v0.20.9
432437
[0.20.7]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.7

packages/indexer-cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.12] - 2023-02-19
10+
### Added
11+
- Add `--safety` option to add extra POI correctness safety checks
12+
913
## [0.20.8] - 2022-12-21
1014
### Changed
1115
- Improve actions update command: better logging, accept `0` poi
@@ -193,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193197
### Changed
194198
- Update @graphprotocol/common-ts to 0.2.2
195199

196-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.8...HEAD
200+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.12...HEAD
201+
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12
197202
[0.20.8]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.8
198203
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.6
199204
[0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.3

packages/indexer-common/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.20.12] - 2023-02-19
810
### Added
911
- New `ReceiptMetrics` metric for allocation receipt collector
12+
- Add `safety` option in indexing rules to not allocate to a deployment when its previous allocation was closed with a 0x0 POI
13+
14+
### Fixed
15+
- Fix unresolved promise warning in monitor network pause function
16+
17+
### Changed
18+
- Improve EBO missing data error log messages
1019

1120
## [0.20.11] - 2023-02-01
1221
### Changed
@@ -238,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238247
### Added
239248
- Move indexing rule management here from `@graphprotocol/common-ts`
240249

241-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.11...HEAD
250+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.12...HEAD
251+
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.12
242252
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.10...v0.20.11
243253
[0.20.10]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.10
244254
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.9

0 commit comments

Comments
 (0)