Skip to content

Releases: Schartey/dgraph-lambda-go

v0.8.24

08 Nov 19:50

Choose a tag to compare

Fixed

  • Removed dependency from dgraph repo. Gets rid of protobuff warnings.

Feat

  • Allow definition of custom models within generated model package (needed for cyclic dependencies when mixing custom and generated models)

Other

  • Updated dependencies

v0.8.21

08 Nov 11:17

Choose a tag to compare

Fixed

  • Webhook (LambdaOnMutate) generation

Feat

  • DQL-Encoding - dql query results can now be parsed using the dson package (jsoniter for dql tags on types)
  • Allow definition of forced model generation - using the "force" variable in the lambda.yaml you can tell dgraph-lambda-go to generate specific models even if they are not used in lambdas in the schema.
  • Generate and fix imports for generated files using goimports

v0.8.17

04 Oct 10:24

Choose a tag to compare

Fixed

  • Refactoring
  • Handle errors on missing packages
  • Update readme.

Feat

  • Async graceful shutdown (breaking)
  • Added info object on requests (for next DGraph release).

Tests for packages

  • api
  • internal
  • codegen/config

v0.8.15

18 Sep 19:53

Choose a tag to compare

Fixed

  • Switched from custom LambdaResponseStatus to HttpResponseStatus
  • Parse schema relative to lambda config file
  • Search go mod in parent folder as well
  • Updated examples (still missing example content)
  • Refactoring