Skip to content

1.3.3

Latest
Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 05 May 17:01
· 8 commits to main since this release

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 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.

    Unknown interpreted text role "data".

    Unknown interpreted text role "data".