Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion connector-definition/.hasura-connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
2 changes: 1 addition & 1 deletion src/app/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down