File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+
45Version 1.11.0
56--------------
67
7- Unreleased
8+ Released 2022-05-27
89
910- Add suport for cached/memoized generators. PR `#286 <https://github.com/pallets-eco/flask-caching/pull/286 >`_.
1011- Add support for Flask 2.0 async. PR `#282 <https://github.com/pallets-eco/flask-caching/pull/282 >`_.
1112- Cachelib is now used as backend. PR `#308 <https://github.com/pallets-eco/flask-caching/pull/308 >`_.
1213- Drop support for python 3.6. PR `#332 <https://github.com/pallets-eco/flask-caching/pull/332 >`_.
1314- Add support for dynamic cache timeouts `#296 <https://github.com/pallets-eco/flask-caching/pull/296 >`_.
14- - Fix bug `#343 <https://github.com/pallets-eco/flask-caching/issues/343 >`_ in CACHE_OPTIONS reading for radis in RedisSentinelCache
15+ - Fix bug in ``CACHE_OPTIONS `` reading for redis in ``RedisSentinelCache ``. PR `#343 <https://github.com/pallets-eco/flask-caching/issues/343 >`_.
16+
1517
1618Version 1.10.1
1719--------------
Original file line number Diff line number Diff line change 3838from flask_caching .utils import make_template_fragment_key # noqa: F401
3939from flask_caching .utils import wants_args
4040
41- __version__ = "1.10.1 "
41+ __version__ = "1.11.0 "
4242
4343logger = logging .getLogger (__name__ )
4444
You can’t perform that action at this time.
0 commit comments