Bumped version to 7.2.5 for valkey and wrote release notes#305
Merged
Conversation
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
59e0597 to
c16796c
Compare
hpatro
approved these changes
Apr 11, 2024
PingXie
approved these changes
Apr 11, 2024
zuiderkwast
reviewed
Apr 12, 2024
zuiderkwast
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Just some nits.
enjoy-binbin
approved these changes
Apr 12, 2024
Contributor
|
it looks good to me. But CI fails, I suspect if we have too much tests when a pr is created or updated. Can we only keep some ubuntu platform tests? |
Member
Author
I liked doing the full test runs on this PR. I'm looking into getting Github enterprise so that we can increase concurrency here. |
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
zuiderkwast
pushed a commit
that referenced
this pull request
May 13, 2026
Squashed 'deps/libvalkey/' changes from 45c2ed15c..cb5ff91aa cb5ff91aa Release 0.5.0 cd3d5d8ff Fix potential heap-buffer-overflow in cluster error reply parsing (#305) 32c7c5d09 Refactor error handling to use valkeySetErrorFromErrno and valkeyClearError (#303) e4b548b32 Remove support for external dict while still supporting external sds (#302) 61b27c453 Try all addresses from DNS before failing to connect (#300) 8aff94fab RDMA: Fix lost EPOLLIN/POLLIN events b9285b5fc Optimize read buffer compaction and reduce copying (#294) 0fa809877 Additional overflow protection for MAP/ATTR b26c56e87 Fix gcc warnings (#287) git-subtree-dir: deps/libvalkey git-subtree-split: cb5ff91aa5816807f0a549bd2b36e611253dfeb6 Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
lucasyonge
pushed a commit
that referenced
this pull request
May 14, 2026
Squashed 'deps/libvalkey/' changes from 45c2ed15c..cb5ff91aa cb5ff91aa Release 0.5.0 cd3d5d8ff Fix potential heap-buffer-overflow in cluster error reply parsing (#305) 32c7c5d09 Refactor error handling to use valkeySetErrorFromErrno and valkeyClearError (#303) e4b548b32 Remove support for external dict while still supporting external sds (#302) 61b27c453 Try all addresses from DNS before failing to connect (#300) 8aff94fab RDMA: Fix lost EPOLLIN/POLLIN events b9285b5fc Optimize read buffer compaction and reduce copying (#294) 0fa809877 Additional overflow protection for MAP/ATTR b26c56e87 Fix gcc warnings (#287) git-subtree-dir: deps/libvalkey git-subtree-split: cb5ff91aa5816807f0a549bd2b36e611253dfeb6 Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release notes for RC2 (really 7.2.5-rc1). Based on conversation, decided to have first release on 7.2.5 to make it clear this was a patch release over Redis. This could be considered a minor release, but we wanted to clearly signal compatibility with Redis OSS.