diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 682b00a0..4d954238 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "tap-agent": "1.2.1", + "tap-agent": "1.3.0", "common": "1.1.0", "config": "1.2.0", "service": "1.1.1" diff --git a/Cargo.lock b/Cargo.lock index 2dd553a6..0c8b4b81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.2.1" +version = "1.3.0" dependencies = [ "alloy", "anyhow", diff --git a/tap-agent/CHANGELOG.md b/tap-agent/CHANGELOG.md index fe6b1dc4..9ae5150f 100644 --- a/tap-agent/CHANGELOG.md +++ b/tap-agent/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.2.1...indexer-tap-agent-v1.3.0) (2024-10-23) + + +### Features + +* add counter trigger for rav request ([#384](https://github.com/graphprotocol/indexer-rs/issues/384)) ([06644c5](https://github.com/graphprotocol/indexer-rs/commit/06644c5ad934db816725fb5e95bed9ab3c98d536)) + + +### Bug Fixes + +* add backoff if could not find heaviest allocation ([#397](https://github.com/graphprotocol/indexer-rs/issues/397)) ([f9b64f3](https://github.com/graphprotocol/indexer-rs/commit/f9b64f39f5d57fd520d83cf4ded1f20d29a349db)) +* limit the max concurrent rav requests ([#396](https://github.com/graphprotocol/indexer-rs/issues/396)) ([b4c876d](https://github.com/graphprotocol/indexer-rs/commit/b4c876d42432119b70b7c445155444ea1a9e3ba0)) + ## [1.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.2.0...indexer-tap-agent-v1.2.1) (2024-10-18) diff --git a/tap-agent/Cargo.toml b/tap-agent/Cargo.toml index dd022884..44ea98f8 100644 --- a/tap-agent/Cargo.toml +++ b/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.2.1" +version = "1.3.0" edition = "2021" publish = false