Releases: erigontech/mdbx-go
Releases · erigontech/mdbx-go
txn.Id() to return uint64 instead of uintptr
v0.18.1 txn.Id() to return uint64 instead of uintptr (#34)
v0.18.0
mdbx of version 0.10.3
increase the MDBX_READERS_LIMIT to 32767
v0.16.0 increase the MDBX_READERS_LIMIT to 32767
allow call env.Info on existing transaction
v0.15.0 Env info on existing tx (#29)
More cflags for compatibility with gcc 4
v0.14.0 mdbx more readers (#27)
env.Info - auto-convert 16dot16 to time.Duration
v0.13.0 Env info - convert 16dot16 to duration (#26)
Now can use as Go module, Windows support
v0.12.0 use as go module, win support (#21)
Bindings v0.11.0 - with mdbx of version 0.10.0
mdbx release v0.10.0 (#19)
v0.10.2
- fix env.Stat
v0.10.1
- add method txn.DBIs