Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps github.com/dgraph-io/badger/v4 from 4.5.1 to 4.9.0.

Release notes

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

v4.9.0

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.8.0...v4.9.0

Badger v4.8.0

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.7.0...v4.8.0

... (truncated)

Changelog

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

[4.9.0] - 2025-12-15

Fixed

  • fix(y): y.SafeCopy shall always return empty slice rather than nil (#2245)

    WARNING SafeCopy now returns an empty slice rather than nil. For those using our y utility package, this could be a breaking change. This has implications for empty slices stored in badger, specifically, upon retrieval the value stored with the key will be equal to what was set (an empty []byte). See #2067 for more details.

  • fix: test.sh error (#2225)
  • fix: typo of abandoned (#2222)

Docs

  • add doc for encryption at rest (#2240)
  • move docs pages in the repo (#2232)

Chores

  • chore(ci): restrict Dgraph test to core packages only (#2242)
  • chore: update README.md with correct links and badges (#2239)
  • chore: change renovate to maintain backwards compatible go version (#2236)
  • chore: configure renovate to leave go version as declared (#2235)
  • chore(deps): Update actions (major) (#2229)
  • chore(deps): Update actions/checkout action to v5 (#2221)
  • chore(deps): Update go minor and patch (#2218)
  • chore: update the trunk conf file (#2217)
  • chore(deps): Update dependency node to v22 (#2219)
  • chore(deps): Update go minor and patch (#2212)

CI

  • move to GitHub Actions runners

Full Changelog: dgraph-io/badger@v4.8.0...v4.8.1

[4.8.0] - 2025-07-15

Features

  • feat(stream): Update stream framework with new alternate keyToList function (#2211)

Fixed

  • fix: crash loop on missing manifest tables (#2198)

Chores

  • chore(deps): Update module golang.org/x/sys to v0.34.0 (#2210)
  • chore(deps): Update go minor and patch (#2208)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note

Upgrade Badger to v4.9.0, set Go to 1.23.0, and refresh indirect deps (add OpenTelemetry, bump x/* and protobuf), updating go.sum.

  • Dependencies:
    • Upgrade github.com/dgraph-io/badger/v4 to v4.9.0.
    • Replace go.opencensus.io with go.opentelemetry.io/* (auto/sdk, otel, metric, trace).
    • Add logging adapters github.com/go-logr/{logr,stdr}.
    • Bump indirects: github.com/dgraph-io/ristretto/v2 v2.2.0, github.com/google/flatbuffers v25.2.10, github.com/klauspost/compress v1.18.0, golang.org/x/{net v0.43.0, sys v0.35.0, text v0.28.0}, google.golang.org/protobuf v1.36.7, and others.
  • Build:
    • Set go version to 1.23.0 in go.mod.
  • Housekeeping:
    • Update go.sum to reflect module changes; keep retract entries (reordered).

Written by Cursor Bugbot for commit b1d8c76. This will update automatically on new commits. Configure here.

Bumps [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) from 4.5.1 to 4.9.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.5.1...v4.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Dec 22, 2025
@dependabot dependabot bot requested review from a team as code owners December 22, 2025 16:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file automerge labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant