Skip to content

Commit 53ae387

Browse files
Remove type inference recursion limit (#33)
* Update to NDC TS SDK v4.6.0
1 parent faf8cc7 commit 53ae387

File tree

6 files changed

+296
-259
lines changed

6 files changed

+296
-259
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NodeJS Lambda Connector Changelog
1+
# Node.js Lambda Connector Changelog
22
This changelog documents the changes between release versions.
33

44
> [!IMPORTANT]
@@ -7,6 +7,12 @@ This changelog documents the changes between release versions.
77
## [Unreleased]
88
Changes to be included in the next upcoming release
99

10+
## [1.4.0] - 2024-05-08
11+
- Removed type inference recursion limit ([#33](https://github.com/hasura/ndc-nodejs-lambda/pull/33)). This enables the use of very nested object graphs.
12+
- Updated the NDC TypeScript SDK to v4.6.0 ([#33](https://github.com/hasura/ndc-nodejs-lambda/pull/33)).
13+
- This enables the /metrics endpoint to return the default prometheus metrics
14+
- `ConnectorError`s can be thrown and now use any HTTP status code
15+
1016
## [1.3.0] - 2024-04-17
1117
- Fixed watch mode not reloading after files with compiler errors are changed [#27](https://github.com/hasura/ndc-nodejs-lambda/pull/27)
1218
- Fixed functions that are imported then re-exported causing a crash [#28](https://github.com/hasura/ndc-nodejs-lambda/pull/28)

0 commit comments

Comments
 (0)