merkle_bit
merkle_bit copied to clipboard
Update rocksdb requirement from 0.18.0 to 0.20.1
Updates the requirements on rocksdb to permit the latest version.
Release notes
Sourced from rocksdb's releases.
v0.20.1
What's Changed
- Fix compatibility with MSRV 1.60.0 (aleksuss) in rust-rocksdb/rust-rocksdb#741
Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.20.0...v0.20.1
Changelog
Sourced from rocksdb's changelog.
0.20.1 (2023-02-10)
- Fix supporting MSRV 1.60.0 (aleksuss)
0.20.0 (2023-02-09)
- Support RocksDB 7.x
BackupEngineOptions(exabytes18)- Fix
int128compatibility check (Dirreke)- Add
Options::load_latestmethod to load the latest options from RockDB (Congyuwang)- Bump bindgen to 0.64.0 (cwlittle)
- Bump rocksdb to 7.9.2 (kwek20)
- Make
set_snapshotmethod public (a14e)- Add
drop_cffunction toTransactionDB(bothra90)- Bump rocksdb to 7.8.3 (aleksuss)
- Add doc for
set_cache_index_and_filter_blocks(guerinoni)- Re-run
build.rsif env vars change (drahnr)- Add
WriteBatch::datamethod (w41ter)- Add
DB::open_cf_with_optsmethod (w41ter)- Use lz4-sys crate rather then submodule (niklasf)
- Make create_new_backup_flush generic (minshao)
0.19.0 (2022-08-05)
- Add support for building with
io_uringon Linux (parazyd)- Change iterators to return Result (mina86)
- Support RocksDB transaction (yiyuanliu)
- Avoid pulling in dependencies via static feature flag (niklasf)
- Bump
rocksdbto 7.4.4 (niklasf)- Bump
tikv-jemalloc-systo 0.5 (niklasf)- Update
set_use_fsynccomment (nazar-pc)- Introduce ReadOptions::set_iterate_range and PrefixRange (mina86)
- Bump
rocksdbto 7.4.3 (aleksuss)- Don’t hold onto ReadOptions.inner when iterating (mina86)
- Bump
zstd-sysfrom 1.6 to 2.0 (slightknack)- Enable a building on the iOS platform (dignifiedquire)
- Add DBRawIteratorWithThreadMode::item method (mina86)
- Use NonNull in DBRawIteratorWithThreadMode (mina86)
- Tiny refactoring including fix for UB (niklasf)
- Add batched version MultiGet API (yhchiang-sol)
- Upgrade to rocksdb v7.3.1 (yhchiang-sol)
- Consistently use
ffi_util::to_cpathto convertPathtoCString(mina86)- Convert properties to
&CStr(mina86)- Allow passing
&CStrarguments (mina86)- Fix memory leak when reading properties and avoid memory allocation (mina86)
- Fix Windows UTF-8 build flag (rajivshah3)
- Use more target features to build librocksdb-sys (niklasf)
- Fix
bz_internal_errorsymbol multiply defined (nanpuyue)- Bump rocksdb to 7.1.2 (dignifiedquire)
- Add BlobDB options (dignifiedquire)
- Add snapshot
PinnableSlicebased API (zheland)
... (truncated)
Commits
7319f25Release 0.20.1 (#742)e646999Check in CI compatibility with MSRV (#741)1c879f0Release 0.20.0 (#736)2823760Support RocksDB 7.x BackupEngineOptions (#700)3805d1fFix int128 compatibility check (#682)dc18b52Revert "Allow to pass in owned variable for Decision::Change variant in compa...b8b4cf3Add Options::load_latest() method to load latest options from RockDB path (#724)548b425Bump bindgen 0.63.0 -> 0.64.0 (#734)c1314a3Bump rocksdb to 7.9.2 (#726)5ed1043Allow to pass in owned variable for Decision::Change variant in compaction fi...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)