Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
1 parent 2438895 commit 1b1ed0f
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/tap-agent": "1.7.3",
"crates/config": "1.2.1",
"crates/service": "1.3.2"
"crates/tap-agent": "1.7.4",
"crates/config": "1.2.2",
"crates/service": "1.4.0"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.2.1...indexer-config-v1.2.2) (2024-12-16)


### Bug Fixes

* add receipts timeout config ([#537](https://github.com/graphprotocol/indexer-rs/issues/537)) ([2438895](https://github.com/graphprotocol/indexer-rs/commit/243889570d2a2146816a23dab3bfe39e79e5e010))

## [1.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.2.0...indexer-config-v1.2.1) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-config"
version = "1.2.1"
version = "1.2.2"
edition = "2021"

[dependencies]
Expand Down
14 changes: 14 additions & 0 deletions crates/service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@



## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.3.2...indexer-service-rs-v1.4.0) (2024-12-16)


### Features

* add graph-indexed header in subgraph query response ([#522](https://github.com/graphprotocol/indexer-rs/issues/522)) ([a0d719f](https://github.com/graphprotocol/indexer-rs/commit/a0d719f1a0834ff5ba99522fadd6b52c079425d3)), closes [#494](https://github.com/graphprotocol/indexer-rs/issues/494)
* add request status code for handler metric ([59eed9f](https://github.com/graphprotocol/indexer-rs/commit/59eed9f347458fdae0798f12e500533c302a9c40))


### Bug Fixes

* error in order for middleware router ([12dc95c](https://github.com/graphprotocol/indexer-rs/commit/12dc95c11fe0b6f8e82bfc7604f8079a5010e414))
* update status code for errors ([4e05c90](https://github.com/graphprotocol/indexer-rs/commit/4e05c90537ffd35656a10a652b2ae5678ed026d8))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion crates/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-service-rs"
version = "1.3.2"
version = "1.4.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
9 changes: 9 additions & 0 deletions crates/tap-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@



## [1.7.4](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.3...indexer-tap-agent-v1.7.4) (2024-12-16)


### Bug Fixes

* add receipts timeout config ([#537](https://github.com/graphprotocol/indexer-rs/issues/537)) ([2438895](https://github.com/graphprotocol/indexer-rs/commit/243889570d2a2146816a23dab3bfe39e79e5e010))
* shutdown tap-agent if db connection lost ([#520](https://github.com/graphprotocol/indexer-rs/issues/520)) ([16b42e2](https://github.com/graphprotocol/indexer-rs/commit/16b42e2c41d9c0bbe5d6e187eea49c79cdeac8d9))
* start listening to messages after start up ([#518](https://github.com/graphprotocol/indexer-rs/issues/518)) ([7e5d280](https://github.com/graphprotocol/indexer-rs/commit/7e5d28085402fdd9110ab61e4fc4b6d767ab9fff))

## [1.7.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.2...indexer-tap-agent-v1.7.3) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion crates/tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-tap-agent"
version = "1.7.3"
version = "1.7.4"
edition = "2021"
publish = false

Expand Down

0 comments on commit 1b1ed0f

Please sign in to comment.