v0.6.1
In this release, we've been focusing on incremental improvements to the code base as well as improving telemetry.
Big changes
- Telemetry is now much more insightful, collecting more details usage statistics to help us understand how to build a better tool.
Other important things
- Fix the
one_of
generator to actually use the weight parameters. - Systematic refactor of the code base to improve readability. This includes consistently formatting macros which are not covered by
rustfmt
. - Improved testing by adding schema relations to the Postgres tests
- Align the local testing harness with CI
Thank you contributors!
Thank you @hbina, @juniorbassani and @chesedo for your amazing contributions!