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)