Skip to content

Commit d51218e

Browse files
Update TS SDK to v4.1.0 and add OpenTelemetry support (#13)
1 parent 738b0fd commit d51218e

File tree

6 files changed

+753
-41
lines changed

6 files changed

+753
-41
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# NodeJS Lambda Connector Changelog
22
This changelog documents the changes between release versions.
33

4-
## main
4+
## Unreleased
55
Changes to be included in the next upcoming release
66

7-
- Support for NDC Spec v0.1.0-rc.15 via the NDC TypeScript SDK v4.0.0 ([#8](https://github.com/hasura/ndc-nodejs-lambda/pull/8), [#10](https://github.com/hasura/ndc-nodejs-lambda/pull/11)). This is a breaking change and must be used with the latest Hasura engine.
7+
- Support for NDC Spec v0.1.0-rc.15 via the NDC TypeScript SDK v4.1.0 ([#8](https://github.com/hasura/ndc-nodejs-lambda/pull/8), [#10](https://github.com/hasura/ndc-nodejs-lambda/pull/11), [#13](https://github.com/hasura/ndc-nodejs-lambda/pull/13)). This is a breaking change and must be used with the latest Hasura engine.
88
- Support for nested object/array selection
99
- New function calling convention that relies on nested object queries
1010
- New mutation request/response format
1111
- [New names](https://github.com/hasura/ndc-sdk-typescript/releases/tag/v4.0.0) for configuration environment variables
1212
- The default port is now 8080 instead of 8100
13+
- OpenTelemetry support improved, with additional spans covering work done around function invocation
14+
15+
## v0.15.0
16+
- OpenTelemetry support added via support for NDC TypeScript SDK v1.3.0 ([#12](https://github.com/hasura/ndc-nodejs-lambda/pull/12))
1317

1418
## v0.14.0
1519
- Support for "relaxed types" ([#10](https://github.com/hasura/ndc-nodejs-lambda/pull/10))

0 commit comments

Comments
 (0)