Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis/go-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.7.1
Choose a base ref
...
head repository: redis/go-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.7.2
Choose a head ref
  • 2 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. fix: handle network error on SETINFO (#3295) (CVE-2025-29923)

    * fix: handle network error on SETINFO
    
    This fix addresses potential out of order responses as described in `CVE-2025-29923`
    
    * fix: deprecate DisableIndentity and introduce DisableIdentity
    
    Both options will work before V10. In v10 DisableIndentity will be dropped. The preferred flag to use is `DisableIdentity`.
    ndyakov committed Mar 20, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    infinisil Silvan Mosberger
    Copy the full SHA
    0af2b32 View commit details
  2. bump version to 9.7.2

    ndyakov committed Mar 20, 2025
    Copy the full SHA
    ce3034c View commit details
Loading