Skip to content

Releases: agisboye/SwiftLMDB

2.2.1

13 Dec 23:27
Compare
Choose a tag to compare

Updates LMDB to 0.9.33

2.2.0

10 Jul 07:08
a933e01
Compare
Choose a tag to compare
  • Replace SwiftLMDB struct with LMDBVersion to avoid shadowing the package name (#26). To get the current version of LMDB, use LMDBVersion.current. Thanks @corujautx.

2.1.6

29 Jan 19:34
Compare
Choose a tag to compare
  • Updates LMDB to 0.9.31
  • Bump Swift tools version to 5.7

2.1.5

24 Apr 07:55
Compare
Choose a tag to compare
  • Updates LMDB to 0.9.29

2.1.4

21 Sep 18:44
Compare
Choose a tag to compare

2.1.3

17 Aug 16:16
Compare
Choose a tag to compare
  • Adds a stats property to Database instances which exposes internal database statistics.

2.1.2

03 Jun 12:06
Compare
Choose a tag to compare

2.1.1

27 May 20:32
Compare
Choose a tag to compare
  • Updates LMDB to 0.9.29
  • Fixes a potential race condition (thanks @kennycarruthers!)

2.0.1

15 Jan 09:34
Compare
Choose a tag to compare
  • Resolves permission issues with read-only environments (thanks @phototropic!)

2.0.0

29 Aug 12:02
Compare
Choose a tag to compare

This release brings the library up to date with the latest LMDB release (0.9.24). It also bumps the Swift version to 5 and updates the Package.swift manifest so that the library can be installed using Swift Package Manager.

The API has been cleaned up a little bit (mostly naming).