juno
juno copied to clipboard
Bump github.com/cometbft/cometbft-db from 0.8.0 to 0.11.0
Bumps github.com/cometbft/cometbft-db from 0.8.0 to 0.11.0.
Release notes
Sourced from github.com/cometbft/cometbft-db's releases.
v0.11.0
:book: CHANGELOG
v0.10.0
:book: CHANGELOG
v0.9.0
:book: CHANGELOG
Changelog
Sourced from github.com/cometbft/cometbft-db's changelog.
v0.11.0
Feb 7, 2024
This release adds support for explicit compaction. Please note that badger and bolt do not support this.
BREAKING CHANGES
- Expanded db interface to support compaction (#111)
FEATURES
- Add compaction support to the databases (#111)
v0.10.0
Jan 26, 2024
This release adds experimental support for pebble and drops
remotedb. If you experience any issues with pebble, please open an issue on Github.Special thanks to
@faddatand@baabeetaafor their contributions to this release!BREAKING CHANGES
- Remove remotedb (#121)
FEATURES
v0.9.1
December 4, 2023
This release is precisely the same code-wise as v0.9.0, except that it builds the
cometbft/cometbft-db-testingDocker image for bothlinux/amd64andlinux/arm64platforms.v0.9.0
December 1, 2023
This release primarily updates some key dependencies, including adding support for RocksDB v8. It also bumps the minimum Go version to v1.21 in order for CometBFT to be able to use it in the E2E testing framework for the latest major releases.
... (truncated)
Commits
21c70acupdate changelog (#132)a89094badded support for explicit compaction (#111)4e34f42build(deps): bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0 (#131)d610377build(deps): bump codecov/codecov-action from 3 to 4 (#130)fb4f703build(deps): bump github.com/linxGnu/grocksdb from 1.8.11 to 1.8.12 (#129)7ebb916Initialize db in pebble DB batch (#128)8fd0e20Releasev0.10.0(#127)4521959chore(pebbledb): remove isForceSync flag (#125)5424fbbfix: add pebble to the ci test runs (#124)5e2bd08chore: lint code (#114)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
merge, but keep in mind this breaks interchain test. Just not sure if we should care about that.
Superseded by #995.