Skip to content

go: Update module github.com/dgraph-io/badger/v4 to v4.2.0

This MR contains the following updates:

Package Type Update Change
github.com/dgraph-io/badger/v4 require minor v4.1.0 -> v4.2.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

dgraph-io/badger

v4.2.0: Badger v4.2.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports