Skip to content

Commit 872e708

Browse files
committed
cargo: update workspace crates version to v0.41.1 and NEWS.md
1 parent a2c5cd7 commit 872e708

File tree

3 files changed

+35
-27
lines changed

3 files changed

+35
-27
lines changed

Cargo.lock

Lines changed: 26 additions & 26 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
@@ -30,7 +30,7 @@ members = [
3030
]
3131

3232
[workspace.package]
33-
version = "0.41.0"
33+
version = "0.41.1"
3434
edition = "2021"
3535
authors = ["The Graph core developers & contributors"]
3636
readme = "README.md"

NEWS.md

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

3+
## v0.41.1
4+
5+
### Bug Fix
6+
7+
**Indexing Status Endpoint**
8+
9+
Fixed a regression in v0.41.0 where the indexing status endpoint would return an empty list when querying all subgraphs without specific deployment filters. Reverted an unnecessary optimization that broke this common use case.
10+
311
## v0.41.0
412

513
### New Features

0 commit comments

Comments
 (0)