Skip to content

Commit

Permalink
Update changelog for 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 10, 2024
1 parent 231c903 commit 60b49a5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
Changelog
=========

v4.18.0
-------
Release Date: 2024-12-10

* Features

* Added ability to use credential providers to supply
authentication details when establishing connections
to the server
* Added support for hash field expiry commands introduced
in redis 7.4:
* ``hexpire``
* ``hexpireat``
* ``hpexpire``
* ``hpexpireat``
* ``hpersist``
* ``hexpiretime``
* ``hpexpiretime``
* ``httl``
* Added support for ``maxage`` parameter in ``client_kill`` method.

* Compatibility

* Added support for python 3.13 wheels
* Dropped support for python 3.8
* Dropped support for pypy 3.8
* Added test coverage for pypy 3.10
* Added test coverage for redis 7.4.x
* Added test coverage against redict servers
* Added test coverage for Valkey 7.0 & 8.0

v4.18.0rc4
----------
Release Date: 2024-12-09
Expand Down Expand Up @@ -1831,3 +1862,4 @@ v1.0.1




0 comments on commit 60b49a5

Please sign in to comment.