Skip to content

Commit

Permalink
- 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed May 5, 2024
1 parent d836c09 commit 22db773
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
19 changes: 18 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ Changelog

.. changelog::
:version: 1.3.3
:include_notes_from: unreleased
:released: Sun May 5 2024

.. change::
:tags: bug, typing

Fixed the return type for :meth:`.CacheRegion.get`, which was inadvertently
hardcoded to use ``CacheReturnType`` that only resolved to ``CachedValue``
or ``NoValue``. Fixed to return ``ValuePayload`` which resolves to
``Any``, as well as a new literal indicating an enum constant for
:data:`.api.NO_VALUE`. The :data:`.api.NO_VALUE` constant remains
available as the single element of this enum.

.. change::
:tags: usecase, memcached

Added support for an additional pymemcached client parameter
:paramref:`.PyMemcacheBackend.memcached_expire_time`. Pull request
courtesy Takashi Kajinami.

.. changelog::
:version: 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = dogpile.__version__
# The full version, including alpha/beta/rc tags.
release = "1.3.2"
release = "1.3.3"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
9 changes: 0 additions & 9 deletions docs/build/unreleased/fix_get_type.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/build/unreleased/pymemcache-expire.rst

This file was deleted.

0 comments on commit 22db773

Please sign in to comment.