Skip to content

Releases: hasura/ndc-nodejs-lambda

v0.8.0

24 Jan 06:13
c845a97
Compare
Choose a tag to compare

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

24 Jan 06:13
v0.7.0
7937e61
Compare
Choose a tag to compare
  • 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

24 Jan 06:12
v0.6.0
2740361
Compare
Choose a tag to compare
  • 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

24 Jan 06:12
v0.5.0
3ea81eb
Compare
Choose a tag to compare
  • 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

24 Jan 06:11
v0.4.0
0eafce6
Compare
Choose a tag to compare
  • 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

24 Jan 06:11
v0.3.0
c9f6c7b
Compare
Choose a tag to compare
  • Initial release