1.3.3
Released: Sun May 5 2024
usecase
- [usecase] [memcached] Added support for an additional pymemcached client parameter
PyMemcacheBackend.memcached_expire_time
. Pull request
courtesy Takashi Kajinami.
bug
-
[bug] [typing] Fixed the return type for
CacheRegion.get()
, which was inadvertently
hardcoded to useCacheReturnType
that only resolved toCachedValue
orNoValue
. Fixed to returnValuePayload
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.Unknown interpreted text role "data".
Unknown interpreted text role "data".