Update dependency cachelib to v0.4.1 #77
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.1.1
->==0.4.1
Release Notes
pallets/cachelib
v0.4.1
Compare Source
Released 2021-10-04
RedisCache
when a host object was passedin
RedisCache.host
instead of a string. :pr:82
v0.4.0
Compare Source
Released 2021-10-03
BaseCache
interface bothin behavior and method return types. Thus, code written
for one cache type should work with any other cache type. :pr:
71
48
FileNotFound
exceptions will not be logged anymorein
FileSystemCache
methods in order to avoid pollutingapplication log files. :pr:
69
v0.3.0
Compare Source
Released 2021-08-12
FileSystemCache
pruning. :pr:52
FileSystemCache
where entries would not be removedwhen the total was over the threshold, and the entry count would be
lost. :pr:
52
FileSystemCache
logs system-related exceptions. :pr:51
FileSystemCache
is only triggeredif the number of entries is over the
threshhold
when callingset
.get
has
still returnNone
andFalse
respectively for expired entries, but will not remove the files. All
removals happen at pruning time or explicitly with
clear
anddelete
. :pr:53
v0.2.0
Compare Source
Released 2021-06-25
supported.
FileSystemCache.set
incorrectly considering value overrideson existing keys as new cache entries. :issue:
18
SimpleCache
andFileSystemCache
first remove expiredentries, followed by older entries, when cleaning up. :pr:
26
FileSystemCache.get
andFileSystemCache.has
after removals.:issue:
20
Memcached
,these will now be initialized with a given value
delta
.:pr:
31
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.