Fix break in RedisCache when a host object was passed
in RedisCache.host instead of a string. :pr:82
Version 0.4.0
Released 2021-10-03
All cache types now implement BaseCache interface both
in behavior and method return types. Thus, code written
for one cache type should work with any other cache type. :pr:71
Add type information for static typing tools. :pr:48
FileNotFound exceptions will not be logged anymore
in FileSystemCache methods in order to avoid polluting
application log files. :pr:69
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)
Bumps cachelib from 0.3.0 to 0.4.1.
Release notes
Sourced from cachelib's releases.
Changelog
Sourced from cachelib's changelog.
Commits
ade0f81
Release 0.4.1 (#84)d5456cc
Fix redis host string break (#82)375e95d
Merge pull request #83 from pallets/pre-commit-ci-update-configbdb348c
[pre-commit.ci] pre-commit autoupdate0603537
Release 0.4.0 (#80)c7f9bde
fix formatting (#79)2ef4643
Uniformize API (#71)191166e
Bump pre-commit from 2.14.1 to 2.15.0 in /requirements (#74)aae88b8
Bump sphinx from 4.1.2 to 4.2.0 in /requirements (#77)c6a1d91
Bump pip-tools from 6.2.0 to 6.3.0 in /requirements (#75)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)