Level / level-rocksdb

A convenience package bundling levelup and rocksdb.
MIT License
145 stars 13 forks source link

Bump rocksdb from 4.1.0 to 5.0.0 #72

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps rocksdb from 4.1.0 to 5.0.0.

Release notes

Sourced from rocksdb's releases.

v5.0.0

If you are upgrading: please see UPGRADING.md.

Changed

  • Breaking: bump abstract-leveldown (e6b9182, 271894f) (Vincent Weevers)
  • Breaking: upgrade to RocksDB 6.17.3 (060d182) (Denis Yaremov)
  • Move RocksDB to git submodule (1b6ea11, 28b37fa) (Philippe Schommers)
  • Replace Ubuntu 16.04 with CentOS 7 for prebuilds (#153) (6b2ebb7) (Vincent Weevers). This makes the prebuilt binary for linux compatible with Debian 8, Ubuntu 14.04, RHEL 7, CentOS 7 and other flavors with an old glibc.
  • Bump node-gyp from 5.x to 7.x (2d20d18, 9d36809) (Vincent Weevers)
  • Bump node-gyp-build and unlock napi-macros (4c45b5f) (Vincent Weevers)
  • Skip stack exhaustion test (69e3dcb) (Vincent Weevers)
  • Refactor initial seek (949afd2) (Vincent Weevers)
  • Make iterator seek target a local variable (9b08726) (Vincent Weevers)
  • Refactor initialization of range options (99918c5) (Vincent Weevers)

Added

Removed

Fixed

  • Hide symbols on mac with -fvisibility=hidden (#150) (e2e09c9) (Vincent Weevers)
  • Close db in stack-blower test (1925392) (Vincent Weevers)
  • Fix test-gc script (2c41d3b) (Vincent Weevers)
Changelog

Sourced from rocksdb's changelog.

[5.0.0] - 2021-04-17

Changed

  • Breaking: bump abstract-leveldown (e6b9182, 271894f) (Vincent Weevers)
  • Breaking: upgrade to RocksDB 6.17.3 (060d182) (Denis Yaremov)
  • Move RocksDB to git submodule (1b6ea11, 28b37fa) (Philippe Schommers)
  • Replace Ubuntu 16.04 with CentOS 7 for prebuilds (#153) (6b2ebb7) (Vincent Weevers). This makes the prebuilt binary for linux compatible with Debian 8, Ubuntu 14.04, RHEL 7, CentOS 7 and other flavors with an old glibc.
  • Bump node-gyp from 5.x to 7.x (2d20d18, 9d36809) (Vincent Weevers)
  • Bump node-gyp-build and unlock napi-macros (4c45b5f) (Vincent Weevers)
  • Skip stack exhaustion test (69e3dcb) (Vincent Weevers)
  • Refactor initial seek (949afd2) (Vincent Weevers)
  • Make iterator seek target a local variable (9b08726) (Vincent Weevers)
  • Refactor initialization of range options (99918c5) (Vincent Weevers)

Added

Removed

Fixed

  • Hide symbols on mac with -fvisibility=hidden (#150) (e2e09c9) (Vincent Weevers)
  • Close db in stack-blower test (1925392) (Vincent Weevers)
  • Fix test-gc script (2c41d3b) (Vincent Weevers)
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[bot] commented 3 years ago

Superseded by #74.