You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ This changelog documents the changes between release versions.
4
4
## [Unreleased]
5
5
Changes to be included in the next upcoming release
6
6
7
+
## [1.8.0] - 2024-09-20
8
+
- Updated the NDC TypeScript SDK to v7.0.0 ([#44](https://github.com/hasura/ndc-nodejs-lambda/pull/44))
9
+
- Added support for exporting OpenTelemetry traces and metrics over GRPC. A new environment variable `OTEL_EXPORTER_OTLP_PROTOCOL` lets you switch between `http/protobuf` and `grpc`.
10
+
- By default OpenTelemetry is now exported over GRPC to `http://localhost:4317`.
11
+
- To return to the old defaults, set the following environment variables:
- Added `documentationPage` to the connector metadata to enable the `ddn` CLI to suggest documentation to users ([#41](https://github.com/hasura/ndc-nodejs-lambda/pull/41))
9
17
- Added multi-platform support to the `hasura/ndc-nodejs-lambda` docker image. It now supports both linux/amd64 and linux/arm64 platforms ([#42](https://github.com/hasura/ndc-nodejs-lambda/pull/42))
@@ -21,7 +29,6 @@ Changes to be included in the next upcoming release
21
29
- The connector now listens on both ipv4 and ipv6 interfaces
22
30
23
31
## [1.4.1] - 2024-06-06
24
-
25
32
- Added a default .gitignore that ignores node_modules in the connector template ([#34](https://github.com/hasura/ndc-nodejs-lambda/pull/34))
26
33
- Updated the NDC TypeScript SDK to v5.0.0 ([#35](https://github.com/hasura/ndc-nodejs-lambda/pull/35))
27
34
- The BigInt scalar type now uses the biginteger type representation
0 commit comments