Skip to content

v0.6.5-r1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 21:21
b870659

0.6.5 is here! This release has been focused primarily on improving Datasources integration with a special focus on Postgres as it has been our most popular database integration by far!

Datasource changes

  • Major refactor done around the Datasource traits to improve re-usability and simplicity of the code. Furthermore these changes will make it much easier to add new datasources to synth.
  • First-class support for Postgres arrays, json and jsonb types (See PR for caveats: #233)
  • Improved handling of integer types with Postgres

Other important things

  • Top-level collections no longer need to be arrays explicitly
  • CI automatically tests code examples in the docs.
  • begin and end mismatches on valid datetimes bug fixed
  • More communicative error messages for different failure modes
  • The process of running all tests via cargo has started - but this is quite a big change and is going to be executed in several stages.

Thank you contributors!

Thank you @chesedo & @WiredSound for your contributions :)