Skip to content

Commit 2107b77

Browse files
Update TypeScript to 5.7 and bump release version (#52)
1 parent 08ba057 commit 2107b77

File tree

3 files changed

+95
-158
lines changed

3 files changed

+95
-158
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [1.11.0] - 2025-01-22
8+
79
### Added
810
- The connector now supports being upgraded with the forthcoming `ddn connector upgrade` command ([#51](https://github.com/hasura/ndc-nodejs-lambda/pull/51))
911

12+
### Changed
13+
- Updated to use [TypeScript v5.7.3](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/) ([#52](https://github.com/hasura/ndc-nodejs-lambda/pull/52))
14+
1015
## [1.10.0] - 2024-11-21
1116
- The connector now exits during startup if there are compiler errors in the functions code. The compiler errors are printed to stderr. Previously the connector would print the errors and start "successfully", but with an empty schema. The new behaviour ensures that when the connector is used with `ddn connector introspect`, `ddn` is aware that a problem has occurred (because the connector fails to start) and will prompt the user to print the logs to see the compiler errors. ([#50](https://github.com/hasura/ndc-nodejs-lambda/pull/50))
1217

0 commit comments

Comments
 (0)