Skip to content

v4.12.0

Compare
Choose a tag to compare
@stanislas-m stanislas-m released this 21 Sep 15:41

This version contains a major refactor of the models generators: they are fully rewritten using genny, and way better tested.

The migrations generator now allows multiple parameters just like the models generator:

$ soda g fizz user id:int name

Will generate a full migration to create the users table, just like the models generator does.

The models generator now supports a jsonapi type (in addition of json and xml), so you can generate your models for json API.

Finally, you can now set the connection max lifetime for the configuration.

Changelog

080cc84 Upgrade goreleaser config (#431)
aa19b35 Add support for jsonapi in models generator (#434)
55a7e42 Allow setting connection max lifetime (#424)
99e77bf Bump Azure tests to go 1.13 (#439)
219ea04 Convert models generator to Genny (#356)
29f3fda Fix broken redirection for nulls (#427)
535a7bd Fixed column order (#430)
c464414 Merge branch 'development'
fa578ca Migrate fizz & SQL migrations generators to genny (#432)
c73d3a9 Split dialect interface (#426)
5959846 Update randx to fix race conditions (#433)
3ef63dc close file after using (#435)