diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f65b419a..fdfba1cca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "2.1.0", + "crates/tap-agent": "2.1.1", "crates/config": "2.1.0", "crates/service": "2.1.0" } diff --git a/Cargo.lock b/Cargo.lock index 97a9ef4ea..af37c1915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4475,7 +4475,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 9d44c6517..d255787af 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [2.1.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.1.0...indexer-tap-agent-v2.1.1) (2026-05-11) + + +### Performance Improvements + +* explicitly cast char(n) types in tap receipts table queries ([#1022](https://github.com/graphprotocol/indexer-rs/issues/1022)) ([e5c6b62](https://github.com/graphprotocol/indexer-rs/commit/e5c6b62bde468602f6b077c931aec9e9b26494d4)) + ## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.0.2...indexer-tap-agent-v2.1.0) (2026-04-20) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 3346921bb..38599190d 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "2.1.0" +version = "2.1.1" edition = "2021" publish = false