Skip to content

v0.4.1

Compare
Choose a tag to compare
@ecton ecton released this 05 Apr 02:59
· 270 commits to main since this release
d677d07

All Commits since last release: v0.4.0...v0.4.1

This release is a minor release with an important bug fix for the view indexing system.

Fixed

  • The View indexing system had a bug when deleting the last view entries for a
    key while also inserting new entries for that key in the same mapping update
    operation. This prevented the recording of new entries being made during that
    mapping operation. This bug was introduced during the optimizations in v0.3.0.

    All views will be reindexed automatically on upgrade.

  • insert_bytes/push_bytes no longer require SerializedCollection to be
    implemented.

Known Issues

  • #240: Tuples used as keys do not sort correctly. The format for tuples will be
    changing in v0.5.0. Compatibility types will be provided to make it easy to
    preserve existing functionality. The linked issue describes the scenario
    that does not work correctly currently.