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 Dec 14, 2022
1 parent cc9a1f8 commit b44c2ff
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 6 deletions.
11 changes: 9 additions & 2 deletions packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion packages/indexer-cli/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.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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 13 additions & 1 deletion packages/indexer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-native/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.6] - 2022-12-14
### Changed
- Upgrade @graphprotocol/common-ts to v2.0.1

## [0.20.1] - 2022-08-04
### Changed
- Upgrade @graphprotocol/common-ts
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-service/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.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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b44c2ff

Please sign in to comment.