Skip to content

chore(deps): bump github.com/dgraph-io/badger/v4 from 4.1.0 to 4.2.0#3425

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/go_modules/github.com/dgraph-io/badger/v4-4.2.0
Closed

chore(deps): bump github.com/dgraph-io/badger/v4 from 4.1.0 to 4.2.0#3425
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/go_modules/github.com/dgraph-io/badger/v4-4.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps github.com/dgraph-io/badger/v4 from 4.1.0 to 4.2.0.

Release notes

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

Badger v4.2.0

This release contains new and updated metrics for Badger, as well as several bug fixes.

Breaking

  • feat(metrics): fix and update metrics in badger (#1948)
  • fix(metrics): remove badger version in the metrics name (#1982)

Fixed

  • fix(db): avoid panic in parallel reads after closing DB (#1987)
  • fix(logging): fix direct access to logger (#1980)
  • fix(sec): bump google.golang.org/grpc from 1.20.1 to 1.53.0 (#1977)
  • fix(sec): update gopkg.in/yaml.v2 package (#1969)
  • fix(test): fix flakiness of TestPersistLFDiscardStats (#1963)
  • fix(stream): setup oracle correctly in stream writer (#1968) (#1904)
  • fix(stream): improve incremental stream writer (#1901)
  • fix(test): improve the params in BenchmarkDbGrowth (#1967)
  • fix(sync): sync active memtable and value log on Db.Sync (#1847) (#1953)
  • fix(test): handle draining of closed channel, speed up test. (#1957)
  • fix(test): fix table checksum test. Test on uncompressed. (#1952)
  • fix(level): change split key range right key to use ts=0 (#1932)
  • fix(test): the new test case PagebufferReader5 introduced an error. (#1936)
  • fix(test): add missing unlock in TestPersistLFDiscardStats (#1924)
  • fix(PageBufferReader): should conform to io.Reader interface (#1935)
  • fix(publisher): publish updates after persistence in WAL (#1917)

CI

  • chore(ci): split off coverage workflow (#1944)
  • chore(ci): adding trivy scanning workflow (#1925)
Changelog

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

[4.2.0] - 2023-08-03

Breaking

  • feat(metrics): fix and update metrics in badger (#1948)
  • fix(metrics): remove badger version in the metrics name (#1982)

Fixed

  • fix(logging): fix direct access to logger (#1980)
  • fix(sec): bump google.golang.org/grpc from 1.20.1 to 1.53.0 (#1977)
  • fix(sec): update gopkg.in/yaml.v2 package (#1969)
  • fix(test): fix flakiness of TestPersistLFDiscardStats (#1963)
  • fix(stream): setup oracle correctly in stream writer (#1968) (#1904)
  • fix(stream): improve incremental stream writer (#1901)
  • fix(test): improve the params in BenchmarkDbGrowth (#1967)
  • fix(sync): sync active memtable and value log on Db.Sync (#1847) (#1953)
  • fix(test): handle draining of closed channel, speed up test. (#1957)
  • fix(test): fix table checksum test. Test on uncompressed. (#1952)
  • fix(level): change split key range right key to use ts=0 (#1932)
  • fix(test): the new test case PagebufferReader5 introduced an error. (#1936)
  • fix(test): add missing unlock in TestPersistLFDiscardStats (#1924)
  • fix(PageBufferReader): should conform to io.Reader interface (#1935)
  • fix(publisher): publish updates after persistence in WAL (#1917)

CI

  • chore(ci): split off coverage workflow (#1944)
  • chore(ci): adding trivy scanning workflow (#1925)
Commits
  • ad41bfd chore: update changelog for v4.2.0 (#1985)
  • cc2e2e7 fix(db): dvoid panic in parallel reads after closing DB (#1987)
  • c2e611a remove badger version in the metrics name (#1982)
  • ec80d3d [BREAKING] feat(metrics): fix and update metrics in badger (#1948)
  • da1dcac fix(logging): fix direct access to logger (#1980)
  • 4df8389 chore: package imported more than once (#1979)
  • 220beca chore: remove refs to deprecated io/ioutil (#1976)
  • 32d1e07 chore(deps): bump google.golang.org/grpc from 1.20.1 to 1.53.0 (#1977)
  • c903578 fix(sec): update gopkg.in/yaml.v2 package (#1969)
  • 3e4a25d fix(test): fix flakiness of TestPersistLFDiscardStats (#1963)
  • 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)

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 7, 2023

Codecov Report

Merging #3425 (5be47c3) into development (4f48364) will decrease coverage by 0.01%.
Report is 1 commits behind head on development.
The diff coverage is n/a.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #3425      +/-   ##
===============================================
- Coverage        51.05%   51.05%   -0.01%     
===============================================
  Files              232      232              
  Lines            30792    30792              
===============================================
- Hits             15722    15721       -1     
  Misses           13389    13389              
- Partials          1681     1682       +1     

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v4-4.2.0 branch from d7d4263 to 6a4c5c5 Compare August 7, 2023 18:06
Bumps [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/badger/v4-4.2.0 branch from 6a4c5c5 to 5be47c3 Compare August 8, 2023 19:14
@dimartiro
Copy link
Copy Markdown
Contributor

@EclesioMeloJunior are we still using badger?

@EclesioMeloJunior
Copy link
Copy Markdown
Member

@dimartiro no, the PR that introduces PebbleDB is ready to review #3434, we can close this

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/dgraph-io/badger/v4-4.2.0 branch August 14, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants