Skip to content

Commit b44c2ff

Browse files
committed
*: Update changelogs ahead of release
1 parent cc9a1f8 commit b44c2ff

File tree

5 files changed

+45
-6
lines changed

5 files changed

+45
-6
lines changed

packages/indexer-agent/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ 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.6] - 2022-12-14
810
### Removed
9-
- The `ethereum-network` command line argument is no longer required.
11+
- The `ethereum-network` command line argument is no longer required
12+
13+
### Changed
14+
- Leave subgraph node assignment decisions to the graph nodes (user can control using graph-node.toml)
15+
- Upgrade @graphprotocol/common-ts to v2.0.1
1016

1117
## [0.20.4] - 2022-09-29
1218
### Added
@@ -408,7 +414,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
408414
### Changed
409415
- Update @graphprotocol/common-ts to 0.2.2
410416

411-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.4...HEAD
417+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD
418+
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6
412419
[0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.4
413420
[0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.2...v0.20.3
414421
[0.20.2]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.2

packages/indexer-cli/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.6] - 2022-12-14
810
### Added
911
- New `--filter` option to select only a subset of Actions query columns, when printing results to stdout.
12+
- Add `cost delete ..` command for deleting one or more cost models
13+
- Add `--fields` option to filter output of actions get command
14+
- New `actions update` command for updating one or more actions in the queue
15+
16+
### Changed
17+
- Extend `actions delete` command to support filters to delete groups of actions
18+
- Upgrade @graphprotocol/common-ts to v2.0.1
1019

1120
## [0.20.3] - 2022-08-31
1221
### Added
@@ -180,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180189
### Changed
181190
- Update @graphprotocol/common-ts to 0.2.2
182191

183-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.3...HEAD
192+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD
193+
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.6
184194
[0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.3
185195
[0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.20.0...v0.20.1
186196
[0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0

packages/indexer-common/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ 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.6] - 2022-12-14
810
### Changed
911
- The `ethereum-network` is now inferred from provider's `chainId`
12+
- Retry epoch subgraph queries
13+
- Avoid requeueing recently failed actions
14+
- Avoid querying block information when action is forced and poi is provided
15+
- Avoid requeueuing recently successful actions
16+
- Add retry loop around epoch subgraph queries
17+
- Upgrade @graphprotocol/common-ts to v2.0.1
18+
19+
### Fixed
20+
- Allow null IndexerDeployment.node in status responses
1021

1122
## [0.20.4] - 2022-09-29
1223
### Fixed
@@ -198,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198209
### Added
199210
- Move indexing rule management here from `@graphprotocol/common-ts`
200211

201-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.4...HEAD
212+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD
213+
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6
202214
[0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.4
203215
[0.20.3]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.3
204216
[0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.20.0...v0.20.1

packages/indexer-native/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.6] - 2022-12-14
10+
### Changed
11+
- Upgrade @graphprotocol/common-ts to v2.0.1
12+
913
## [0.20.1] - 2022-08-04
1014
### Changed
1115
- Upgrade @graphprotocol/common-ts
@@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4852
### Added
4953
- Add package for native attestation signing and receipt signature verification
5054

51-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.1...HEAD
55+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD
56+
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.6
5257
[0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.1
5358
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.2...v0.19.3
5459
[0.19.2]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.2

packages/indexer-service/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.6] - 2022-12-14
10+
### Changed
11+
- Upgrade @graphprotocol/common-ts to v2.0.1
12+
913
## [0.20.4] - 2022-09-29
1014
### Changed
1115
- 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
267271
### Changed
268272
- Update @graphprotocol/common-ts to 0.2.2
269273

270-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.4...HEAD
274+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.6...HEAD
275+
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6
271276
[0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.4
272277
[0.20.1]: https://github.com/graphprotocol/indexer/compare/v0.20.0...v0.20.1
273278
[0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0

0 commit comments

Comments
 (0)