Skip to content

Commit ea0a8d1

Browse files
committed
- 1.1.6
1 parent f450a78 commit ea0a8d1

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

docs/build/changelog.rst

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

55
.. changelog::
66
:version: 1.1.6
7-
:include_notes_from: unreleased
7+
:released: Fri Jun 10 2022
8+
9+
.. change::
10+
:tags: bug, redis
11+
:tickets: 220
12+
13+
Fixed regression caused by backwards-incompatible API changes in Redis that
14+
caused the "distributed lock" feature to not function.
15+
16+
.. change::
17+
:tags: usecase, redis
18+
:tickets: 221
19+
20+
Added :paramref:`.RedisBackend.connection_kwargs` parameter, which is a
21+
dictionary of additional keyword arguments that will be passed directly to
22+
``StrictRedis()`` or ``StrictRedis.from_url()``, in the same way that this
23+
parameter works with the :class:`.RedisSentinelBackend` already.
824

925
.. changelog::
1026
:version: 1.1.5

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = dogpile.__version__
7676
# The full version, including alpha/beta/rc tags.
77-
release = "1.1.5"
77+
release = "1.1.6"
7878

7979

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

docs/build/unreleased/220.rst

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

docs/build/unreleased/221.rst

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

0 commit comments

Comments
 (0)