|
|
@ -1,17 +1,32 @@ |
|
|
|
Changelog |
|
|
|
Changelog |
|
|
|
========= |
|
|
|
========= |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0.10.0 (2018-03-17) |
|
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
* Bump rocksdb to 5.11.3 (spacejam) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**New features** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Link with system rocksdb and snappy libs through envvars (ozkriff) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Breaking Changes** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix reverse iteration from a given key (ongardie) |
|
|
|
|
|
|
|
|
|
|
|
0.9.1 (2018-02-10) |
|
|
|
0.9.1 (2018-02-10) |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
**New features** |
|
|
|
**New features** |
|
|
|
|
|
|
|
|
|
|
|
* SliceTransform support (spacejam) |
|
|
|
* SliceTransform support (spacejam) |
|
|
|
|
|
|
|
|
|
|
|
0.9.0 (2018-02-10) |
|
|
|
0.9.0 (2018-02-10) |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
**New features** |
|
|
|
**New features** |
|
|
|
|
|
|
|
|
|
|
|
* Allow creating iterators over prefixes (glittershark) |
|
|
|
* Allow creating iterators over prefixes (glittershark) |
|
|
|
|
|
|
|
|
|
|
|
**Breaking Changes** |
|
|
|
**Breaking Changes** |
|
|
|
|
|
|
|
|
|
|
|
* Open cfs with options (garyttierney, rrichardson) |
|
|
|
* Open cfs with options (garyttierney, rrichardson) |
|
|
|
* Non-Associative merge ops (rrichardson) |
|
|
|
* Non-Associative merge ops (rrichardson) |
|
|
|
|
|
|
|
|
|
|
@ -45,16 +60,19 @@ Changelog |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
|
|
|
|
**Breaking Changes** |
|
|
|
**Breaking Changes** |
|
|
|
|
|
|
|
|
|
|
|
* Bumped rocksdb to 5.4.6 (derekdreery) |
|
|
|
* Bumped rocksdb to 5.4.6 (derekdreery) |
|
|
|
* Remove `use_direct_writes` now that `use_direct_io_for_flush_and_compaction` exists (derekdreery) |
|
|
|
* Remove `use_direct_writes` now that `use_direct_io_for_flush_and_compaction` exists (derekdreery) |
|
|
|
|
|
|
|
|
|
|
|
**New features** |
|
|
|
**New features** |
|
|
|
|
|
|
|
|
|
|
|
* ReadOptions is now public (rschmukler) |
|
|
|
* ReadOptions is now public (rschmukler) |
|
|
|
* Implement Clone and AsRef<str> for Error (daboross) |
|
|
|
* Implement Clone and AsRef<str> for Error (daboross) |
|
|
|
* Support for `seek_for_prev` (kaedroho) |
|
|
|
* Support for `seek_for_prev` (kaedroho) |
|
|
|
* Support for DirectIO (kaedroho) |
|
|
|
* Support for DirectIO (kaedroho) |
|
|
|
|
|
|
|
|
|
|
|
**Internal cleanups** |
|
|
|
**Internal cleanups** |
|
|
|
|
|
|
|
|
|
|
|
* Fixed race condition in tests (debris) |
|
|
|
* Fixed race condition in tests (debris) |
|
|
|
* Move tests to the default `tests` directory (vmx) |
|
|
|
* Move tests to the default `tests` directory (vmx) |
|
|
|
|
|
|
|
|
|
|
@ -62,15 +80,18 @@ Changelog |
|
|
|
~~~~~~~~~~~~~~~~~~ |
|
|
|
~~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
|
|
|
|
**New features** |
|
|
|
**New features** |
|
|
|
|
|
|
|
|
|
|
|
* Support for raw iterator access (kaedroho) |
|
|
|
* Support for raw iterator access (kaedroho) |
|
|
|
|
|
|
|
|
|
|
|
0.6 (2016-12-18) |
|
|
|
0.6 (2016-12-18) |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
~~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
|
|
|
|
**Breaking changes** |
|
|
|
**Breaking changes** |
|
|
|
|
|
|
|
|
|
|
|
* Comparator function now returns an Ordering (alexreg) |
|
|
|
* Comparator function now returns an Ordering (alexreg) |
|
|
|
|
|
|
|
|
|
|
|
**New features** |
|
|
|
**New features** |
|
|
|
|
|
|
|
|
|
|
|
* Compaction filter (tmccombs) |
|
|
|
* Compaction filter (tmccombs) |
|
|
|
* Support for backups (alexreg) |
|
|
|
* Support for backups (alexreg) |
|
|
|
|
|
|
|
|
|
|
|