File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 7474# The short X.Y version.
7575version = 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments