Skip to content

Commit

Permalink
*: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Oct 11, 2023
1 parent ff611d1 commit 6d42f4f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
11 changes: 10 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.23-rc.0] - 2023-09-29
### Added
- Added a `manual` deployment management mode

### Fixed
- Deprecate old payment systems after Exponential Rebates contract changes
- Updated README files

## [0.20.22] - 2023-08-28
### Fixed
- Fixed bug causing the network subgraph to be removed after syncing
Expand Down Expand Up @@ -486,7 +494,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.22...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.22...v0.20.23-rc.0
[0.20.22]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.22
[0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
[0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20
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.23-rc.0] - 2023-09-29
### Changed
- Require a `--network` option to approve actions

## [0.20.21] - 2023-08-24
### Changed
- Upgraded `common-ts` dependency to v2.0.3
Expand Down Expand Up @@ -205,7 +209,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.21...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0
[0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.21
[0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.18
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12
Expand Down
5 changes: 4 additions & 1 deletion packages/indexer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.23-rc.0] - 2023-09-29
### Fixed
- Reference SQL conflict targets when upserting `POIDisputes`.

Expand Down Expand Up @@ -276,7 +278,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.21...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0
[0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
[0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.20
[0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18
Expand Down
14 changes: 13 additions & 1 deletion packages/indexer-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,20 @@ 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.23-rc.0] - 2023-09-29
### Changed
- Relax network subgraph validation during indexer-service startup

### Fixed
- Update common-ts and other dependencies
- Update common-ts and other dependencies
- Update common-ts and other dependencies

### Added
- Added a subgraph freshness check for the Network and Epoch subgraphs
- Added a subgraph freshness check for the Network and Epoch subgraphs

## [0.20.21] - 2023-08-24
### Changed
- Upgraded `common-ts` dependency to v2.0.3
Expand Down Expand Up @@ -307,7 +318,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.21...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0
[0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
[0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20
[0.20.19]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.19
Expand Down

0 comments on commit 6d42f4f

Please sign in to comment.