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

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

Merged

Conversation

dependabot[bot]
Copy link
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(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)
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)

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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 7, 2023
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch coverage: 84.16% and project coverage change: -0.05% ⚠️

Comparison is base (2467eab) 68.14% compared to head (f5e5b6b) 68.10%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3711      +/-   ##
==========================================
- Coverage   68.14%   68.10%   -0.05%     
==========================================
  Files         319      320       +1     
  Lines       50463    50469       +6     
==========================================
- Hits        34389    34372      -17     
- Misses      13855    13878      +23     
  Partials     2219     2219              
Files Changed Coverage Δ
runner/runner.go 70.40% <ø> (-0.12%) ⬇️
warehouse/multitenant/manager.go 100.00% <ø> (ø)
warehouse/admin.go 7.14% <38.46%> (+4.11%) ⬆️
warehouse/warehouse.go 64.05% <82.60%> (-0.64%) ⬇️
warehouse/backend_config.go 86.34% <86.34%> (ø)
warehouse/api.go 68.50% <100.00%> (-0.37%) ⬇️
warehouse/retry.go 87.05% <100.00%> (-0.54%) ⬇️
warehouse/upload.go 64.61% <100.00%> (ø)

... and 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@achettyiitr achettyiitr requested a review from atzoum August 8, 2023 07:35
@cisse21 cisse21 merged commit 6a1c49b into master Aug 8, 2023
37 checks passed
@cisse21 cisse21 deleted the dependabot/go_modules/github.com/dgraph-io/badger/v4-4.2.0 branch August 8, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants