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.6.2
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.6.3
Choose a head ref
  • 3 commits
  • 21 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
    Copy the full SHA
    8036027 View commit details
  2. bump version to 9.6.3

    ndyakov committed Mar 20, 2025
    Copy the full SHA
    aacc9ca View commit details
  3. fix lint configuration

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