From 567c271aa1f6f4e19ab6e09c2c5811f698518e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Duchesneau?= Date: Mon, 20 Jan 2025 13:07:08 -0500 Subject: [PATCH] bump dgrpc, fixes to traceID header precedence and fix grpc.health.v1.health on firehose --- CHANGELOG.md | 5 +++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9690faa..28c0fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ Operators, you should copy/paste content of this content straight to your projec If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository, replacing placeholder value `fire{chain}` with your chain's own binary. +## v1.7.1 + +* Add back `grpc.health.v1.Health` service to `firehose` and `substreams-tier1` services (regression in 1.7.0) +* Give precedence to the tracing header `X-Cloud-Trace-Context` over `Traceparent` to prevent user systems' trace IDs from leaking passed a GCP load-balancer + ## v1.7.0 ### Reader diff --git a/go.mod b/go.mod index e378209..365e024 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/streamingfast/dauth v0.0.0-20240222213226-519afc16cf84 github.com/streamingfast/dbin v0.9.1-0.20231117225723-59790c798e2c github.com/streamingfast/derr v0.0.0-20230515163924-8570aaa43fe1 - github.com/streamingfast/dgrpc v0.0.0-20250120155034-b62853652444 + github.com/streamingfast/dgrpc v0.0.0-20250120175901-89d79176166e github.com/streamingfast/dhammer v0.0.0-20230125192823-c34bbd561bd4 github.com/streamingfast/dmetering v0.0.0-20241101155221-489f5a9d9139 github.com/streamingfast/dmetrics v0.0.0-20230919161904-206fa8ebd545 diff --git a/go.sum b/go.sum index 0361857..3200c3f 100644 --- a/go.sum +++ b/go.sum @@ -2146,8 +2146,8 @@ github.com/streamingfast/dbin v0.9.1-0.20231117225723-59790c798e2c h1:6WjE2yInE+ github.com/streamingfast/dbin v0.9.1-0.20231117225723-59790c798e2c/go.mod h1:dbfiy9ORrL8c6ldSq+L0H9pg8TOqqu/FsghsgUEWK54= github.com/streamingfast/derr v0.0.0-20230515163924-8570aaa43fe1 h1:xJB7rXnOHLesosMjfwWsEL2i/40mFSkzenEb3M0qTyM= github.com/streamingfast/derr v0.0.0-20230515163924-8570aaa43fe1/go.mod h1:QSm/AfaDsE0k1xBYi0lW580YJ/WDV/FKZI628tkZR0Y= -github.com/streamingfast/dgrpc v0.0.0-20250120155034-b62853652444 h1:xu+ZvDKhfTugldu6hW/5sLV5LKczzNlzMMtKDCzBuHk= -github.com/streamingfast/dgrpc v0.0.0-20250120155034-b62853652444/go.mod h1:bxRfCxRKQ0ZH2BGi6UcYdlH0nkj8yERm3kpP1jPLQLY= +github.com/streamingfast/dgrpc v0.0.0-20250120175901-89d79176166e h1:6W507uNw9GMNTVGduVChzTImDiduYleQoMV+QwiWBCU= +github.com/streamingfast/dgrpc v0.0.0-20250120175901-89d79176166e/go.mod h1:bxRfCxRKQ0ZH2BGi6UcYdlH0nkj8yERm3kpP1jPLQLY= github.com/streamingfast/dhammer v0.0.0-20230125192823-c34bbd561bd4 h1:HKi8AIkLBzxZWmbCRUo1RxoOLK33iXO6gZprfsE9rf4= github.com/streamingfast/dhammer v0.0.0-20230125192823-c34bbd561bd4/go.mod h1:ehPytv7E4rI65iLcrwTes4rNGGqPPiugnH+20nDQyp4= github.com/streamingfast/dmetering v0.0.0-20241101155221-489f5a9d9139 h1:a22XzjeY7n9Xv+0yJMV2pzuPptALtOu6jdg69pOwuO4=