Releases: erigontech/mdbx-go
Releases · erigontech/mdbx-go
cursors pool
v0.27.8 cursors pool
support empty key/value: v0.28
v0.28.3 Merge branch 'v0_27'
android build
fixed android problem (#92) Co-authored-by: mengweifu <[email protected]>
mdbx: v0.12.3, removed env.Path()
- mdbx: v0.12.3
- also removed method env.Path(), if you need it please help me to fix it by PR, thank you
support empty key/value: v0.27.*
v0.27.6 make clang happy (#91)
make clang happy
v0.27.5 make clang happy (#91)
Breaking change: remove txn.RawRead field
Breaking change: remove txn.RawRead field
It making bindings more beginners-unfriendly, but having this feature does hiding mdbx's zero-copy nature. So, decided to remove it.
remove deprecated cmp_suffix32 feature
v0.26.3 remove deprecated cmp_suffix32 feature #87
revert last -O2 changes, disable some gcc warnings
v0.26.2 revert last -O2 changes #85
no -O2 flag hardcode
v0.26.1 no -O2 hardcode (#83)