Releases: hasura/ndc-nodejs-lambda
Releases · hasura/ndc-nodejs-lambda
v1.20.1
v1.19.0
- Updated NodeJS to v24
v1.18.0
v1.17.0
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
- Increase
bodyLimitto 30mb
v1.13.0
v1.12.0
- Updated to use TypeScript v5.8.2 (#53)
- Updated
cross-spawndependency to resolve security vulnerability (#53)
v1.11.0
Added
- The connector now supports being upgraded with the forthcoming
ddn connector upgradecommand (#51)
Changed
- Updated to use TypeScript v5.7.3 (#52)