-
Notifications
You must be signed in to change notification settings - Fork 9
Update module github.com/dgraph-io/badger/v2 to v4 #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-dgraph-io-badger-v2-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91235db
to
90e0d41
Compare
ce9faed
to
6c8d63a
Compare
e912fbf
to
0b6faf4
Compare
0b6faf4
to
31333f8
Compare
c18843c
to
b4155f2
Compare
ae6d7e8
to
9b0ceef
Compare
9b0ceef
to
eae70f8
Compare
eae70f8
to
f01fdaa
Compare
f01fdaa
to
67cb85a
Compare
67cb85a
to
42973ba
Compare
42973ba
to
a17fa41
Compare
a17fa41
to
7cb5d3d
Compare
7cb5d3d
to
94d564e
Compare
94d564e
to
5ee85f6
Compare
5ee85f6
to
e9eb098
Compare
e9eb098
to
423723f
Compare
423723f
to
83d26df
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
83d26df
to
4800edf
Compare
4800edf
to
e279c38
Compare
e279c38
to
92afd7c
Compare
92afd7c
to
8795957
Compare
8795957
to
04cd928
Compare
04cd928
to
b514d2f
Compare
57598f6
to
b7d19fc
Compare
b7d19fc
to
05eab66
Compare
05eab66
to
2645687
Compare
2645687
to
25a1701
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.2007.4
->v4.7.0
Release Notes
dgraph-io/badger (github.com/dgraph-io/badger/v2)
v4.7.0
: Badger v4.7.0Compare Source
This release removes the dependency on github.com/pkg/errors. If you rely on errors returned by badger, please proceed with caution.
What's Changed
New Contributors
Full Changelog: hypermodeinc/badger@v4.6.0...v4.7.0
v4.6.0
: Badger v4.6.0Compare Source
What's Changed
badger-darwin-arm64
by @ix64 in https://github.com/hypermodeinc/badger/pull/2175New Contributors
Full Changelog: hypermodeinc/badger@v4.5.2...v4.6.0
v4.5.2
: Badger v4.5.2Compare Source
What's Changed
New Contributors
Full Changelog: hypermodeinc/badger@v4.5.1...v4.5.2
v4.5.1
: Badger v4.5.1Compare Source
What's Changed
Full Changelog: hypermodeinc/badger@v4.5.0...v4.5.1
v4.5.0
: Badger v4.5.0Compare Source
What's Changed
Full Changelog: hypermodeinc/badger@v4.4.0...v4.5.0
v4.4.0
: Badger v4.4.0Compare Source
What's Changed
Full Changelog: hypermodeinc/badger@v4.3.1...v4.4.0
v4.3.1
: Badger v4.3.1Compare Source
What's Changed
Full Changelog: hypermodeinc/badger@v4.3.0...v4.3.1
v4.3.0
: Badger v4.3.0Compare Source
What's Changed
Fixes:
CI:
Full Changelog: hypermodeinc/badger@v4.2.0...v4.3.0
v4.2.0
: Badger v4.2.0Compare Source
This release contains new and updated metrics for Badger, as well as several bug fixes.
Breaking
Fixed
CI
v4.1.0
: Badger v4.1.0Compare Source
This release adds support for incremental stream writer. We also do some cleanup in the docs and resolve some CI issues for community PR's. We resolve high and medium CVE's and fix #1833.
Features
Fixes
Security
CVE's
Chores
Full Changelog: hypermodeinc/badger@v4.0.1...v4.1.0
v4.0.1
: Badger DB v4.0.1Compare Source
This release fixes a bug in the maxHeaderSize parameter that could lead to panics. We introduce an external magic number to keep track of external dependencies. We bump up the minimum required Go version to 1.19. No changes were made to the format of data on disk. This is a major release because we are making a switch to SemVer in order to make it easier for the community to understand when breaking API and data format changes are made.
Fixed
Chores
Full Changelog: hypermodeinc/badger@v3.2103.5...v4.0.1
v4.0.0
Compare Source
v3.2103.5
: Badger DB v3.2103.5Compare Source
We release Badger CLI tool binaries for amd64 and now arm64. This release does not involve any core code changes to Badger. We added a CD job for building Badger for arm64.
v3.2103.4
: Badger DB v3.2103.4Compare Source
This patches an issue that could lead to manifest corruption. Fix was merged in #1756. Addresses this issue on Discuss and this issue on Badger. We also bring the release branch to parity with main by updating the CI/CD jobs, Readme, Codeowners, PR and issue templates, etc.
Fixed
Chores
Full Changelog: hypermodeinc/badger@v3.2103.3...v3.2103.4
v3.2103.3
: BadgerDB v3.2103.3Compare Source
This is a minor patch release that fixes arm64 related issues. The issues in the
z
package in Ristretto were resolved in Ristretto v0.1.1.Fixed
Full Changelog: hypermodeinc/badger@v3.2103.2...v3.2103.3
v3.2103.2
: BadgerDB v3.2103.2Compare Source
This patch release contains:
Fixed
Full Changelog: hypermodeinc/badger@v3.2103.1...v3.2103.2
v3.2103.1
: BadgerDB v3.2103.1Compare Source
This release removes CGO dependency opf badger by using Klauspost's ZSTD instead of Datadog's ZSTD. Also, this has some of the fixes.
Fixed
Features
v3.2103.0
: BadgerDB v3.2103.0Compare Source
Breaking
Fixed
Performance
Features
6ce3b7c
(#1635)New APIs
Removed APIs
Changed APIs
v3.2011.1
: BadgerDB v3.2011.1Compare Source
fix(compaction): Set base level correctly after stream (#1631) (#1651)
fix: update ristretto and use filepath (#1649) (#1652)
fix(badger): Do not reuse variable across badger commands (#1624) (#1650)
fix(build): fix 32-bit build (#1627) (#1646)
fix(table): always sync SST to disk (#1625) (#1645)
v3.2011.0
: BadgerDB v3.2011.0Compare Source
This release is not backward compatible with Badger v2.x.x
Breaking:
Fixed:
Performance
Features:
New APIs
Removed APIs
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.
This PR was generated by Mend Renovate. View the repository job log.