Skip to content

v0.21.0

Compare
Choose a tag to compare
@aleksuss aleksuss released this 09 May 15:45
· 58 commits to master since this release
b539412

What's Changed

  • Add doc-check to CI. Fix warnings in docs, but broken-intra-doc-links. by @YuraKotov in #743
  • Fix rustdoc::broken-intra-doc-links errors by @YuraKotov in #744
  • Fix 32-bit ARM build by @EyeOfPython in #754
  • Allow specifying checksum type by @romanz in #756
  • Enable librocksdb-sys to be built by rustc_codegen_cranelift by @ZePedroResende in #760
  • Update to RocksDB 8.0.0 by @niklasf in #761
  • Block cache creation failure is not recoverable by @niklasf in #763
  • updated ios min version to 12 by @mighty840 in #770
  • Actually enable io-uring by @niklasf in #751
  • Update to RocksDB 8.1.1 by @niklasf in #774
  • Add Cache::new_hyper_clock_cache() by @niklasf in #775
  • Retrieve Value from KeyMayExist if value found in Cache or Memory by @Congyuwang in #759
  • support for comparators as closures by @pegesund in #765
  • Fix bug in DBWALIterator that would miss updates by @Zagitta in #771

New Contributors

Full Changelog: v0.20.1...v0.21.0