rust-rocksdb v0.15.0 Release Notes

Release Date: 2020-08-25 // over 3 years ago
    • ๐Ÿ›  Fix building rocksdb library on windows host (aleksuss)
    • โž• Add github actions CI for windows build (aleksuss)
    • Update doc for Options::set_compression_type (wqfish)
    • โž• Add clippy linter in CI (aleksuss)
    • โช Use DBPath for backup_restore test (wqfish)
    • ๐Ÿ‘ Allow to build RocksDB with a different stdlib (calavera)
    • โž• Add some doc-comments and tiny refactoring (aleksuss)
    • Expose open_with_ttl. (calavera)
    • ๐Ÿ›  Fixed build for x86_64-linux-android that doesn't support PCLMUL (vimmerru)
    • Add support for SstFileWriter and DB::ingest_external_file (methyl)
    • Add set_max_log_file_size and set_recycle_log_file_num to the Options (stanislav-tkach)
    • Export the DEFAULT_COLUMN_FAMILY_NAME constant (stanislav-tkach)
    • ๐Ÿ›  Fix slice transformers with no in_domain callback (nelhage)
    • ๐Ÿ”€ Don't segfault on failed a merge operator (nelhage)
    • โž• Adding read/write/db/compaction options (linxGnu)
    • โž• Add dbpath and env options (linxGnu)
    • โž• Add compaction filter factory API (unrealhoang)
    • โž• Add link stdlib when linking prebuilt rocksdb (unrealhoang)
    • ๐Ÿ‘Œ Support fetching sst files metadata, delete files in range, get mem usage (linxGnu)
    • ๐Ÿ— Do not set rerun-if-changed=build.rs (xu-cheng)
    • โœ… Use pretty_assertions in tests (stanislav-tkach)
    • โšก๏ธ librocksdb-sys: update rocksdb to 6.11.4 (ordian)
    • โž• Adding backup engine info (linxGnu)
    • ๐Ÿ‘ฏ Implement Clone trait for Options (stanislav-tkach)
    • โž• Added Send implementation to WriteBatch (stanislav-tkach)
    • Extend github actions (stanislav-tkach)
    • ๐Ÿ”€ Avoid copy for merge operator result using delete_callback (xuchen-plus)