master
Tyler Neely 7 years ago
parent 4f1dd006a2
commit 7d86db6a1b
No known key found for this signature in database
GPG Key ID: 23E6C4FBEAE5E4E3
  1. 13
      CHANGELOG.txt
  2. 2
      Cargo.toml

@ -1,6 +1,15 @@
Changelog
=========
0.9.0 (2018-02-10)
~~~~~~~~~~~~~~~~~~~~
**New features**
* Allow creating iterators over prefixes (glittershark)
**Breaking Changes**
* Open cfs with options (garyttierney, rrichardson)
* Non-Associative merge ops (rrichardson)
0.8.3 (2018-02-10)
~~~~~~~~~~~~~~~~~~~~
* Bump rocksdb to 5.10.2 (ongardie)
@ -70,9 +79,9 @@ Changelog
* All errors changed to use a new `rocksdb::Error` type (kaedroho, alexreg)
* Removed `Options.set_filter_deletes` as it was removed in RocksDB (kaedroho)
* Renamed `add_merge_operator` to `set_merge_operator` and `add_comparator` to `set_comparator` (kaedroho)
**New features**
* Windows support (development by jsgf and arkpar. ported by kaedroho)
* The RocksDB library is now built at crate compile-time and statically linked with the resulting binary (development by jsgf and arkpar. ported by kaedroho)
* Cleaned up and improved coverage and tests of the ffi module (alexreg)

@ -1,7 +1,7 @@
[package]
name = "rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database"
version = "0.8.3"
version = "0.9.0"
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
license = "Apache-2.0"
keywords = ["database", "embedded", "LSM-tree", "persistence"]

Loading…
Cancel
Save