Skip to content

Commit 331fae1

Browse files
committed
- 1.3.4
1 parent 7b62638 commit 331fae1

File tree

5 files changed

+37
-34
lines changed

5 files changed

+37
-34
lines changed

docs/build/changelog.rst

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,42 @@ Changelog
44

55
.. changelog::
66
: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+
843

944
.. changelog::
1045
:version: 1.3.3

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# The short X.Y version.
7777
version = dogpile.__version__
7878
# The full version, including alpha/beta/rc tags.
79-
release = "1.3.3"
79+
release = "1.3.4"
8080

8181

8282
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/263.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/build/unreleased/unpin_setuptools.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/build/unreleased/valkey.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)