From e343e757e1fe7ef7b7f03241e7f216ff0771647e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Jul 2025 09:02:55 +0000 Subject: [PATCH 1/2] chore: update NDC Lambda SDK to v1.16.0 --- connector-definition/.hasura-connector/Dockerfile | 2 +- src/app/context.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 7e09c7808e9dce6098d97422fe97964d567b886b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Jul 2025 09:03:00 +0000 Subject: [PATCH 2/2] docs: add changelog entry for NDC Lambda SDK v1.16.0 update --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) 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))