Releases: Preetam/lm2
Releases · Preetam/lm2
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.0.3
v2.2.1-pre
Cursor
now has aGet
helper method to retrieve a single key. This method will seek and iterate through keys for you in order to save some code on your end. (#46)
NOTE: This is tagged as a pre-release because it depends heavily on v2.1.0-pre and v2.2.0-pre, which haven't been cleared for final release.
v2.2.0-pre
WriteBatch
now has aAllowOverwrite
method to disable overwriting keys. Now you no longer have to manually check if a key will be overwritten. (#45)
NOTE: This is tagged as a pre-release because it depends heavily on v2.1.0-pre, which hasn't been cleared for final release.
v2.1.0-pre
Update
now has an internal rollback mechanism. (#42)ErrRolledBack
is returned byUpdate
when this happens.
Collection
now has anOK
method which returnsfalse
if the internal collection state isn't consistent. You should close and reopen the collection when this happens. (#42)- Fixed a race condition with deleted records. (#42)