Skip to content

Releases: wildart/LMDB.jl

v1.0.0

05 Sep 08:51
bdc2df6
Compare
Choose a tag to compare

LMDB v1.0.0

Diff since v0.2.1

Closed issues:

  • Source file URLS in documentation seem to be local to the build machine (#21)
  • type piracy in convert causes ambiguity errors (#29)
  • Warning fails to show (#30)

Merged pull requests:

  • Don't check the Manifest.toml file into source control (#31) (@DilumAluthge)
  • Add the get!(d::LMDBDict, key, default), get(f::Function, d::LMDBDict, key), and get!(f::Function, d::LMDBDict, key) methods (#32) (@DilumAluthge)
  • Change all occurences of warn(...) to @warn(...) (#33) (@DilumAluthge)
  • Don't extend Base.convert; instead, define a separate mbd_unpack function (#34) (@DilumAluthge)
  • Update Project.toml (#36) (@meggart)

v0.2.1

13 Dec 16:56
2a3b9b0
Compare
Choose a tag to compare

v0.2.0

11 Dec 00:42
Compare
Choose a tag to compare

LMDB v0.2.0

Closed issues:

  • Segfaults (#1)
  • Fails to build on OS X (#2)
  • add project to Projects using Docile / Lexicon (#3)
  • Problems building LMDB (#4)
  • Parallel access? (#5)
  • Get rid of C wrapper code (#6)
  • Wrap cursor in an interator (#7)
  • pointer to invalid memory in MDBValue? (#12)
  • unable to store types other than Number, String, and Array (#13)
  • tag a release? (#17)
  • Failing to build on Gitlab's CI runner (#20)
  • Info about upcoming removal of packages in the General registry (#22)
  • Julia can't find library (#25)

Merged pull requests: