Skip to content

Commit c144271

Browse files
Update to TS SDK v7.0.0 - Add GRPC OpenTelemetry export support (#44)
1 parent 1adf00b commit c144271

File tree

3 files changed

+740
-114
lines changed

3 files changed

+740
-114
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

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:
12+
- `OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf"`
13+
- `OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318"`
14+
715
## [1.7.0] - 2024-08-27
816
- 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))
917
- 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
2129
- The connector now listens on both ipv4 and ipv6 interfaces
2230

2331
## [1.4.1] - 2024-06-06
24-
2532
- Added a default .gitignore that ignores node_modules in the connector template ([#34](https://github.com/hasura/ndc-nodejs-lambda/pull/34))
2633
- Updated the NDC TypeScript SDK to v5.0.0 ([#35](https://github.com/hasura/ndc-nodejs-lambda/pull/35))
2734
- The BigInt scalar type now uses the biginteger type representation

0 commit comments

Comments
 (0)