Skip to content
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

Bump rocksdb from 0.22.0 to 0.23.0 #3463

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps rocksdb from 0.22.0 to 0.23.0.

Release notes

Sourced from rocksdb's releases.

v0.23.0

What's Changed

... (truncated)

Changelog

Sourced from rocksdb's changelog.

0.23.0 (2024-12-23)

  • Build status badge and other bits in README.md (jdanford)
  • Adds crt_static method (spector-9)
  • Fix ptr::copy requires both ptrs to be non-null (ruanpetterson)
  • Add portable feature for RocksDB build (sujayakar)
  • Update README.md with a new section for the portable feature (sujayakar)
  • Update to RocksDB 9.0.0 (Dirreke)
  • Add readme for mt_static feature (spector-9)
  • Make BackupEngine Send (widagdos)
  • Add linking libatomic command to build.rs to allow building (willemolding)
  • Revert portable feature as it doesn't do anything (zaidoon1)
  • Add delete_range to OptimisticTransactionDB (vadim-su)
  • Update rust toolchain to 1.70.0 (widagdos)
  • Bump snappy to 1.2.0 (aleksuss)
  • Document that default column family doesn't inherit open options of db (0xdeafbeef)
  • Toolchain: pin toolchain to rust 1.70.0 (cratelyn)
  • Add clippy MSRV and some clippy fixes (Congyuwang)
  • Port all value of ReadTier (w41ter)
  • Update src/db_options.rs (w41ter)
  • Add option set_avoid_unnecessary_blocking_io (w41ter)
  • Add option to enable autotuned ratelimiter (w41ter)
  • Add support for enabling blob cache (exabytes18)
  • Fix: android build in 32-bit devices (LucasXu0)
  • Support user defined timestamp in rust bindings (siyuan0322)
  • Bump lz4 1.10 (agourlay)
  • Properties for the TransactionDB (4TT1L4)
  • Improvements to user defined timestamp (larry0x)
  • Implement Sync for {Bound}ColumnFamily (jhpratt)
  • Use the provided system rocksdb prebuilt on FreeBSD (girlbossceo)
  • Deprecated Node version and outdated GitHub Actions (4TT1L4)
  • Fix cargo audit check in GitHub Actions CI (aleksuss)
  • RUSTSEC-2023-0020: const-cstr is Unmaintained (4TT1L4)
  • TransactionDB support in MemoryUsageBuilder (4TT1L4)
  • Bump tikv-jemalloc-sys to 0.6 (0xdeafbeef)
  • Improve statistics by auto gen enum Ticker & enum Histogram (rockeet)
  • Expose LRU cache options (athre0z)
  • Add Env::from_raw constructor (jgraettinger)
  • Fix unsoundness via impure AsRef (niklasf)
  • Fix two tests that want to write to the current working directory (mr-c)
  • Add missing supported BSD OSes (drizzt)
  • Fix column family creation race (stuhood)
  • Allow using static feature for the bindgen (Congyuwang)
  • Use tempfile instead of the current working directory (mr-c)
  • Update to RocksDB 9.7.4 (niklasf)
  • Add with_capacity_bytes to WriteBatch (0xdeafbeef)
  • ci: make most directories read-only before running the tests (mr-c)
  • Add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config (popcnt1)
  • Add set_compaction_pri to Options (0xdeafbeef)
  • Implement get_db_identity using rocksdb_get_db_identity (evanj)

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.26%. Comparing base (b499152) to head (5310177).
Report is 4 commits behind head on latest.

Additional details and impacted files
@@            Coverage Diff             @@
##           latest    #3463      +/-   ##
==========================================
- Coverage   86.29%   86.26%   -0.03%     
==========================================
  Files         137      137              
  Lines       16225    16226       +1     
  Branches     2225     2225              
==========================================
- Hits        14001    13998       -3     
- Misses       1911     1915       +4     
  Partials      313      313              
Flag Coverage Δ
hypothesis-py 25.43% <ø> (ø)
python 92.32% <ø> (ø)
rust 62.34% <ø> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/cargo/rocksdb-0.23.0 branch from 7b41edf to d2db55a Compare January 2, 2025 15:24
@ctb
Copy link
Contributor

ctb commented Jan 2, 2025

@luizirber looks like this one will require a fair bit of fixing, if it's even possible at the moment!

@luizirber
Copy link
Member

@luizirber looks like this one will require a fair bit of fixing, if it's even possible at the moment!

We need to bump MSRV to 1.71 and fix readthedocs, fixes in #3456

@dependabot dependabot bot force-pushed the dependabot/cargo/rocksdb-0.23.0 branch from d2db55a to 3168bcc Compare January 6, 2025 23:27
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.22.0 to 0.23.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.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rocksdb-0.23.0 branch from 3168bcc to 5310177 Compare January 7, 2025 00:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Looks like rocksdb is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rocksdb-0.23.0 branch January 10, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants