Skip to content

Releases: Preetam/lm2

v2.2.6

25 Sep 04:14
a5532a8
Compare
Choose a tag to compare
  • Added a "secure delete" option for deleted or overwritten records that overwrites their values with null bytes. (#56)

v2.2.5

17 Jul 05:26
9b26c20
Compare
Choose a tag to compare
  • Removed an unnecessary RWMutex (#54)

v2.2.4

18 May 14:41
97ec879
Compare
Choose a tag to compare
  • higher level skip list nodes are more likely to get cached (#51)

v2.2.3

09 Apr 06:37
99e58e6
Compare
Choose a tag to compare
  • Fixed MVCC bug with deleted records reappearing for stale cursors (#49)

v2.2.2

23 Feb 02:29
7f4de76
Compare
Choose a tag to compare
  • Fixed cache (#48)

NOTE: This is tagged as a pre-release because it depends heavily on v2.1.0-pre to v2.2.1-pre which haven't been cleared for final release. Cleared.

v2.0.3

22 Feb 19:02
Compare
Choose a tag to compare

v2.2.1-pre

15 Feb 11:14
e393bb2
Compare
Choose a tag to compare
v2.2.1-pre Pre-release
Pre-release
  • Cursor now has a Get 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

29 Jan 12:29
a033aaf
Compare
Choose a tag to compare
v2.2.0-pre Pre-release
Pre-release
  • WriteBatch now has a AllowOverwrite 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

31 Dec 16:53
9ff6c4c
Compare
Choose a tag to compare
v2.1.0-pre Pre-release
Pre-release
  • Update now has an internal rollback mechanism. (#42)
    • ErrRolledBack is returned by Update when this happens.
  • Collection now has an OK method which returns false 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)

v2.0.2

25 Jul 12:07
Compare
Choose a tag to compare
  • Fixed an issue where the file header could get corrupted (6905356)