File tree Expand file tree Collapse file tree 4 files changed +19
-17
lines changed
Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,24 @@ Changelog
44
55.. changelog ::
66 :version: 1.3.3
7- :include_notes_from: unreleased
7+ :released: Sun May 5 2024
8+
9+ .. change ::
10+ :tags: bug, typing
11+
12+ Fixed the return type for :meth: `.CacheRegion.get `, which was inadvertently
13+ hardcoded to use ``CacheReturnType `` that only resolved to ``CachedValue ``
14+ or ``NoValue ``. Fixed to return ``ValuePayload `` which resolves to
15+ ``Any ``, as well as a new literal indicating an enum constant for
16+ :data: `.api.NO_VALUE `. The :data: `.api.NO_VALUE ` constant remains
17+ available as the single element of this enum.
18+
19+ .. change ::
20+ :tags: usecase, memcached
21+
22+ Added support for an additional pymemcached client parameter
23+ :paramref: `.PyMemcacheBackend.memcached_expire_time `. Pull request
24+ courtesy Takashi Kajinami.
825
926.. changelog ::
1027 :version: 1.3.2
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.3.2 "
77+ release = "1.3.3 "
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