Skip to content

Commit

Permalink
Bump the NDC SDK to accept B3 trace headers in addition to W3C. (#428)
Browse files Browse the repository at this point in the history
### What

We'd like to accept B3 trace headers because Google Cloud sometimes
messes with W3C headers.

### How

The change has already been made in
hasura/ndc-sdk-rs#5.
  • Loading branch information
SamirTalwar authored Apr 17, 2024
1 parent 582c771 commit 8477efb
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
44 changes: 43 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ unused_async = "allow"

[workspace.dependencies]
ndc-models = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.2" }
ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "7409334d2ec2ca1d05fb341e69c9f07af520d8e0" }
ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "6158b1adbcc4ac7d8acb721c1626f6f715424a27" }
ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.2" }
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.6"

services:
postgres:
image: postgis/postgis:${POSTGRESQL_VERSION:-16}-3.4
Expand Down

0 comments on commit 8477efb

Please sign in to comment.