Releases: hasura/ndc-nodejs-lambda
Releases · hasura/ndc-nodejs-lambda
v0.8.0
ndc-lambda-sdk
- Fix queries with variables returning incorrect result format
- If a scalar value validation fails, return the error as an UnprocessableContent error
Yeoman template
- Add minimum node engine version to template package.json
- Use pretty printing of logs in watch mode in the template
- Add latest version check to yeoman generator
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- Rename
@pure
to@readonly
- Add JSONValue type for arbitrary JSON
- Block use of never, object, unknown, any and tuple types
- Block use of function types as args/return values
- Disallow use of union types in args and return types
- Remove custom scalar generation as an unknown type fallback
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Prevent usage of null or undefined literals on their own
- Add support for literal types
- Fix queries not using new response reshaping code
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Fix SIGTERM signal handling for clean docker container shutdowns
- Add BigInt support and rework scalar type handling
- Add support for Date types
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Allow promise typed return values
- Fix tsconfig relative pathing
- Fix error when no user tsconfig exists
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Initial release