Skip to content

Commit 22db773

Browse files
committed
- 1.3.3
1 parent d836c09 commit 22db773

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

docs/build/changelog.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.3.2"
77+
release = "1.3.3"
7878

7979

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

docs/build/unreleased/fix_get_type.rst

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

docs/build/unreleased/pymemcache-expire.rst

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

0 commit comments

Comments
 (0)