Releases: hasura/ndc-nodejs-lambda
Releases · hasura/ndc-nodejs-lambda
Release list
v1.20.3
v1.20.2
- Updated ndc-sdk-typescript to v8.4.0 to address CVE-2026-25223 (#66)
v1.20.1
v1.19.0
v1.18.0
- Update Connector
Dockerfiledefinitions for CVE patching (#62)
v1.17.0
- 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
- 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-Versionheader 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 usingHASURA_CONNECTOR_NAMEandHASURA_CONNECTOR_VERSIONenvironment variables.
v1.15.0
- Updated to use TypeScript v5.8.3 (#57)
v1.14.0
v1.13.0
- Added native toolchain support for connector version upgrading and fixed Dockerized connector version upgrading (#55)