Releases: hasura/ndc-nodejs-lambda
Releases · hasura/ndc-nodejs-lambda
v0.14.0
- Support for "relaxed types" (#10)
Full Changelog: v0.13.0...v0.14.0
v0.13.0
- Add support for treating 'true | false' as a Boolean type (#7)
Full Changelog: v0.12.0...v0.13.0
v0.12.0
- Add support for JSDoc descriptions from object types (#3)
- Fix type name conflicts when using generic interfaces (#4)
- Improve error handling of errors thrown from functions (#5)
- The entire causal stack trace is now captured as an error detail for unhandled errors
sdk.Forbidden
,sdk.Conflict
,sdk.UnprocessableContent
can be thrown to return error details to GraphQL API clients
Full Changelog: v0.11.0...v0.12.0
v0.11.0
- Add support for parallel execution of readonly functions (#2)
Full Changelog: v0.10.0...v0.11.0
v0.10.0
- Add missing query.variables capability
Full Changelog: v0.9.0...v0.10.0
v0.9.0
- Disallow use of Map types and types with index signatures
- Add support for re-exporting functions from other files
Full Changelog: v0.8.0...v0.9.0
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