pypi Flask-Caching 1.8.0

latest releases: 2.2.0, 2.1.0, 2.0.2...
4 years ago

Released on November 24th 2019

Breaking: Dropped support for Python 2

  • Add option to specify if None is a cached value or not. See PR #140 and #141.
  • Allow to use __caching_id__ rather than __repr__ as an object caching key. PR #123.
  • The RedisCache backend now support generating the key_prefix via a callable. PR #109.
  • Emit a warning if the CACHE_TYPE is set to filesystem but no CACHE_DIR is set.
  • Fixes Google App Engine Memcache backend. See issue #120 for more details.
  • Various documentation updates and fixes.

Don't miss a new Flask-Caching release

NewReleases is sending notifications on new releases.