v0.40.0
What's Changed
-
Migrated to redb v2 by @abdolence in #163
The DB structure is not compatible, so before migration you need to remove cache related files if persistence cache was used. -
Explain plan support by @abdolence in #164
This version has introduced:.explain()
/.explain_with_options()
support in Fluent API to explain queries.stream_query_with_metadata()
to be able to receive additional meta information related to documents/objects.
Full Changelog: v0.39.4...v0.40.0