Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Nov 22, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/dgraph-io/badger/v2 v2.2007.4 -> v4.9.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

dgraph-io/badger (github.com/dgraph-io/badger/v2)

v4.9.0

Compare Source

  • Fix an uint16 overflow when resizing key slice

v4.8.0

Compare Source

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

v4.7.0

Compare Source

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)
  • chore(deps): Update go minor and patch (#​2204)
  • chore(deps): Update go minor and patch (#​2202)
  • chore(deps): Update go minor and patch (#​2200)
  • chore(deps): Update module golang.org/x/sys to v0.33.0 (#​2195)
  • chore(deps): Update go minor and patch (#​2189)
  • Compile with jemalloc v5.3.0 (#​2191)

CI

  • Update trunk.yml
  • move Trunk to action

Docs

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

v4.6.0

Compare Source

Chores

  • chore(deps): remove dependency on github.com/pkg/errors (#​2184)
  • chore(deps): Update go minor and patch (#​2187)
  • chore(deps): Update go minor and patch (#​2181)
  • chore(deps): Update module golang.org/x/sys to v0.31.0 (#​2179)

Fixed

Docs

  • Update README.md
  • doc: add Blink Labs projects to the using Badger list (#​2183)
  • doc: add FlowG to "Projects Using Badger" section of the README (#​2180)

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

v4.5.2

Compare Source

Chores

  • chore(deps): Migrate from OpenCensus to OpenTelemetry (#​2169)
  • chore(deps): Update go minor and patch (#​2177)
  • chore(deps): Update module github.com/spf13/cobra to v1.9.0 (#​2174)
  • chore: add editor config
  • update .gitignore (#​2176)

Fixed

  • fix: remove accidentally uploaded binary badger-darwin-arm64 (#​2175)

Full Changelog: dgraph-io/badger@v4.5.2...v4.6.0

v4.5.1

Compare Source

Chores

  • chore(deps): Update go minor and patch (#​2168)
  • chore(deps): bump minimum Go support to 1.22 (#​2171)
  • chore: migrate docs to centralized docs repo (#​2166)
  • chore: align repo conventions (#​2158)
  • chore(deps): bump the patch group with 2 updates (#​2156)
  • chore(deps): bump github.com/google/flatbuffers from 24.12.23+incompatible to 25.1.21+incompatible
    (#​2153)
  • chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the actions group (#​2154)
  • Update renovate.json
  • Update trunk.yaml
  • enable Trivy

Fixed

  • update docs link in error message (#​2170)
  • Revert "Update badgerpb4.pb.go" (#​2172)

Docs

  • Update README.md
  • Added my project that uses Badger database (#​2157)
  • Create SECURITY.md

Full Changelog: dgraph-io/badger@v4.5.1...v4.5.2

v4.5.0

Compare Source

  • chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group (#​2150)
  • bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in the minor group (#​2151)
  • feat(info): print total size of listed keys (#​2149)
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the patch group (#​2146)
  • chore(deps): bump the minor group with 2 updates (#​2147)
  • fix(info): print Total BloomFilter Size with totalBloomFilter instead of totalIndex (#​2145)
  • chore(deps): bump the minor group with 2 updates (#​2141)
  • chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the patch group (#​2140)
  • chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the minor group (#​2139)
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.0 to 2.0.1 in the patch group (#​2136)
  • chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in the minor group (#​2137)
  • chore(deps): bump the minor group with 2 updates (#​2135)
  • docs: Add pagination explanation to docs (#​2134)
  • Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 (#​2048)

Full Changelog: dgraph-io/badger@v4.5.0...v4.5.1

v4.4.0

Compare Source

Full Changelog: dgraph-io/badger@v4.4.0...v4.5.0

v4.3.1

Compare Source

  • retract v4.3.0 due to #​2121 and #​2113, upgrade to Go v1.23, use ristretto v2 in
    #​2122
  • Allow stream custom maxsize per batch in #​2063
  • chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in the patch group in
    #​2120
  • fix: sentinel errors should not have stack traces in #​2042
  • chore(deps): bump the minor group with 2 updates in #​2119

Full Changelog: dgraph-io/badger@v4.3.1...v4.4.0

v4.3.0

Compare Source

Full Changelog: dgraph-io/badger@v4.3.0...v4.3.1

v4.2.0

Compare Source

Warning The tag v4.3.0 has been retracted due to an issue go.sum. Use v4.3.1 (see #​2121 and
#​2113)

Fixes

CI

Full Changelog: dgraph-io/badger@v4.2.0...v4.3.0

v4.1.0

Compare Source

  • Fix an uint16 overflow when resizing key slice

v4.0.1

Compare Source

  • Fix an uint16 overflow when resizing key slice

v4.0.0

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.5

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.4

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.3

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.2

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.1

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.0

Compare Source

  • Fix an uint16 overflow when resizing key slice

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-dgraph-io-badger-v2-4.x branch from ee969fb to e4ced63 Compare December 17, 2025 00:43
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-dgraph-io-badger-v2-4.x branch from e4ced63 to 231e1ec Compare December 22, 2025 20:51
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.

0 participants