Skip to content

Commit

Permalink
- 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jun 10, 2022
1 parent f450a78 commit ea0a8d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
18 changes: 17 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ Changelog

.. changelog::
:version: 1.1.6
:include_notes_from: unreleased
:released: Fri Jun 10 2022

.. change::
:tags: bug, redis
:tickets: 220

Fixed regression caused by backwards-incompatible API changes in Redis that
caused the "distributed lock" feature to not function.

.. change::
:tags: usecase, redis
:tickets: 221

Added :paramref:`.RedisBackend.connection_kwargs` parameter, which is a
dictionary of additional keyword arguments that will be passed directly to
``StrictRedis()`` or ``StrictRedis.from_url()``, in the same way that this
parameter works with the :class:`.RedisSentinelBackend` already.

.. changelog::
:version: 1.1.5
Expand Down
2 changes: 1 addition & 1 deletion docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = dogpile.__version__
# The full version, including alpha/beta/rc tags.
release = "1.1.5"
release = "1.1.6"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
6 changes: 0 additions & 6 deletions docs/build/unreleased/220.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/build/unreleased/221.rst

This file was deleted.

0 comments on commit ea0a8d1

Please sign in to comment.