flask-session-tutorial
flask-session-tutorial copied to clipboard
Bump cachelib from 0.6.0 to 0.9.0
Bumps cachelib from 0.6.0 to 0.9.0.
Release notes
Sourced from cachelib's releases.
0.9.0
https://cachelib.readthedocs.io/en/stable/changes/
0.8.0
https://cachelib.readthedocs.io/en/stable/changes/
0.7.0
Changelog
Sourced from cachelib's changelog.
Version 0.9.0
Released 2022-06-26
- Add separate internal read/write clients to
RedisCacheto improve compatibility with flask-caching. :pr:159- Fix bug where cache entries would expire immediately when
RedisCache.addwas called without timeout. :pr:157- Improve
FileSystemCache.setcompatibility with Windows systems. :pr:158Version 0.8.0
Released 2022-06-13
- Remove deprecated
RedisCache.load_objectandRedisCache.dump_object. :pr:147Version 0.7.0
Released 2022-05-14
FileSystemCachenow stores universal expiration timestamps using python'sstructmodule. :pr:126- Drop support for Python 3.6. :pr:
134
Commits
13c8bf8release 0.9.0 (#161)3a70768Add read write clients as class variables (#160)abd2d55Improve RedisCache compatibility with flask-caching (#159)c48bb7euse correct chmod flag for windows systems (#158)d689586Fix redis cache add without timeout (#157)a1224d4release 0.8.0 (#155)92323f5[pre-commit.ci] pre-commit autoupdate (#154)27946acBump mypy from 0.950 to 0.960 in /requirements (#150)880fdd7Bump pip-tools from 6.6.0 to 6.6.2 in /requirements (#152)a819617Bump pytest-xprocess from 0.18.1 to 0.19.0 in /requirements (#153)- 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)