Releases: alttch/yedb-rs
Releases · alttch/yedb-rs
v0.4.11
- native sha256 functions
- ubuntu 20.04 binaries
v0.4.3
- auto-repair in YedbClientLocalAsync is now OFF when opening
- so yedb-cli does not try to repair databases automatically
v0.4.1
- YedbClientLocalAsync for trait compat with other async clients
- open local databases with yedb-cli
- to make CLI work properly via UNIX sockets, the server socket path now MUST end with .sock, .socket or .ipc
v0.3.6
- targets removed: arm, i686
- target added: armv7 (hf)
v0.3.0
- async client split into trait + impl
- ELBUS support (client and server-embed)
- CLI code switched to async
- sync client is deprecated and no longer supported
- small bug fixes
v0.2.0
- modified error codes (except listed in specs)
v0.1.1
- benchmark no longer crashes on failures but reports error count and rate