Skip to content

Commit

Permalink
Remove type inference recursion limit (#33)
Browse files Browse the repository at this point in the history
* Update to NDC TS SDK v4.6.0
  • Loading branch information
daniel-chambers authored May 9, 2024
1 parent faf8cc7 commit 53ae387
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 259 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NodeJS Lambda Connector Changelog
# Node.js Lambda Connector Changelog
This changelog documents the changes between release versions.

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

## [1.4.0] - 2024-05-08
- Removed type inference recursion limit ([#33](https://github.com/hasura/ndc-nodejs-lambda/pull/33)). This enables the use of very nested object graphs.
- Updated the NDC TypeScript SDK to v4.6.0 ([#33](https://github.com/hasura/ndc-nodejs-lambda/pull/33)).
- This enables the /metrics endpoint to return the default prometheus metrics
- `ConnectorError`s can be thrown and now use any HTTP status code

## [1.3.0] - 2024-04-17
- Fixed watch mode not reloading after files with compiler errors are changed [#27](https://github.com/hasura/ndc-nodejs-lambda/pull/27)
- Fixed functions that are imported then re-exported causing a crash [#28](https://github.com/hasura/ndc-nodejs-lambda/pull/28)
Expand Down
Loading

0 comments on commit 53ae387

Please sign in to comment.