[PR #67] deps(deps): bump github.com/dgraph-io/badger/v4 from 4.8.0 to 4.9.0 #73

Closed
opened 2026-02-26 18:43:26 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/devnullvoid/pvetui/pull/67

State: closed
Merged: Yes


Bumps github.com/dgraph-io/badger/v4 from 4.8.0 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: https://github.com/dgraph-io/badger/compare/v4.8.0...v4.9.0

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: https://github.com/dgraph-io/badger/compare/v4.8.0...v4.8.1

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)
**Original Pull Request:** https://github.com/devnullvoid/pvetui/pull/67 **State:** closed **Merged:** Yes --- Bumps [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) from 4.8.0 to 4.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dgraph-io/badger/releases">github.com/dgraph-io/badger/v4's releases</a>.</em></p> <blockquote> <h2>v4.9.0</h2> <h2>What's Changed</h2> <ul> <li>fix(docs): fix typos by <a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2227">dgraph-io/badger#2227</a></li> <li>fix(y): shall always return empty slice rather than nil by <a href="https://github.com/kooltuoehias"><code>@​kooltuoehias</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2245">dgraph-io/badger#2245</a></li> <li>fix: test.sh error by <a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2225">dgraph-io/badger#2225</a></li> <li>fix: typo of abandoned by <a href="https://github.com/jas4711"><code>@​jas4711</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2222">dgraph-io/badger#2222</a></li> <li>chore(deps): Update go minor and patch by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/badger/pull/2212">dgraph-io/badger#2212</a></li> <li>chore(deps): Update dependency node to v22 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/badger/pull/2219">dgraph-io/badger#2219</a></li> <li>chore: update the trunk conf file by <a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2217">dgraph-io/badger#2217</a></li> <li>chore(deps): Update go minor and patch by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/badger/pull/2218">dgraph-io/badger#2218</a></li> <li>chore(deps): Update actions/checkout action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/badger/pull/2221">dgraph-io/badger#2221</a></li> <li>chore(deps): Update actions (major) by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/badger/pull/2229">dgraph-io/badger#2229</a></li> <li>move docs pages in the repo by <a href="https://github.com/raphael-istari"><code>@​raphael-istari</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2232">dgraph-io/badger#2232</a></li> <li>chore: configure renovate to leave go version as declared by <a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2235">dgraph-io/badger#2235</a></li> <li>chore: change renovate to maintain backwards compatible go version by <a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2236">dgraph-io/badger#2236</a></li> <li>chore: update README.md with correct links and badges by <a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2239">dgraph-io/badger#2239</a></li> <li>chore: add doc for encryption at rest by <a href="https://github.com/raphael-istari"><code>@​raphael-istari</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2240">dgraph-io/badger#2240</a></li> <li>chore(ci): restrict Dgraph test to core packages only by <a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2242">dgraph-io/badger#2242</a></li> <li>chore: prepare for v4.9.0 release by <a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/badger/pull/2247">dgraph-io/badger#2247</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/matthewmcneely"><code>@​matthewmcneely</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/badger/pull/2217">dgraph-io/badger#2217</a></li> <li><a href="https://github.com/jas4711"><code>@​jas4711</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/badger/pull/2222">dgraph-io/badger#2222</a></li> <li><a href="https://github.com/raphael-istari"><code>@​raphael-istari</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/badger/pull/2232">dgraph-io/badger#2232</a></li> <li><a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/badger/pull/2225">dgraph-io/badger#2225</a></li> <li><a href="https://github.com/kooltuoehias"><code>@​kooltuoehias</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/badger/pull/2245">dgraph-io/badger#2245</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dgraph-io/badger/compare/v4.8.0...v4.9.0">https://github.com/dgraph-io/badger/compare/v4.8.0...v4.9.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md">github.com/dgraph-io/badger/v4's changelog</a>.</em></p> <blockquote> <h2>[4.9.0] - 2025-12-15</h2> <p><strong>Fixed</strong></p> <ul> <li>fix(y): y.SafeCopy shall always return empty slice rather than nil (<a href="https://redirect.github.com/dgraph-io/badger/issues/2245">#2245</a>) <blockquote> <p><strong>WARNING</strong> SafeCopy now returns an empty slice rather than nil. For those using our <code>y</code> 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 <a href="https://redirect.github.com/dgraph-io/badger/issues/2067">#2067</a> for more details.</p> </blockquote> </li> <li>fix: test.sh error (<a href="https://redirect.github.com/dgraph-io/badger/issues/2225">#2225</a>)</li> <li>fix: typo of abandoned (<a href="https://redirect.github.com/dgraph-io/badger/issues/2222">#2222</a>)</li> </ul> <p><strong>Docs</strong></p> <ul> <li>add doc for encryption at rest (<a href="https://redirect.github.com/dgraph-io/badger/issues/2240">#2240</a>)</li> <li>move docs pages in the repo (<a href="https://redirect.github.com/dgraph-io/badger/issues/2232">#2232</a>)</li> </ul> <p><strong>Chores</strong></p> <ul> <li>chore(ci): restrict Dgraph test to core packages only (<a href="https://redirect.github.com/dgraph-io/badger/issues/2242">#2242</a>)</li> <li>chore: update README.md with correct links and badges (<a href="https://redirect.github.com/dgraph-io/badger/issues/2239">#2239</a>)</li> <li>chore: change renovate to maintain backwards compatible go version (<a href="https://redirect.github.com/dgraph-io/badger/issues/2236">#2236</a>)</li> <li>chore: configure renovate to leave go version as declared (<a href="https://redirect.github.com/dgraph-io/badger/issues/2235">#2235</a>)</li> <li>chore(deps): Update actions (major) (<a href="https://redirect.github.com/dgraph-io/badger/issues/2229">#2229</a>)</li> <li>chore(deps): Update actions/checkout action to v5 (<a href="https://redirect.github.com/dgraph-io/badger/issues/2221">#2221</a>)</li> <li>chore(deps): Update go minor and patch (<a href="https://redirect.github.com/dgraph-io/badger/issues/2218">#2218</a>)</li> <li>chore: update the trunk conf file (<a href="https://redirect.github.com/dgraph-io/badger/issues/2217">#2217</a>)</li> <li>chore(deps): Update dependency node to v22 (<a href="https://redirect.github.com/dgraph-io/badger/issues/2219">#2219</a>)</li> <li>chore(deps): Update go minor and patch (<a href="https://redirect.github.com/dgraph-io/badger/issues/2212">#2212</a>)</li> </ul> <p><strong>CI</strong></p> <ul> <li>move to GitHub Actions runners</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dgraph-io/badger/compare/v4.8.0...v4.8.1">https://github.com/dgraph-io/badger/compare/v4.8.0...v4.8.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dgraph-io/badger/commit/a700dc3b6332e2351674f34f841233541568f782"><code>a700dc3</code></a> chore: prepare for v4.9.0 release (<a href="https://redirect.github.com/dgraph-io/badger/issues/2247">#2247</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/2a8b6042ae1bfe6676ad14d90261a3609f64fa80"><code>2a8b604</code></a> fix(y): shall always return empty slice rather than nil (<a href="https://redirect.github.com/dgraph-io/badger/issues/2245">#2245</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/81b3cb9dc04b18e4cfae00d0a7198bdfa73c689e"><code>81b3cb9</code></a> fix(docs): fix typos (<a href="https://redirect.github.com/dgraph-io/badger/issues/2227">#2227</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/b61f8668b4fc01571bcf01f428cb0e81d43d3497"><code>b61f866</code></a> chore(ci): restrict Dgraph test to core packages only (<a href="https://redirect.github.com/dgraph-io/badger/issues/2242">#2242</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/0b1ebf52c29d221ed4ef0bbba320485e177e3f32"><code>0b1ebf5</code></a> fix: test.sh error (<a href="https://redirect.github.com/dgraph-io/badger/issues/2225">#2225</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/d071e69370eba5f7a52f4176dfc576c971ad3aab"><code>d071e69</code></a> add doc for encryption at rest (<a href="https://redirect.github.com/dgraph-io/badger/issues/2240">#2240</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/65917cc7990fe2e6f76dbd3bb9ef2b9062a1178e"><code>65917cc</code></a> chore: update README.md with correct links and badges (<a href="https://redirect.github.com/dgraph-io/badger/issues/2239">#2239</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/31342dc5ea059c35c8b51f6ace9c32fbc89705db"><code>31342dc</code></a> chore: change renovate to maintain backwards compatible go version (<a href="https://redirect.github.com/dgraph-io/badger/issues/2236">#2236</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/ca9ca3e7d222212a0c46d9aed7955825ddd55a28"><code>ca9ca3e</code></a> chore: configure renovate to leave go version as declared (<a href="https://redirect.github.com/dgraph-io/badger/issues/2235">#2235</a>)</li> <li><a href="https://github.com/dgraph-io/badger/commit/5e2ced77ea53279eca40dc4813a279746eceff6a"><code>5e2ced7</code></a> move docs pages in the repo (<a href="https://redirect.github.com/dgraph-io/badger/issues/2232">#2232</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dgraph-io/badger/compare/v4.8.0...v4.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/dgraph-io/badger/v4&package-manager=go_modules&previous-version=4.8.0&new-version=4.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
kerem 2026-02-26 18:43:26 +03:00
kerem changed title from [PR #67] [MERGED] deps(deps): bump github.com/dgraph-io/badger/v4 from 4.8.0 to 4.9.0 to [PR #67] deps(deps): bump github.com/dgraph-io/badger/v4 from 4.8.0 to 4.9.0 2026-02-27 12:38:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pvetui#73
No description provided.