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

go: bump github.com/dgraph-io/badger/v3 from 3.2011.1 to 3.2103.0 in /go #4003

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Bumps github.com/dgraph-io/badger/v3 from 3.2011.1 to 3.2103.0.

Release notes

Sourced from github.com/dgraph-io/badger/v3's releases.

BadgerDB v3.2103.0

Breaking

  • Subscribe: Add option to subscribe with holes in prefixes. (#1658)

Fixed

  • fix(compaction): Remove compaction backoff mechanism (#1686)
  • Add a name to mutexes to make them unexported (#1678)
  • fix(merge-operator): don't read the deleted keys (#1675)
  • fix(discard): close the discard stats file on db close (#1672)
  • fix(iterator): fix iterator when data does not exist in read only mode (#1670)
  • fix(badger): Do not reuse variable across badger commands (#1624)
  • fix(dropPrefix): check properly if the key is present in a table (#1623)

Performance

  • Opt(Stream): Optimize how we deduce key ranges for iteration (#1687)
  • Increase value threshold from 1 KB to 1 MB (#1664)
  • opt(DropPrefix): check if there exist some data to drop before dropping prefixes (#1621)

Features

  • feat(options): allow special handling and checking when creating options from superflag (#1688)
  • overwrite default Options from SuperFlag string (#1663)
  • Support SinceTs in iterators (#1653)
  • feat(info): Add a flag to parse and print DISCARD file (#1662)
  • feat(vlog): making vlog threshold dynamic 6ce3b7c (#1635)
  • feat(options): add NumGoroutines option for default Stream.numGo (#1656)
  • feat(Trie): Working prefix match with holes (#1654)
  • feat: add functionality to ban a prefix (#1638)
  • feat(compaction): Support Lmax to Lmax compaction (#1615)

New APIs

  • Badger.DB
    • BanNamespace
    • BannedNamespaces
    • Ranges
  • Badger.Options
    • FromSuperFlag
    • WithNumGoRoutines
    • WithNamespaceOffset
    • WithVLogPercentile
  • Badger.Trie
    • AddMatch
    • DeleteMatch
  • Badger.Table
    • StaleDataSize
  • Badger.Table.Builder
    • AddStaleKey
  • Badger.InitDiscardStats

Removed APIs

  • Badger.DB

... (truncated)

Changelog

Sourced from github.com/dgraph-io/badger/v3's changelog.

[3.2103.0] - 2021-06-02

Breaking

  • Subscribe: Add option to subscribe with holes in prefixes. (#1658)

Fixed

  • fix(compaction): Remove compaction backoff mechanism (#1686)
  • Add a name to mutexes to make them unexported (#1678)
  • fix(merge-operator): don't read the deleted keys (#1675)
  • fix(discard): close the discard stats file on db close (#1672)
  • fix(iterator): fix iterator when data does not exist in read only mode (#1670)
  • fix(badger): Do not reuse variable across badger commands (#1624)
  • fix(dropPrefix): check properly if the key is present in a table (#1623)

Performance

  • Opt(Stream): Optimize how we deduce key ranges for iteration (#1687)
  • Increase value threshold from 1 KB to 1 MB (#1664)
  • opt(DropPrefix): check if there exist some data to drop before dropping prefixes (#1621)

Features

  • feat(options): allow special handling and checking when creating options from superflag (#1688)
  • overwrite default Options from SuperFlag string (#1663)
  • Support SinceTs in iterators (#1653)
  • feat(info): Add a flag to parse and print DISCARD file (#1662)
  • feat(vlog): making vlog threshold dynamic 6ce3b7c (#1635)
  • feat(options): add NumGoroutines option for default Stream.numGo (#1656)
  • feat(Trie): Working prefix match with holes (#1654)
  • feat: add functionality to ban a prefix (#1638)
  • feat(compaction): Support Lmax to Lmax compaction (#1615)

New APIs

  • Badger.DB
    • BanNamespace
    • BannedNamespaces
    • Ranges
  • Badger.Options
    • FromSuperFlag
    • WithNumGoRoutines
    • WithNamespaceOffset
    • WithVLogPercentile
  • Badger.Trie
    • AddMatch
    • DeleteMatch
  • Badger.Table
    • StaleDataSize
  • Badger.Table.Builder
    • AddStaleKey
  • Badger.InitDiscardStats

Removed APIs

... (truncated)

Commits
  • 0b4c619 chore: update changelog for v3.2103 (#1711)
  • d918b99 chore(superflag): remove special handling of the flags #1689
  • 9b176f1 feat(options): allow special handling and checking when creating options from...
  • 7d7d790 Opt(Stream): Optimize how we deduce key ranges for iteration (#1687)
  • 44c3c2b fix(compaction): Remove compaction backoff mechanism (#1686)
  • 7770c6e chore(logging): consistently use humanize ibytes (#1685)
  • e1470f6 Added project veri to readme (#1684)
  • 8cb7047 Remove 0-stor from list of projects (#1660)
  • b4f01de update link to Go Reference badge (#1683)
  • 4497728 Add a name to mutexes to make them unexported (#1678)
  • 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 dependabot bot added c:deps Category: external dependencies golang labels Jun 7, 2021
@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #4003 (4940991) into master (04c23de) will decrease coverage by 0.08%.
The diff coverage is n/a.

❗ Current head 4940991 differs from pull request most recent head a7f3262. Consider uploading reports for the commit a7f3262 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4003      +/-   ##
==========================================
- Coverage   67.10%   67.02%   -0.09%     
==========================================
  Files         411      411              
  Lines       42203    42203              
==========================================
- Hits        28322    28288      -34     
- Misses       9889     9916      +27     
- Partials     3992     3999       +7     
Impacted Files Coverage Δ
go/storage/api/context.go 86.36% <0.00%> (-13.64%) ⬇️
go/consensus/tendermint/full/services.go 75.83% <0.00%> (-8.34%) ⬇️
go/consensus/tendermint/apps/staking/auth.go 75.00% <0.00%> (-8.34%) ⬇️
go/common/sgx/aesm/aesm.go 62.61% <0.00%> (-6.55%) ⬇️
go/storage/api/root_cache.go 80.00% <0.00%> (-4.45%) ⬇️
go/consensus/tendermint/roothash/roothash.go 67.40% <0.00%> (-4.20%) ⬇️
...consensus/tendermint/apps/roothash/transactions.go 66.19% <0.00%> (-3.34%) ⬇️
go/worker/storage/committee/node.go 77.81% <0.00%> (-2.26%) ⬇️
go/runtime/host/sgx/sgx.go 69.23% <0.00%> (-2.20%) ⬇️
go/storage/database/database.go 75.22% <0.00%> (-1.84%) ⬇️
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c01ce9...a7f3262. Read the comment docs.

@kostko kostko force-pushed the dependabot/go_modules/go/github.com/dgraph-io/badger/v3-3.2103.0 branch from 4940991 to 28df518 Compare June 8, 2021 08:13
@kostko kostko enabled auto-merge June 8, 2021 08:14
Bumps [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger)
from 3.2011.1 to 3.2103.0.
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/v3.2103.0/CHANGELOG.md)
- [Commits](dgraph-io/badger@v3.2011.1...v3.2103.0)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@kostko kostko force-pushed the dependabot/go_modules/go/github.com/dgraph-io/badger/v3-3.2103.0 branch from 28df518 to a7f3262 Compare June 8, 2021 10:10
@kostko kostko merged commit 4dbaafb into master Jun 8, 2021
@kostko kostko deleted the dependabot/go_modules/go/github.com/dgraph-io/badger/v3-3.2103.0 branch June 8, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies golang
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant