Skip to content

Releases: rocksdict/RocksDict

v0.3.29

01 Dec 01:57
b1e5631

Choose a tag to compare

What's Changed

Full Changelog: v0.3.28...v0.3.29

v0.3.28

09 Nov 14:09
9c84eec

Choose a tag to compare

What's Changed

  • Python 3.14 + PyO3 v0.27 + LLVM21 + Rust v1.91 by @Congyuwang in #180
    • Support python 3.14,
    • Update to LLVM21 + Rust v1.91 (except for macOS, which update to Rust v1.90),
    • Add support for PyPy3.11, and remove support for PyPy3.9 and PyPy3.10,
    • Remove deprecated methods: Options.set_ignore_range_deletions and Options.set_skip_checking_sst_file_sizes_on_db_open.
  • fix writebatch default column family by @Congyuwang in #181
  • fix get None value by @Congyuwang in #182

Full Changelog: v0.3.27...v0.3.28

v0.3.27

27 May 16:47
350884b

Choose a tag to compare

What's Changed

Full Changelog: v0.3.26...v0.3.27

v0.3.26

26 Apr 06:07

Choose a tag to compare

What's Changed

    def set_bottommost_compression_type(self, t: DBCompressionType) -> None: ...
    def set_bottommost_compression_options(self, w_bits: int, level: int, strategy: int, max_dict_bytes: int, enable: bool) -> None: ...
    def set_bottommost_zstd_max_train_bytes(self, value: int, enable: bool) -> None: ...
  • Upgrade pyo3 to v0.24
  • Upgrade windows to llvm19 & rust to v1.86 by @Congyuwang in #171

Full Changelog: v0.3.25...v0.3.26

v0.3.25

14 Dec 04:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.24...v0.3.25

v0.3.24-musllinux-patch

03 Nov 15:03
638218d

Choose a tag to compare

Add wheels of musllinux for v0.3.24

What's Changed

Full Changelog: v0.3.24-manylinux2014-aarch64-patch...v0.3.24-musllinux-patch

v0.3.24-manylinux2014-aarch64-patch

03 Nov 07:17
8bee8c6

Choose a tag to compare

Add manylinux2014 wheels for linux aarch64

What's Changed

Full Changelog: v0.3.24-pypy-patch...v0.3.24-manylinux2014-aarch64-patch

v0.3.24-pypy-patch

01 Nov 04:10
e328c94

Choose a tag to compare

Add PyPy wheels for v0.3.24.

What's Changed

Full Changelog: v0.3.24...v0.3.24-pypy-patch

v0.3.24

31 Oct 11:17
2108448

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.23...v0.3.24

v0.3.24-beta3

25 Jun 07:54

Choose a tag to compare

v0.3.24-beta3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.24-beta2...v0.3.24-beta3