Updated
- Library
dstorebumped to latest version which brings these changes:- GCS store: opt-in gRPC transport via
client_protocol=grpcquery parameter (e.g.gs://bucket/path?client_protocol=grpc). Defaults to the existing HTTP client; the gRPC client is selected only when this parameter is explicitly set. - S3 store:
storageClassquery parameter is deprecated in favour ofstorage_class; a warning is logged when the old form is used.storage_classquery parameter as the canonical snake_case name forstorageClass. - S3 store: each store clone now gets its own transport for failure isolation; adds
ResponseHeaderTimeoutto prevent hung requests and configures HTTP/2 health checks viax/net/http2; default connection pool sizes are reduced.
- GCS store: opt-in gRPC transport via
Fixed
- Substreams: Fix server-side bug that would prevent forkableHub from correctly updating metrics when receiving partial or out-of-order blocks