Skip to content

Releases: hasura/ndc-nodejs-lambda

v1.20.3

Choose a tag to compare

@github-actions github-actions released this 09 Mar 09:38
f3ea8ee
  • Updated ndc-sdk-typescript to v8.5.0

v1.20.2

Choose a tag to compare

@github-actions github-actions released this 06 Feb 10:18
6a90f10

v1.20.1

Choose a tag to compare

@github-actions github-actions released this 05 Feb 17:00
a079f9a
  • Add GH Workflow to automate release (#66)
  • Match UID for hasura in Dockerfile and connector-definition Dockerfile (#65)

This changelog documents the changes between release versions.

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 02:12
  • Updated NodeJS to v24

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 02:08
ef2f939
  • Update Connector Dockerfile definitions for CVE patching (#62)

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 07:49
  • Updated the NDC TypeScript SDK to v8.3.0 (#61)
    • Logging of requests, responses and errors has been improved to include the collection/operation name if available

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:20
v1.16.0
a1c81fd
  • Updated the NDC TypeScript SDK to v8.2.0 (#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.

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 21 May 00:23
v1.15.0
a938528

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 12 May 16:13
6e3a664
  • Increase bodyLimit to 30mb

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 00:55
v1.13.0
8643740
  • Added native toolchain support for connector version upgrading and fixed Dockerized connector version upgrading (#55)