Skip to content

Commit 44afc0f

Browse files
authored
v0.42.1 release (#6455)
* cargo: update workspace crates version to v0.42.1 * news: v0.42.1 release notes
1 parent d18f6d3 commit 44afc0f

3 files changed

Lines changed: 30 additions & 23 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ members = [
2626
]
2727

2828
[workspace.package]
29-
version = "0.42.0"
29+
version = "0.42.1"
3030
edition = "2021"
3131
authors = ["The Graph core developers & contributors"]
3232
readme = "README.md"

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# NEWS
22

3+
## v0.42.1
4+
5+
### Bug Fixes
6+
7+
- Fixed multi-shard deployments becoming unresponsive due to `mirror_primary_tables` holding locks indefinitely, exhausting the connection pool. Added `statement_timeout` and `lock_timeout` to prevent stuck queries from cascading into a full lockup. ([#6446](https://github.com/graphprotocol/graph-node/pull/6446))
8+
- Fixed the `ingestor` setting in `[chains.*]` config sections having no effect — block ingestion ran regardless of its value. ([#6447](https://github.com/graphprotocol/graph-node/pull/6447))
9+
310
## v0.42.0
411

512
### Breaking Changes

0 commit comments

Comments
 (0)