diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b9dd1a37..49e7758b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "tap-agent": "1.7.1", - "common": "1.3.1", - "config": "1.2.0", - "service": "1.3.1" + "tap-agent": "1.7.2", + "common": "1.4.0", + "config": "1.2.1", + "service": "1.3.2" } diff --git a/Cargo.lock b/Cargo.lock index 6b8b1a796..538417772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "indexer-common" -version = "1.3.1" +version = "1.4.0" dependencies = [ "alloy", "anyhow", @@ -3207,7 +3207,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.2.0" +version = "1.2.1" dependencies = [ "alloy", "bigdecimal", @@ -3230,7 +3230,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "async-graphql", @@ -3259,7 +3259,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.7.1" +version = "1.7.2" dependencies = [ "alloy", "anyhow", diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index f5cdcdd04..2f778649a 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.3.1...indexer-common-v1.4.0) (2024-11-08) + + +### Features + +* Add grace period ([#467](https://github.com/graphprotocol/indexer-rs/issues/467)) ([775f2f6](https://github.com/graphprotocol/indexer-rs/commit/775f2f62e6c7aad0489beef03a9346a943d7b406)) +* add subgraph health endpoint ([#449](https://github.com/graphprotocol/indexer-rs/issues/449)) ([bab22af](https://github.com/graphprotocol/indexer-rs/commit/bab22afabb10c58138f5d72f366cf3bf015b8251)) + ## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.3.0...indexer-common-v1.3.1) (2024-11-06) diff --git a/common/Cargo.toml b/common/Cargo.toml index 3d6855835..03e390fde 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-common" -version = "1.3.1" +version = "1.4.0" edition = "2021" [dependencies] diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index a7191dd5d..3fba8a533 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.2.0...indexer-config-v1.2.1) (2024-11-08) + + +### Bug Fixes + +* ignore empty environment variables strings ([#473](https://github.com/graphprotocol/indexer-rs/issues/473)) ([1bc3c4e](https://github.com/graphprotocol/indexer-rs/commit/1bc3c4e96584ef8977a133e03530cdcb801d2270)) + ## [1.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.1.0...indexer-config-v1.2.0) (2024-10-09) diff --git a/config/Cargo.toml b/config/Cargo.toml index 3c6026482..d66101b42 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.2.0" +version = "1.2.1" edition = "2021" [dependencies] diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 704d6ec32..532aa1a7f 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -4,6 +4,8 @@ + + ## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.3.0...indexer-service-rs-v1.3.1) (2024-11-06) diff --git a/service/Cargo.toml b/service/Cargo.toml index 29cbba26b..24d3093b0 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.3.1" +version = "1.3.2" edition = "2021" license = "Apache-2.0" diff --git a/tap-agent/CHANGELOG.md b/tap-agent/CHANGELOG.md index 1c71f52bd..012329e9c 100644 --- a/tap-agent/CHANGELOG.md +++ b/tap-agent/CHANGELOG.md @@ -2,6 +2,8 @@ + + ## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.6.0...indexer-tap-agent-v1.7.0) (2024-11-05) diff --git a/tap-agent/Cargo.toml b/tap-agent/Cargo.toml index d949839a2..58f64bafa 100644 --- a/tap-agent/Cargo.toml +++ b/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.7.1" +version = "1.7.2" edition = "2021" publish = false