| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gnd-windows-x86_64.exe.zip | 2025-10-20 | 17.2 MB | |
| gnd-macos-aarch64.gz | 2025-10-20 | 23.4 MB | |
| gnd-macos-x86_64.gz | 2025-10-20 | 24.1 MB | |
| gnd-linux-aarch64.gz | 2025-10-20 | 24.1 MB | |
| gnd-linux-x86_64.gz | 2025-10-20 | 22.9 MB | |
| README.md | 2025-10-20 | 1.7 kB | |
| v0.41.0 source code.tar.gz | 2025-10-20 | 2.4 MB | |
| v0.41.0 source code.zip | 2025-10-20 | 3.0 MB | |
| Totals: 8 Items | 117.0 MB | 0 | |
v0.41.0
$ docker pull graphprotocol/graph-node:v0.41.0
Bug Fixes
- Fix non-deterministic handling of transaction receipts in event handlers; receipts are only processed when explicitly declared (PR [#6200])
New Features
- Added support for struct field access in declarative calls - enables accessing nested struct fields by field name using dot notation in manifest call declarations(#6099)
- New standalone
gnd(Graph Node Dev) crate - a graph-node binary optimized for local development with minimal setup required (#6167) - Extended IPFS usage metrics and logging capabilities (#6058)
- Extended support for additional IPFS content path formats (#6058)
Improvements
- Deferred IPFS manifest fetching when starting subgraphs - fixes issue where slow IPFS responses could block assignment event processing, preventing new subgraphs from being assigned (#6170)
- Added Content Identifier (CID) to IPFS retry logs for better debugging and tracking of IPFS operations (#6144)
- Runtime now uses interior mutability in
AscHeapCtxfor improved performance (#6053) - Fixed handling of empty arrays in indexing status queries - prevents errors when querying deployments with empty array filters (#6143)
- Fixed case-insensitive array inputs in queries - array filter values are now properly case-normalized (#6075)
- Fixed panic when handling empty lists in
list_values- resolves crashes with empty array filters (#6100) - Enhanced logging for subgraph assignment processing with more detailed information (#6169)
- Added logging for
MAX_BLOCKING_THREADSconfiguration setting (#6161)
Full changelog: https://github.com/graphprotocol/graph-node/compare/v0.40.0...v0.41.0