Skip to content

Commit

Permalink
release 2.0.0 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Jun 26, 2022
1 parent 4f36117 commit 4b522cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Changelog
Version 2.0.0
-------------

Released 2022-05-29
Released 2022-06-26

- fix bug where ``flask_caching.backends.RedisSentinelCache.get_many`` would query wrong host&port combination.
- ``flask_caching.backends.FileSystemCache`` internal implementations have been removed. It now shares 100% of ``cachelib.FileSystemCache`` API and is fully compatible.
- Add proxy to underlaying ``has`` method of cache clients
- fix bug where ``flask_caching.backends.RedisSentinelCache.get_many`` would query wrong host&port combination. :pr:`372`
- ``flask_caching.backends.FileSystemCache`` internal implementations have been removed. It now shares 100% of ``cachelib.FileSystemCache`` API and is fully compatible. :pr:`369`
- Add proxy to underlaying ``has`` method of cache clients. :pr:`356`


Version 1.11.1
Expand Down
2 changes: 1 addition & 1 deletion src/flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from flask_caching.utils import make_template_fragment_key # noqa: F401
from flask_caching.utils import wants_args

__version__ = "1.11.1"
__version__ = "2.0.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 4b522cf

Please sign in to comment.