Skip to content

Commit 4edf679

Browse files
committed
- 1.1.2
1 parent a2e25bc commit 4edf679

4 files changed

Lines changed: 23 additions & 21 deletions

File tree

docs/build/changelog.rst

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

55
.. changelog::
66
:version: 1.1.2
7-
:include_notes_from: unreleased
7+
:released: Tue Jan 26 2021
8+
9+
.. change::
10+
:tags: feature, region
11+
:tickets: 101
12+
13+
Added new region method :meth:`.CacheRegion.key_is_locked`. Returns True if
14+
the given key is subject to the dogpile lock, which would indicate that the
15+
generator function is running at that time. Pull request courtesy Bastien
16+
Gerard.
17+
18+
.. change::
19+
:tags: feature, memcached
20+
:tickets: 134
21+
22+
Added support for the pymemcache backend, using the
23+
``"dogpile.cache.pymemcache"`` backend identifier. Pull request courtesy
24+
Moisés Guimarães de Medeiros.
25+
26+
.. seealso::
27+
28+
:class:`.PyMemcacheBackend`
829

930
.. changelog::
1031
:version: 1.1.1

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.1"
77+
release = "1.1.2"
7878

7979

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

docs/build/unreleased/101.rst

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

docs/build/unreleased/134.rst

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

0 commit comments

Comments
 (0)