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

Update rocksdb requirement from 0.15 to 0.17 #2001

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on rocksdb to permit the latest version.

Changelog

Sourced from rocksdb's changelog.

0.17.0 (2021-07-22)

  • Fix multi_get method (mikhailOK)
  • Bump librocksdb-sys up to 6.19.3 (olegnn)
  • Add support for the cuckoo table format (rbost)
  • RocksDB is not compiled with SSE4 instructions anymore unless the corresponding features are enabled in rustc (mbargull)
  • Bump librocksdb-sys up to 6.20.3 (olegnn, akrylysov)
  • Add DB::key_may_exist_cf_opt method (stanislav-tkach)
  • Add Options::set_zstd_max_train_bytes method (stanislav-tkach)
  • Mark Cache and Env as Send and Sync (akrylysov)
  • Allow cloning the Cache and Env (duarten)
  • Make SSE inclusion conditional for target features (mbargull)
  • Use Self where possible (adamnemecek)
  • Don't leak dropped column families (ryoqun)

0.16.0 (2021-04-18)

  • Add DB::cancel_all_background_work method (stanislav-tkach)
  • Bump librocksdb-sys up to 6.13.3 (aleksuss)
  • Add multi_get, multi_get_opt, multi_get_cf and multi_get_cf_opt DB methods (stanislav-tkach)
  • Allow setting options on a ColumnFamily (romanz)
  • Fix logic related to merge operator settings (BoOTheFurious)
  • Export persist_period_sec option and background_threads (developerfred)
  • Remove unneeded bindgen features (Kixunil)
  • Add merge delete_callback omitted by mistake (zhangsoledad)
  • Bump librocksdb-sys up to 6.17.3 (ordian)
  • Remove the need for &mut self in create_cf and drop_cf (v2) (ryoqun)
  • Keep Cache and Env alive with Rc (acrrd)
  • Add DB::open_cf_with_ttl method (fdeantoni)

0.15.0 (2020-08-25)

  • Fix building rocksdb library on windows host (aleksuss)
  • Add github actions CI for windows build (aleksuss)
  • Update doc for Options::set_compression_type (wqfish)
  • Add clippy linter in CI (aleksuss)
  • Use DBPath for backup_restore test (wqfish)
  • Allow to build RocksDB with a different stdlib (calavera)
  • Add some doc-comments and tiny refactoring (aleksuss)
  • Expose open_with_ttl. (calavera)
  • Fixed build for x86_64-linux-android that doesn't support PCLMUL (vimmerru)
  • Add support for SstFileWriter and DB::ingest_external_file (methyl)
  • Add set_max_log_file_size and set_recycle_log_file_num to the Options (stanislav-tkach)
  • Export the DEFAULT_COLUMN_FAMILY_NAME constant (stanislav-tkach)
  • Fix slice transformers with no in_domain callback (nelhage)
  • Don't segfault on failed a merge operator (nelhage)
  • Adding read/write/db/compaction options (linxGnu)
  • Add dbpath and env options (linxGnu)
  • Add compaction filter factory API (unrealhoang)
  • Add link stdlib when linking prebuilt rocksdb (unrealhoang)

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version.
- [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.15.0...v0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant