diff --git a/changelog.md b/changelog.md index bff45b0..7b16089 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## Unreleased +- Update NDC NodeJS Lambda to `v1.16.0` ([#111](https://github.com/hasura/ndc-open-api-lambda/pull/111)) + ## [[1.7.1](https://github.com/hasura/ndc-open-api-lambda/releases/tag/v1.7.1)] 2025-07-22 - Freeze `ndc-nodejs-lambda` to `v1.15.0` ([#100](https://github.com/hasura/ndc-open-api-lambda/pull/100)) diff --git a/connector-definition/.hasura-connector/Dockerfile b/connector-definition/.hasura-connector/Dockerfile index 74df530..b214b27 100644 --- a/connector-definition/.hasura-connector/Dockerfile +++ b/connector-definition/.hasura-connector/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hasura/ndc-nodejs-lambda:v1.15.0 +FROM ghcr.io/hasura/ndc-nodejs-lambda:v1.16.0 COPY package-lock.json package.json api.ts /functions/ diff --git a/src/app/context.ts b/src/app/context.ts index e82a237..6299899 100644 --- a/src/app/context.ts +++ b/src/app/context.ts @@ -41,7 +41,7 @@ const NODE_VERSION = "node20"; const OPENAPI_SWAGGER_FILE_NAME = "swagger.json"; const DEFAULT_CONFIGURATION_DIRECTORY = "/etc/connector/"; -const NDC_NODEJS_LAMBDA_SDK_VERSION = "v1.15.0"; +const NDC_NODEJS_LAMBDA_SDK_VERSION = "v1.16.0"; /** * Context is a singleton class that holds the configuration of the app