6.0.0
What's Changed
- cache
StreamResponse
and any other custom types - big refactoring for value serialization - Improve
lock
andlocked
decorator (new signature) - protection to handle concurrent request more efficiently (protected parameter for cache decorators)
Breaking changes:
- change the way how bytes are stored. If you store raw bytes in a cache, the values will be invalid.
- drop python 3.7 support
safe
parameter renamed tosuppress
( setup ).hash_key
parameter renamed tosecret
. ( setup )
Full Changelog: 5.3.2...6.0.0