Skip to content

Releases: rocksdict/RocksDict

v0.3.26

26 Apr 06:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.3.24-beta2

16 May 03:47
ee6eaad
Compare
Choose a tag to compare
v0.3.24-beta2 Pre-release
Pre-release

What's Changed

  • open DB created by foreign language in raw mode by default by @Congyuwang in #128

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

v0.3.24-beta1

15 May 07:05
ec2ba88
Compare
Choose a tag to compare
v0.3.24-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.23...v0.3.24-beta1

v0.3.24-beta.0

15 May 05:09
88724dc
Compare
Choose a tag to compare
v0.3.24-beta.0 Pre-release
Pre-release

What's Changed

Beta version with support for WideColumns. Release of version v0.3.24 will have to wait for upstream PR merges.

Full Changelog: v0.3.23...v0.3.24-beta0