Skip to content

Commit 0a7f791

Browse files
committed
news: v0.42.1 release notes
1 parent 24fc4fd commit 0a7f791

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)