Skip to content

Commit

Permalink
*: Update changelogs ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Feb 20, 2023
1 parent 1f19755 commit ae32157
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
9 changes: 7 additions & 2 deletions packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.12] - 2023-02-19
### Changed
- Only require network current epoch resolutio if indexing a subgraph on network chain

## [0.20.11] - 2023-02-01
### Changed
- Remove unecessary currentEpochStartBlock eventual
- Remove unnecessary currentEpochStartBlock eventual

## [0.20.9] - 2023-01-24
### Changed
Expand Down Expand Up @@ -426,7 +430,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.11...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.12...HEAD
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.12
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.11
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.7...v0.20.9
[0.20.7]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.7
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.12] - 2023-02-19
### Added
- Add `--safety` option to add extra POI correctness safety checks

## [0.20.8] - 2022-12-21
### Changed
- Improve actions update command: better logging, accept `0` poi
Expand Down Expand Up @@ -193,7 +197,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.8...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.12...HEAD
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12
[0.20.8]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.8
[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
Expand Down
12 changes: 11 additions & 1 deletion packages/indexer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12] - 2023-02-19
### Added
- New `ReceiptMetrics` metric for allocation receipt collector
- Add `safety` option in indexing rules to not allocate to a deployment when its previous allocation was closed with a 0x0 POI

### Fixed
- Fix unresolved promise warning in monitor network pause function

### Changed
- Improve EBO missing data error log messages

## [0.20.11] - 2023-02-01
### Changed
Expand Down Expand Up @@ -238,7 +247,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.11...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.12...HEAD
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.12
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.10...v0.20.11
[0.20.10]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.10
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.9
Expand Down

0 comments on commit ae32157

Please sign in to comment.