osv.dev
osv.dev copied to clipboard
Bump flask-caching from 1.10.1 to 2.0.1 in /gcp/appengine
Bumps flask-caching from 1.10.1 to 2.0.1.
Changelog
Sourced from flask-caching's changelog.
Version 2.0.1
Released 2022-07-30
- Relax dependency pin to allow Flask 2.x.x
Version 2.0.0
Released 2022-06-26
- fix bug where
flask_caching.backends.RedisSentinelCache.get_manywould query wrong host&port combination. :pr:372- Remove
flask_caching.backends.FileSystemCachemethod overrides. It now shares 100% ofcachelib.FileSystemCacheAPI and is fully compatible. Functionality relient on implementation details of said overrides from older releases might not work anymore. :pr:369- Add proxy to underlaying
hasmethod of cache clients. :pr:356flask_caching.backends.FileSystemCachenow stores timestamps in a universal (non-frammed) way following the lastest version ofcachelib.FileSystemCache. The change also reduces overhead from 17 bytes (via previous method using pickle) to 4 bytes (using python'sstruct). This, however, will break compatibily since older timestamps are serialized with a different strategy.Version 1.11.1
Released 2022-05-27
- Add cachelib to setup.py: :pr:
354Version 1.11.0
Released 2022-05-27
- Add suport for cached/memoized generators. :pr:
[#286](https://github.com/pallets-eco/flask-caching/issues/286)- Add support for Flask 2.0 async. :pr:
[#282](https://github.com/pallets-eco/flask-caching/issues/282)- Cachelib is now used as backend. :pr:
[#308](https://github.com/pallets-eco/flask-caching/issues/308)- Drop support for python 3.6. :pr:
[#332](https://github.com/pallets-eco/flask-caching/issues/332)- Add support for dynamic cache timeouts
[#296](https://github.com/pallets-eco/flask-caching/issues/296)- Fix bug in
CACHE_OPTIONSreading for redis inRedisSentinelCache. :pr:[#343](https://github.com/pallets-eco/flask-caching/issues/343)
Commits
7609ac1release 2.0.1 (#390)b140b46re-compile dev requirements (#389)7a49ad2Relax Flask version restriction (#386)6d3e3a3Bump tox from 3.25.0 to 3.25.1 in /requirements (#376)69c1e9eBump redis from 4.3.1 to 4.3.4 in /requirements (#377)c8ed540Bump sphinx-tabs from 3.3.1 to 3.4.0 in /requirements (#378)aae3dc1Bump pip-tools from 6.6.2 to 6.8.0 in /requirements (#379)a37c961add missing details to 2.0.0 log (#380)4b522cfrelease 2.0.0 (#374)4f36117remove release workflow (#373)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)