Releases: Schartey/dgraph-lambda-go
Releases · Schartey/dgraph-lambda-go
Release list
v0.8.24
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
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