Skip to content

Conversation

github-actions[bot]
Copy link

πŸš€ Auto Update: NDC Lambda SDK v1.15.0 β†’ v1.16.0

This PR automatically updates the NDC Lambda SDK version from v1.15.0 to v1.16.0.

πŸ“‹ Changes Made

  • Updated NDC_NODEJS_LAMBDA_SDK_VERSION in src/app/context.ts
  • Updated Docker image version in connector-definition/.hasura-connector/Dockerfile

πŸ”— Release Information

Release: hasura/[email protected]

πŸ“ Changelog

- Updated the NDC TypeScript SDK to v8.2.0 ([#58](https://github.com/hasura/ndc-nodejs-lambda/pull/58))
  - Updated to support v0.2.0 of the NDC Spec. This is a very large update which adds new features and some breaking changes to the spec.
  - If the `X-Hasura-NDC-Version` header is sent, the SDK will validate that the connector supports the incoming request's version and reject it if it does not. If no header is sent, no action is taken
  - Added support for automatically returning compressed responses using gzip or deflate
- All OpenTelemetry trace spans are now annotated with the TypeScript SDK version (`resource.service.version: "8.2.0"`) and the connector name (`resource.service.connector.name: "ndc-nodejs-lambda"`) and version (`resource.service.connector.version: "1.16.0"`). The connector name and version can be overriden using `HASURA_CONNECTOR_NAME` and `HASURA_CONNECTOR_VERSION` environment variables.

βœ… Verification

Please verify that:

  • The version update is correct
  • All tests pass
  • The changelog looks reasonable

This PR was automatically created by the Auto Update NDC Lambda SDK workflow.

@github-actions github-actions bot added the automation created by automation label Jul 22, 2025
@github-actions github-actions bot requested a review from m-Bilal July 22, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation created by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants