-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump rocksdb from 0.20.1 to 0.21.0 #6640
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6640 +/- ##
==========================================
- Coverage 78.10% 78.06% -0.04%
==========================================
Files 309 310 +1
Lines 40665 40691 +26
==========================================
+ Hits 31760 31766 +6
- Misses 8905 8925 +20 |
@dependabot recreate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes a bunch of RocksDB Rust and C++ bugs from release 8.0.0 onwards:
https://github.com/facebook/rocksdb/releases
c4ff903
to
f479edd
Compare
@dependabot rebase |
f479edd
to
a3a63ed
Compare
@teor2345 this was approved but it won't get merged because of https://github.com/ZcashFoundation/zebra/actions/runs/4932026472/jobs/8814658241#step:4:14 |
This can be fixed by |
a3a63ed
to
da95096
Compare
@dependabot rebase |
8544c76
to
1778abf
Compare
7ce47b2
to
8544c76
Compare
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.20.1 to 0.21.0. - [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases) - [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md) - [Commits](rust-rocksdb/rust-rocksdb@v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: rocksdb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1778abf
to
6ae4e8f
Compare
Depends-On: #6632
Bumps rocksdb from 0.20.1 to 0.21.0.
Release notes
Sourced from rocksdb's releases.
Changelog
Sourced from rocksdb's changelog.
Commits
b539412
Release 0.21.0 (#777)7fd6c98
Fix bug inDBWALIterator
that would miss updates (#771)c14532d
Support for comparators as closures (#765)3257d08
Retrieve Value fromKeyMayExist
if value found in Cache or Memory (#759)b2943dc
Add Cache::new_hyper_clock_cache() (#775)d44de09
Update to RocksDB 8.1.1 (#774)ef8d60a
Actually enable io-uring (#751)9e519fe
Update iOS min version to 12 in the build script (#770)0fbe2ea
Block cache creation failure is not recoverable (#763)c08aced
Update to RocksDB 8.0.0 (#761)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)