Skip to content

Commit

Permalink
Update changelog for 4.12.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Apr 20, 2023
1 parent 5f7cf11 commit 2c6986f
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,34 @@
Changelog
=========

v4.12.0rc1
----------
Release Date: 2023-04-19

* Features

* Add support for RedisGraph module
* Allow overriding the default stream_timeout
when using a pipeline
* Check argument versions for compatibility and
raise appropriate errors if an argument is used
on an older server version which doesn't support it.

* Bug Fix

* Handle pause/resume callbacks from Transport
and pause sending subsequent commands until
the transport buffer is resumed.
* Handle RESP3 response for :meth:`~coredis.Redis.command`
* Update :meth:`~coredis.ConnectionPool.from_url` &
:meth:`~coredis.ClusterConnectionPool.from_url` to support
all constructor arguments

* Chores

* Add redis-stack@edge to compatibility matrix in CI


v4.12.0b4
---------
Release Date: 2023-04-10
Expand Down Expand Up @@ -1490,3 +1518,4 @@ v1.0.1
* change `Script.register` to `Script.execute`



0 comments on commit 2c6986f

Please sign in to comment.