Releases: zitsen/unqlite.rs
Releases · zitsen/unqlite.rs
Rust Edition 2018
Features:
- remove deprecated functions and update to 2018 edition, thanks @dariusc93 (#11 )
Refactor to work with stable rust
## v1.4.2 (2019-05-21)
#### Bug Fixes
* **tests:** fix locked error in some multi-threading cases ([b40cc5ac](b40cc5ac))
v1.4.1 - Derive `Clone` trait for `UnQliteVm`
Features
- UnQLiteVm: Add Clone trait to UnQLiteVm (53b977a4)
- unqlite: bump unqlite source version to v1.1.9 (53b977a4)
Update to UnQlite v1.1.8
Bug Fixes
- util: warn use to not use
load_mmaped_file
(ded1052e)
Features
- deprecate unqlite-sys and reexport
ffi
and vars
module (86747446)
- update to UnQlite source code v1.1.8
Implement `Send` and `Sync` for `Error`
Bug Fixes
- implement
Send
and Sync
for Error
(c3c93972)
v1.3.1 Fix Unique/Shared errors
v1.3.1 (2017-08-28)
Bug Fixes
- fix error as Unique/Shared syntax changed (1ce81552, closes #5)
v1.3.0: document store interface landed!
v1.3.0 (2017-06-28)
Features
- api: document store interface (json via jx9) (276eb35c)
v1.2.1
v1.2.1 (2016-05-25)
Bug Fixes
- cursor: fix delete error when reach the last (9664f93d)
v1.2.0
v1.2.0 (2016-05-13)
Bug Fixes
- clippy: fix some clippy warnings (c877df4a)
Features
- UnQLite: use official name as struct name (65b647e0)
v1.1.1
v1.1.1 (2016-05-13)
Bug Fixes
- unqlite-sys: update dependency to v1.0.0 (9a0a05e2)