Skip to content

v0.40.0

Compare
Choose a tag to compare
@abdolence abdolence released this 03 Apr 17:17
· 26 commits to master since this release
83c53ad

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