Skip to content

Commit 7fbfa17

Browse files
authored
Upgrade ndc-spec to v0.1.1. (#390)
### 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.
1 parent 8f4ab4c commit 7fbfa17

File tree

17 files changed

+411
-467
lines changed

17 files changed

+411
-467
lines changed

.github/workflows/cargo-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Postgres NDC tests
55
jobs:
66
test-unit:
77
strategy:
8+
fail-fast: false
89
matrix:
910
package:
1011
- query-engine-execution
@@ -39,6 +40,7 @@ jobs:
3940

4041
test-connector:
4142
strategy:
43+
fail-fast: false
4244
matrix:
4345
package:
4446
- ndc-postgres-12
@@ -154,6 +156,7 @@ jobs:
154156

155157
test-ndc-postgres-with-database:
156158
strategy:
159+
fail-fast: false
157160
matrix:
158161
database:
159162
- postgres

0 commit comments

Comments
 (0)