Skip to content

Conversation

@SamirTalwar
Copy link
Contributor

@SamirTalwar SamirTalwar commented Mar 26, 2024

What

This includes:

  • type representations in the models
  • upgrading the OpenTelemetry SDK
  • adding a feature switch to support rustls instead of native-tls
  • a lot of enhancements to ndc-test

ndc-sdk was upgraded in hasura/ndc-sdk-rs#1.

We do not actually specify type representations in this changeset. We will add these in a follow-up change.

How

I discovered we can specify workspace dependencies, which means the versions only need to go in one place. I am experimenting with this Cargo feature in this changeset. If we like it, we may want to use it for all dependencies.

See hasura/ndc-sdk-rs#1 for details.

I discovered we can specify workspace dependencies, which means the
versions only need to go in one place. I am experimenting with this
Cargo feature in this changeset. If we like it, we may want to use it
for all dependencies.
@SamirTalwar SamirTalwar requested a review from a team March 26, 2024 16:10
all = "warn"

[workspace.dependencies]
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.1" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

@SamirTalwar SamirTalwar added this pull request to the merge queue Mar 27, 2024
Merged via the queue into main with commit 7fbfa17 Mar 27, 2024
@SamirTalwar SamirTalwar deleted the samirtalwar/upgrade-ndc-spec branch March 27, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants