File tree Expand file tree Collapse file tree 4 files changed +20
-18
lines changed Expand file tree Collapse file tree 4 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,25 @@ Changelog
4
4
5
5
.. changelog ::
6
6
:version: 1.3.2
7
- :include_notes_from: unreleased
7
+ :released: Wed Feb 21 2024
8
+
9
+ .. change ::
10
+ :tags: usecase, redis
11
+ :tickets: 250
12
+
13
+ Added a new backend :class: `.RedisClusterBackend `, allowing support for
14
+ Redis Cluster. Pull request courtesy Maël Naccache Tüfekçi.
15
+
16
+
17
+ .. change ::
18
+ :tags: usecase, redis
19
+ :tickets: 252
20
+
21
+ Added support for additional Redis client parameters
22
+ :paramref: `.RedisBackend.socket_connect_timeout `,
23
+ :paramref: `.RedisBackend.socket_keepalive ` and
24
+ :paramref: `.RedisBackend.socket_keepalive_options `. Pull request courtesy
25
+ Takashi Kajinami.
8
26
9
27
.. changelog ::
10
28
:version: 1.3.1
Original file line number Diff line number Diff line change 74
74
# The short X.Y version.
75
75
version = dogpile .__version__
76
76
# The full version, including alpha/beta/rc tags.
77
- release = "1.3.1 "
77
+ release = "1.3.2 "
78
78
79
79
80
80
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments