Skip to content

Commit c803212

Browse files
committed
*: Update changelogs ahead of release
1 parent ffe7f7e commit c803212

File tree

6 files changed

+247
-178
lines changed

6 files changed

+247
-178
lines changed

packages/indexer-agent/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.19.3] - 2022-06-14
10+
### Changed
11+
- Move Network module to indexer-common
12+
13+
### Added
14+
- Manual management mode
15+
916
## [0.19.1] - 2022-04-21
1017
### Changed
1118
- Upgrade dependencies
@@ -367,7 +374,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367374
### Changed
368375
- Update @graphprotocol/common-ts to 0.2.2
369376

370-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.1...HEAD
377+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
378+
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
371379
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
372380
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
373381
[0.18.6]: https://github.com/graphprotocol/indexer/compare/v0.18.4...v0.18.6

packages/indexer-cli/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.19.3] - 2022-06-14
10+
### Added
11+
- Allocations module for direct management of allocations
12+
13+
### Fixed
14+
- Status command handles unspecified indexer location
15+
- Fix tests across version upgrade by removing tests that include version number
16+
17+
### Changed
18+
- Improve --help output for indexer commands
19+
920
## [0.19.1] - 2022-04-21
1021
### Added
1122
- Include tests of cost commands
@@ -145,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145156
### Changed
146157
- Update @graphprotocol/common-ts to 0.2.2
147158

148-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.1...HEAD
159+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
160+
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
149161
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
150162
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
151163
[0.18.0]: https://github.com/graphprotocol/indexer/compare/v0.17.0...v0.18.0

packages/indexer-common/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.19.3] - 2022-06-14
10+
### Added
11+
- Allocations mutations and queries to management server for direct management of allocations
12+
13+
### Changed
14+
- Bump @graphprotocol/cost-model from 0.1.11 to 0.1.14
15+
916
## [0.19.1] - 2022-04-21
1017
### Fixed
1118
- Allow null POI dispute reference proofs
@@ -159,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159166
### Added
160167
- Move indexing rule management here from `@graphprotocol/common-ts`
161168

162-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.1...HEAD
169+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
170+
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
163171
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
164172
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
165173
[0.18.1]: https://github.com/graphprotocol/indexer/compare/v0.18.0...v0.18.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.19.3] - 2022-06-14
10+
### Changed
11+
- Use ubuntu-18.04 machine to precompile binaries for linux targets
12+
913
## [0.19.2] - 2022-04-29
1014
### Changed
1115
- Host precompiled binaries on release page
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
### Added
4145
- Add package for native attestation signing and receipt signature verification
4246

43-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.2...HEAD
47+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
48+
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.2...v0.19.3
4449
[0.19.2]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.2
4550
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
4651
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0

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.19.3] - 2022-06-14
10+
### Changed
11+
- Improve Ethereum connection process and logging
12+
913
## [0.19.1] - 2022-04-21
1014
### Changed
1115
- Upgrade dependencies
@@ -251,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251255
### Changed
252256
- Update @graphprotocol/common-ts to 0.2.2
253257

254-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.1...HEAD
258+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
259+
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
255260
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
256261
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
257262
[0.18.3]: https://github.com/graphprotocol/indexer/compare/v0.18.2...v0.18.3

0 commit comments

Comments
 (0)