Flask-caching

Latest version: v2.3.1

Safety actively analyzes 724582 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

1.8.0

Not secure
-------------

Released 2019-11-24

- **BREAKING:** Removed support for Python 2. Python 3.5 and upwards are
supported as of now.
- 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.

1.7.2

Not secure
-------------

Released 2019-05-28

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

- Do not run a cached/memoized function if the cached return value is None.
:pr:`108`

1.7.1

Not secure
-------------

Released 2019-04-16

- Fix introspecting Python 3 functions by using varkw.
:pr:`101`
- Remove leftover files (``uwsgi.py``) in PyPI package. See issue
`102` for more details.

1.7.0

Not secure
-------------

Released 2019-03-29

- Added a feature called 'response_filter' which enables one to only
cache views depending on the response code.
:pr:`99`
- A DeprecationWarning got turned into a TypeError.

1.6.0

Not secure
-------------

Released 2019-03-06

- 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

1.5.0

Not secure
-------------

Released 2019-02-23

- Add support for a Redis Sentinel Cluster.
:pr:`90`
- Parameterize the hash function so alternatives can be used.
:pr:`77`
- Include the deprecated ``werkzeug.contrib.cache`` module in Flask-Caching.
:pr:`75`

Page 3 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.