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

Bump github.com/tendermint/tm-db from 0.4.1 to 0.5.0 #220

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 11, 2020

Bumps github.com/tendermint/tm-db from 0.4.1 to 0.5.0.

Release notes

Sourced from github.com/tendermint/tm-db's releases.

v0.5.0

https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md#050

Changelog

Sourced from github.com/tendermint/tm-db's changelog.

0.5.0

2020-03-11

Breaking Changes

  • #71 Closed or written batches can no longer be reused, all non-Close() calls will panic

  • [memdb] #74 Iterator() and ReverseIterator() now take out database read locks for the duration of the iteration

  • [memdb] #56 Removed some exported methods that were mainly meant for internal use: Mutex(), SetNoLock(), SetNoLockSync(), DeleteNoLock(), and DeleteNoLockSync()

Improvements

  • [memdb] #53 Use a B-tree for storage, which significantly improves range scan performance

  • [memdb] #56 Use an RWMutex for improved performance with highly concurrent read-heavy workloads

Bug Fixes

  • [boltdb] #69 Properly handle blank keys in iterators

  • [cleveldb] #65 Fix handling of empty keys as iterator endpoints

Commits
  • 435d08c build(deps): bump google.golang.org/grpc from 1.27.1 to 1.28.0 (#76)
  • 4865b60 Release 0.5.0 (#75)
  • 3ff68ea memdb: take out read-lock during iteration (#74)
  • 766d71d circleci: run all tests (#64)
  • bdf7336 Panic when calling non-Close() methods on closed or written batch
  • 79a4fbd test: run common test suite for PrefixDB as well (#72)
  • 45ff9b5 cleveldb: fix handling of empty keys as iterator endpoints (#65)
  • 7204cbb boltdb: handle empty key placeholders in iterators (#69)
  • fd58b75 test: defer iter.Close() in assertKeyValues() (#70)
  • 5db388c test: properly close iterator in assertKeyValues() (#68)
  • Additional commits viewable 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the T:dependencies Pull requests that update a dependency file label Mar 11, 2020
Copy link
Contributor

@erikgrinaker erikgrinaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs #219 to be merged first, otherwise we'll deadlock.

@dependabot-preview dependabot-preview bot added the S:automerge Automatic merge and/or update Pull requests label Mar 11, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/tendermint/tm-db-0.5.0 branch from 77c160d to 88bc30a Compare March 11, 2020 23:28
@mergify mergify bot merged commit 8be7232 into master Mar 13, 2020
@mergify mergify bot deleted the dependabot/go_modules/github.com/tendermint/tm-db-0.5.0 branch March 13, 2020 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S:automerge Automatic merge and/or update Pull requests T:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant