-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feat: bump badger to use ristretto v2 #41671
Conversation
badger v4 caused compile errors for clients using badger v2 + beats due to ristretto breaking binary compatibility without bumping the major version. badger v4.4.0 solved the issue by using ristretto v2
This pull request doesn't have a |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
* feat: bump badger to use ristretto v2 badger v4 caused compile errors for clients using badger v2 + beats due to ristretto breaking binary compatibility without bumping the major version. badger v4.4.0 solved the issue by using ristretto v2 * lint: regenerate notice file (cherry picked from commit a522dbe)
* feat: bump badger to use ristretto v2 badger v4 caused compile errors for clients using badger v2 + beats due to ristretto breaking binary compatibility without bumping the major version. badger v4.4.0 solved the issue by using ristretto v2 * lint: regenerate notice file (cherry picked from commit a522dbe) Co-authored-by: kruskall <[email protected]>
Proposed commit message
badger v4 caused compile errors for clients using badger v2 + beats due to ristretto breaking binary compatibility without bumping the major version.
badger v4.4.0 solved the issue by using ristretto v2
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs