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

use grocksdb to support latest version of rocksdb #42

Merged
merged 11 commits into from
Apr 13, 2023

Commits on Mar 6, 2023

  1. use grocksdb to support latest version of rocksdb

    also add API `NewRocksDBWithRawDB` to support read-only open mode and customize options
    yihuang committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b3e4fd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    595f503 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    a4fa0ad View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (com…

    …etbft#47)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.4.1...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and yihuang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f82980c View commit details
    Browse the repository at this point in the history
  2. fix ci test

    yihuang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    41bb123 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into main

    yihuang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d1fcf33 View commit details
    Browse the repository at this point in the history
  4. grocksdb v1.7.16

    yihuang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    253f8a3 View commit details
    Browse the repository at this point in the history
  5. rocksdb v7.10.2

    yihuang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0ea0811 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. changelog

    yihuang committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f186aae View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix changelog

    yihuang committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7e677f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    yihuang committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5608942 View commit details
    Browse the repository at this point in the history