Skip to content

Commit

Permalink
Update changelog for 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Mar 6, 2025
1 parent afc0ea5 commit a18da12
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Changelog
=========

v4.20.0
-------
Release Date: 2025-03-05

* Bug Fix

* Ensure ssl context is correctly setup with the
``check_hostname`` & ``cert_reqs`` even when a keyfile / cert
are not provided. This allows clients to connect to a redis
instance that has ``tls-auth-client=no`` by simply setting
``ssl_cert_reqs=none``

v4.19.0
-------
Release Date: 2025-03-02
Expand Down Expand Up @@ -47,6 +59,10 @@ Release Date: 2024-12-10
* Added test coverage against redict servers
* Added test coverage for Valkey 7.0 & 8.0

v4.20.0
-------
Release Date: 2025-03-05

v4.19.0
-------
Release Date: 2025-03-02
Expand All @@ -59,6 +75,10 @@ Release Date: 2024-12-09

* Fix artifact download in github release workflow

v4.20.0
-------
Release Date: 2025-03-05

v4.19.0
-------
Release Date: 2025-03-02
Expand All @@ -71,6 +91,10 @@ Release Date: 2024-12-09

* Fix github release workflow

v4.20.0
-------
Release Date: 2025-03-05

v4.19.0
-------
Release Date: 2025-03-02
Expand All @@ -83,6 +107,10 @@ Release Date: 2024-12-08

* Update redict docker images to use alpine

v4.20.0
-------
Release Date: 2025-03-05

v4.19.0
-------
Release Date: 2025-03-02
Expand Down Expand Up @@ -1893,3 +1921,4 @@ v1.0.1




0 comments on commit a18da12

Please sign in to comment.