Skip to content

Commit 640e3cc

Browse files
committed
- 1.1.4
1 parent 7a1fe28 commit 640e3cc

4 files changed

Lines changed: 20 additions & 18 deletions

File tree

docs/build/changelog.rst

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

55
.. changelog::
66
:version: 1.1.4
7-
:include_notes_from: unreleased
7+
:released: Thu Sep 2 2021
8+
9+
.. change::
10+
:tags: bug, general
11+
:tickets: 203
12+
13+
Fixed Python 3.10 deprecation warning involving threading. Pull request
14+
courtesy Karthikeyan Singaravelan.
15+
16+
.. change::
17+
:tags: usecase, memcached
18+
19+
Added support for pymemcache socket keepalive and retrying client.
20+
21+
.. seealso::
22+
23+
:paramref:`.PyMemcacheBackend.socket_keepalive`
24+
25+
:paramref:`.PyMemcacheBackend.enable_retry_client`
826

927
.. changelog::
1028
:version: 1.1.3

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.3"
77+
release = "1.1.4"
7878

7979

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

docs/build/unreleased/203.rst

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

docs/build/unreleased/205.rst

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

0 commit comments

Comments
 (0)