Closed renovate[bot] closed 4 days ago
This PR updates the badger database dependency from v4.3.1 to v4.4.0. The update includes several improvements such as custom batch size support for streams, removal of stack traces from sentinel errors, and an upgrade to use ristretto v2. The PR also includes a change to set the minimum Go version requirement to 1.21.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update badger database dependency to v4.4.0 |
|
boundaries/link/link/go.mod go.mod boundaries/link/link/go.sum go.sum |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
v4.3.1
->v4.4.0
Release Notes
dgraph-io/badger (github.com/dgraph-io/badger/v4)
### [`v4.4.0`](https://redirect.github.com/dgraph-io/badger/releases/tag/v4.4.0): Badger v4.4.0 [Compare Source](https://redirect.github.com/dgraph-io/badger/compare/v4.3.1...v4.4.0) #### What's Changed - chore(deps): bump the minor group with 2 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dgraph-io/badger/pull/2119](https://redirect.github.com/dgraph-io/badger/pull/2119) - fix: sentinel errors should not have stack traces by [@mitar](https://redirect.github.com/mitar) in [https://github.com/dgraph-io/badger/pull/2042](https://redirect.github.com/dgraph-io/badger/pull/2042) - chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in the patch group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dgraph-io/badger/pull/2120](https://redirect.github.com/dgraph-io/badger/pull/2120) - Feature: Allow stream custom maxsize per batch by [@simon28082](https://redirect.github.com/simon28082) in [https://github.com/dgraph-io/badger/pull/2063](https://redirect.github.com/dgraph-io/badger/pull/2063) - retract v4.3.0 due to [#2121](https://redirect.github.com/dgraph-io/badger/issues/2121) and [#2113](https://redirect.github.com/dgraph-io/badger/issues/2113), use ristretto v2 by [@mangalaman93](https://redirect.github.com/mangalaman93) in [https://github.com/dgraph-io/badger/pull/2122](https://redirect.github.com/dgraph-io/badger/pull/2122) - docs(using-badger) add project to docs by [@thisisdev-patrick](https://redirect.github.com/thisisdev-patrick) in [https://github.com/dgraph-io/badger/pull/2124](https://redirect.github.com/dgraph-io/badger/pull/2124) - upgrade ristretto and use Go 1.21 by [@mangalaman93](https://redirect.github.com/mangalaman93) in [https://github.com/dgraph-io/badger/pull/2125](https://redirect.github.com/dgraph-io/badger/pull/2125) - set min Go version to v1.21 by [@mangalaman93](https://redirect.github.com/mangalaman93) in [https://github.com/dgraph-io/badger/pull/2126](https://redirect.github.com/dgraph-io/badger/pull/2126) **Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.3.1...v4.4.0Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.