这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: hasura/ndc-nodejs-lambda

v0.14.0

16 Feb 06:16
v0.14.0
a21eb56
Compare
Choose a tag to compare
  • Support for "relaxed types" (#10)

Full Changelog: v0.13.0...v0.14.0

v0.13.0

08 Feb 14:00
v0.13.0
8ced40d
Compare
Choose a tag to compare
  • Add support for treating 'true | false' as a Boolean type (#7)

Full Changelog: v0.12.0...v0.13.0

v0.12.0

31 Jan 08:26
v0.12.0
5d1b6ea
Compare
Choose a tag to compare
  • 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

25 Jan 08:32
v0.11.0
480c327
Compare
Choose a tag to compare
  • Add support for parallel execution of readonly functions (#2)

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Jan 06:13
120cfc4
Compare
Choose a tag to compare
  • Add missing query.variables capability

Full Changelog: v0.9.0...v0.10.0

v0.9.0

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

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