osv.dev icon indicating copy to clipboard operation
osv.dev copied to clipboard

Bump flask-caching from 1.10.1 to 2.0.1 in /gcp/appengine

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps flask-caching from 1.10.1 to 2.0.1.

Release notes

Sourced from flask-caching's releases.

2.0.1

https://github.com/pallets-eco/flask-caching/blob/4b522cf488d355690b36a5d5eda02b34d6e80d5f/CHANGES.rst

2.0.0

https://github.com/pallets-eco/flask-caching/blob/4b522cf488d355690b36a5d5eda02b34d6e80d5f/CHANGES.rst

1.11.1

https://github.com/pallets-eco/flask-caching/blob/4b522cf488d355690b36a5d5eda02b34d6e80d5f/CHANGES.rst

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_many would query wrong host&port combination. :pr:372
  • Remove flask_caching.backends.FileSystemCache method overrides. It now shares 100% of cachelib.FileSystemCache API 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 has method of cache clients. :pr:356
  • flask_caching.backends.FileSystemCache now stores timestamps in a universal (non-frammed) way following the lastest version of cachelib.FileSystemCache. The change also reduces overhead from 17 bytes (via previous method using pickle) to 4 bytes (using python's struct). 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:354

Version 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_OPTIONS reading for redis in RedisSentinelCache. :pr:[#343](https://github.com/pallets-eco/flask-caching/issues/343)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 01 '22 20:08 dependabot[bot]