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

fix(deps): update rust crate rocksdb to 0.23.0 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2024

This PR contains the following updates:

Package Type Update Change
rocksdb dependencies minor 0.21.0 -> 0.23.0

Release Notes

rust-rocksdb/rust-rocksdb (rocksdb)

v0.23.0

Compare Source

  • 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)
  • Add lto feature to enable link-time optimization using linker-plugin-lto (0xdeafbeef)
  • Add set_track_and_verify_wals_in_manifest (evanj)
  • Fix some typos (DeVikingMark)
  • Fix multiple typos of different importance (crStiv)
  • Bump rust version for cargo audit job (aleksuss)
  • Update to RocksDB 9.9.3 (niklasf)
  • Allow to specify ttl per column family (0xdeafbeef)

v0.22.0

Compare Source

  • Free memory on writebatch index and avoid unnecessary clones (jkurian)
  • Update snappy to 1.1.10 (timsueberkrueb)
  • Prefer rocksdb_free to free for RocksDB memory (niklasf)
  • Expose flush_cfs_opt to flush multiple column families (lizhanhui)
  • Update to RocksDB 8.3.2 (niklasf)
  • Remove temporary boxed keys in batched_multi_get (axnsan12)
  • Convert properties to &PropName which can be converted at no cost to &CStr and &str (mina86)
  • Bump MSRV to 1.63.0 (mina86)
  • Add allow_ingest_behind ffi call for DB Options (siyuan0322)
  • Remove wrong outlive requirements for cache in docs (zheland)
  • Feat: support column_family_metadata and column_family_metadata_cf (ovr)
  • Update RocksDB to 8.5.3 (niklasf)
  • Expose ReadTier publicly (tinct-martini)
  • Update RocksDB to 8.6.7 (aleksuss)
  • Feat: expose set_optimize_filters_for_memory (zaidoon1)
  • Feat: expose compression option parallel_threads (zaidoon1)
  • Fix: add raw iterator validation before calling next method (aleksuss)
  • Fix typo in documentation (jazarine)
  • Feat: Expose set_wal_compression_type (ovr)
  • Update RocksDB to 8.8.1 (zaidoon1)
  • Feat: Expose compact_on_deletion_collector_factory (zaidoon1)
  • Fix bug in DBWALIterator that would return updates before the given sequence (schmidek)
  • Feat: Expose wait_for_compact (zaidoon1)
  • Feat: Expose set_auto_readahead_size (niklasf)
  • Update RocksDB to 8.9.1 (zaidoon1)
  • Feat: Expose set_periodic_compaction_seconds (zaidoon1)
  • Update hash commit of the rocksdb submodule to corresponding v8.9.1 (aleksuss)
  • Make CompactOptions Send and Sync (GodTamIt)
  • Update to RocksDB 8.10.0 (zaidoon1)
  • Add WriteBufferManager support (benoitmeriaux)
  • Update doc and parameter name for optimize_for_point_lookup (XiangpengHao)
  • Expose rocksdb cumulative statistics and histograms (AhmedSoliman)
  • Make FlushOptions Send and Sync (jansegre)
  • Export memory usage builder and MemoryUsage structs to users (AhmedSoliman)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rocksdb-0.x branch from ad56d5c to d4d8f49 Compare December 24, 2024 13:06
@renovate renovate bot changed the title fix(deps): update rust crate rocksdb to 0.22.0 fix(deps): update rust crate rocksdb to 0.23.0 Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants