File tree Expand file tree Collapse file tree 5 files changed +37
-34
lines changed Expand file tree Collapse file tree 5 files changed +37
-34
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,42 @@ Changelog
4
4
5
5
.. changelog ::
6
6
:version: 1.3.4
7
- :include_notes_from: unreleased
7
+ :released: Tue Jan 28 2025
8
+
9
+ .. change ::
10
+ :tags: bug, redis
11
+ :tickets: 263
12
+
13
+ Fixes to the recently added ``RedisClusterBackend `` fixing a runtime typing
14
+ error that prevented it from running.
15
+
16
+ .. change ::
17
+ :tags: change, general
18
+
19
+ The pin for ``setuptools<69.3 `` in ``pyproject.toml `` has been removed.
20
+ This pin was to prevent a sudden change to :pep: `625 ` in setuptools from
21
+ taking place which changes the file name of SQLAlchemy's source
22
+ distribution on pypi to be an all lower case name, and the change was
23
+ extended to all SQLAlchemy projects to prevent any further surprises.
24
+ However, the presence of this pin is now holding back environments that
25
+ otherwise want to use a newer setuptools, so we've decided to move forward
26
+ with this change, with the assumption that build environments will have
27
+ largely accommodated the setuptools change by now.
28
+
29
+
30
+
31
+
32
+
33
+ .. change ::
34
+ :tags: usecase, valkey
35
+
36
+ Added backend for valkey server. This is based on valkey-py as the driver.
37
+
38
+ .. seealso ::
39
+
40
+ :class: `.ValkeyBackend `
41
+
42
+
8
43
9
44
.. changelog ::
10
45
:version: 1.3.3
Original file line number Diff line number Diff line change 76
76
# The short X.Y version.
77
77
version = dogpile .__version__
78
78
# The full version, including alpha/beta/rc tags.
79
- release = "1.3.3 "
79
+ release = "1.3.4 "
80
80
81
81
82
82
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments