Skip to content

Commit

Permalink
Adjusted CHANGELOG for v4.0 release. (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanschelven committed Jan 25, 2023
1 parent 29b22a9 commit a7094c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.txt
Expand Up @@ -4,10 +4,12 @@
Version 4.0.0 migrates the underlying Redis library from ``aioredis`` to ``redis-py``.
(``aioredis`` was retired and moved into ``redis-py``, which will host the ongoing development.)

The API is unchanged. Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
projects.

* Migrated from ``aioredis`` to ``redis-py``.
* Migrated from ``aioredis`` to ``redis-py``. Specifying hosts as tuples is no longer supported.
If hosts are specified as dicts, only the ``address`` key will be taken into account, i.e.
a `password`` must be specified inline in the address.

* Added support for passing kwargs to sentinel connections.

Expand Down

0 comments on commit a7094c5

Please sign in to comment.