pypi Flask-Caching 1.6.0

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

Released on March 6th 2019

  • The delete_many function is now able to ignore any errors and continue
    deleting the cache. However, in order to preserve backwards compatibility,
    the default mode is to abort the deletion process. In order to use the new
    deletion mode, one has to flip the config setting CACHE_IGNORE_ERRORS to
    True. This was and still is only relevant for the filesystem and
    simple cache backends. PR #94.
  • Re-added the gaememcached CACHE_TYPE for improved backwards compatibility.
  • Documentation improvements. PR #96

Don't miss a new Flask-Caching release

NewReleases is sending notifications on new releases.