v0.4.1
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 requireSerializedCollection
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.