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/redis-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: redis/redis-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.4
Choose a head ref
  • 1 commit
  • 11 files changed
  • 2 contributors

Commits on Apr 23, 2024

  1. Make it possible to customize SSL ciphers (#3212)

    Given that Python 3.10 changed the default list of TLS ciphers, it is a
    good idea to allow customization of the list of ciphers when using
    Redis with TLS. In some situations the client is unusable right now
    with older servers and Python >= 3.10.
    
    Also whitelist a dev dependency vulnerability, and bump version to 5.0.4.
    
    ---------
    
    Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
    gerzse and gerzse authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e71119d View commit details
    Browse the repository at this point in the history
Loading