Skip to content

Commit 89751f4

Browse files
chore: release main (#1051)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60c3314 commit 89751f4

6 files changed

Lines changed: 21 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "2.2.0",
2+
"crates/tap-agent": "2.2.1",
33
"crates/config": "2.2.0",
4-
"crates/service": "2.2.0"
4+
"crates/service": "2.2.1"
55
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77

88

9+
## [2.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v2.2.0...indexer-service-rs-v2.2.1) (2026-07-16)
10+
11+
12+
### Performance Improvements
13+
14+
* stop querying the network subgraph on every TAP receipt ([#1069](https://github.com/graphprotocol/indexer-rs/issues/1069)) ([60c3314](https://github.com/graphprotocol/indexer-rs/commit/60c3314f38a20dd0fa85b70596e74b82f32caa03))
15+
916
## [2.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v2.1.0...indexer-service-rs-v2.2.0) (2026-06-03)
1017

1118

crates/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-service-rs"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

crates/tap-agent/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55

66

7+
## [2.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.2.0...indexer-tap-agent-v2.2.1) (2026-07-16)
8+
9+
10+
### Bug Fixes
11+
12+
* stop losing invalid payment receipts on a failed write ([#1047](https://github.com/graphprotocol/indexer-rs/issues/1047)) ([1947b18](https://github.com/graphprotocol/indexer-rs/commit/1947b18c934d3b9de91b734c413fd01c3154f341))
13+
* **tap:** wait for RAV processing to finish before counting receipts ([#1046](https://github.com/graphprotocol/indexer-rs/issues/1046)) ([b8a5b04](https://github.com/graphprotocol/indexer-rs/commit/b8a5b04bda7b448002033880420a7baf23f94bdc))
14+
715
## [2.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.1.0...indexer-tap-agent-v2.2.0) (2026-06-03)
816

917

crates/tap-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-tap-agent"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)