Releases: wildart/LMDB.jl
Releases · wildart/LMDB.jl
v1.0.0
LMDB v1.0.0
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)
, andget!(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 separatembd_unpack
function (#34) (@DilumAluthge) - Update Project.toml (#36) (@meggart)
v0.2.1
LMDB v0.2.1
v0.2.0
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:
- tweaks and typos (#8) (@catawbasam)
- make it Julia 0.5 compatible (#10) (@tanmaykm)
- option to delete all values,
Base.drop
deprecation, avoidPkg.dir
(#11) (@tanmaykm) - Fix deprecated types in 0.7 & improve MDBValue type handling (#14) (@wildart)
- use Int32 instead of int32 (#16) (@tanmaykm)
- Key Iterator & 1.0 compatibility (#19) (@madsciencetist)
- WIP: Update the package (#27) (@meggart)