v0.6.5-r1
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 tosynth
. - First-class support for Postgres arrays,
json
andjsonb
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
andend
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 :)