cosmos / iavl

Merkleized IAVL+ Tree implementation in Go
Apache License 2.0
417 stars 263 forks source link

build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0-rc.1 to 1.0.0 #781

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cosmos/cosmos-db from 1.0.0-rc.1 to 1.0.0.

Changelog

Sourced from github.com/cosmos/cosmos-db's changelog.

[v1.0.0] - 2023-05-25

Note this repository was forked from github.com/tendermint/tm-db. Minor modifications were made after the fork to better support the Cosmos SDK. Notably, this repo removes badger, boltdb and cleveldb.

  • added bloom filter: cosmos/cosmos-db#42
  • Removed Badger & Boltdb
  • Add NewBatchWithSize to DB interface: cosmos/cosmos-db#64
  • Add NewRocksDBWithRaw to support different rocksdb open mode (read-only, secondary-standby).
Commits
  • ea43078 change date of release
  • 76a44f3 build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#80)
  • ec49c7c build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#81)
  • 313e4da build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#77)
  • 17896f2 fix: downgrade GoLevelDB (#76)
  • a3d662c build(deps): bump github.com/linxGnu/grocksdb from 1.7.14 to 1.7.15 (#75)
  • 1d46266 quikie changelog change (#74)
  • 5253a17 build(deps): bump docker/build-push-action from 3 to 4 (#72)
  • d3cbeb4 add changelog for v1 (#73)
  • See full diff in compare view


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 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)