Skip to content

Conversation

@pyup-bot
Copy link
Contributor

This PR updates flask_caching from 1.4.0 to 1.7.1.

Changelog

1.7.1

**This is the last version supporting Python 2!**

- Fix introspecting Python 3 functions by using varkw.
PR `101 <https://github.com/sh4nks/flask-caching/pull/101>`_.
- Remove leftover files (``uwsgi.py``) in PyPI package. See issue
`102 <https://github.com/sh4nks/flask-caching/issues/102>`_ for more details.

1.7.0

**This is the last version supporting Python 2!**

- Added a feature called 'response_filter' which enables one to only
cache views depending on the response code.
PR `99 <https://github.com/sh4nks/flask-caching/pull/99>`_.
- A DeprecationWarning got turned into a TypeError.

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

pyup-bot commented Jun 3, 2019

Closing this in favor of #82

@pyup-bot pyup-bot closed this Jun 3, 2019
@perewall perewall deleted the pyup-update-flask_caching-1.4.0-to-1.7.1 branch June 3, 2019 01:02
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