Skip to content

Conversation

@pyup-bot
Copy link
Contributor

This PR updates flask_caching from 1.4.0 to 1.6.0.

Changelog

1.6.0

- 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 <https://github.com/sh4nks/flask-caching/pull/94>`_.
- Re-added the ``gaememcached`` CACHE_TYPE for improved backwards compatibility.
- Documentation improvements

1.5.0

- Add support for a Redis Sentinel Cluster.
PR `90 <https://github.com/sh4nks/flask-caching/pull/90>`_.
- Parameterize the hash function so alternatives can be used.
PR `77 <https://github.com/sh4nks/flask-caching/pull/77>`_.
- Include the deprecated ``werkzeug.contrib.cache`` module in Flask-Caching.
PR `75 <https://github.com/sh4nks/flask-caching/pull/75>`_.
Links

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #60

@pyup-bot pyup-bot closed this Mar 31, 2019
@perewall perewall deleted the pyup-update-flask_caching-1.4.0-to-1.6.0 branch March 31, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants