Skip to content

Releases: pallets-eco/flask-caching

1.3.0

18 Jun 21:03
Compare
Choose a tag to compare

Released on June 17th 2017

  • Add uWSGI Caching backend (requires Werkzeug >= 0.12)
  • Provide a keyword query_string to the cached decorator in order to create
    the same cache key for different query string requests,
    so long as they have the same key/value (order does not matter).
    PR #35.
  • Use pytest as test suite and test runner. Additionally, the tests have
    been split up into multiple files instead of having one big file.

1.0.0

04 Jul 22:25
Compare
Choose a tag to compare

First release since 2013.

  • Changed the way of importing Flask-Cache. Instead of using the depreacted
    method for importing Flask Extensions (via flask.ext.cache),
    the name of the extension, flask_cache is used. Have a look at
    Flask's documentation
    for more information regarding this matter. This also fixes the
    deprecation warning from Flask.
  • Lots of PEP8 and Documentation fixes.
  • Renamed this fork Flask-Caching (flask_caching) as it will now be
    available on PyPI for download.

In addition to the above mentioned fixes, following pull requests have been
merged into this fork of Flask-Cache: