Skip to content

Upgrade ndc-spec to v0.1.1. #390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 27, 2024
Merged

Upgrade ndc-spec to v0.1.1. #390

merged 4 commits into from
Mar 27, 2024

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
@@ -16,3 +16,8 @@ members = [

[workspace.lints.clippy]
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
35 checks passed
@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