Skip to content

Commit ef9af13

Browse files
Update to SDK v1.3.0, add OpenTelemetry support (#12)
1 parent a21eb56 commit ef9af13

File tree

7 files changed

+698
-36
lines changed

7 files changed

+698
-36
lines changed

.github/workflows/generator-hasura-ndc-nodejs-lambda.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
pull_request:
44
branches:
55
- main
6+
- v0
67
push:
78
branches:
89
- 'main'
10+
- v0
911
tags:
1012
- v**
1113

.github/workflows/ndc-lambda-sdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
pull_request:
44
branches:
55
- main
6+
- v0
67
push:
78
branches:
89
- 'main'
10+
- v0
911
tags:
1012
- v**
1113

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This changelog documents the changes between release versions.
44
## main
55
Changes to be included in the next upcoming release
66

7+
- OpenTelemetry support added via support for NDC TypeScript SDK v1.3.0
8+
79
## v0.14.0
810
- Support for "relaxed types" ([#10](https://github.com/hasura/ndc-nodejs-lambda/pull/10))
911

0 commit comments

Comments
 (0)