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 to latest RocksDB and OS-provided leveldb #97

Merged
merged 4 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. build(deps): bump github.com/linxGnu/grocksdb from 1.7.16 to 1.8.6

    Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb) from 1.7.16 to 1.8.6.
    - [Release notes](https://github.com/linxGnu/grocksdb/releases)
    - [Commits](linxGnu/grocksdb@v1.7.16...v1.8.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/linxGnu/grocksdb
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    acab08d View commit details
    Browse the repository at this point in the history
  2. Use OS-provided cleveldb instead of manually building

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5403bc0 View commit details
    Browse the repository at this point in the history
  3. Use latest versio of RocksDB

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1157de2 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e029e66 View commit details
    Browse the repository at this point in the history