v0.4.1 #241
ecton
announced in
Announcements
v0.4.1
#241
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
insert_bytes
/push_bytes
no longer requireSerializedCollection
to beimplemented.
All views will be reindexed automatically on upgrade.
Known Issues
changing in v0.5.0. Compatibility types will be provided to make it easy to
preserve existing functionality. The [linked issue][Tuple Key implementation doesn't order properly #240] describes the scenario
that does not work correctly currently.
This discussion was created from the release v0.4.1.
Beta Was this translation helpful? Give feedback.
All reactions