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,19 @@ Changelog
44
55.. changelog ::
66 :version: 1.1.8
7- :include_notes_from: unreleased
7+ :released: Fri Jul 8 2022
8+
9+ .. change ::
10+ :tags: bug, memcached
11+ :tickets: 223, 228
12+
13+ Moved the :paramref: `.MemcacheArgs.dead_retry ` argument and the
14+ :paramref: `.MemcacheArgs.socket_timeout ` argument which were
15+ erroneously added to the "set_parameters",
16+ where they have no effect, to be part of the Memcached connection
17+ arguments :paramref: `.MemcachedBackend.dead_retry `,
18+ :paramref: `.MemcachedBackend.socket_timeout `.
19+
820
921.. changelog ::
1022 :version: 1.1.7
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.7 "
77+ release = "1.1.8 "
7878
7979
8080# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments