Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cachelib (changelog) ==0.1.1 -> ==0.2.0 age adoption passing confidence

Release Notes

pallets/cachelib

v0.2.0

Compare Source

Released 2021-06-25

  • Support for Python 2 has been dropped. Only Python 3.6 and above are
    supported.
  • Fix FileSystemCache.set incorrectly considering value overrides
    on existing keys as new cache entries. :issue:18
  • SimpleCache and FileSystemCache first remove expired
    entries, followed by older entries, when cleaning up. :pr:26
  • Fix problem where file count was not being updated in
    FileSystemCache.get and FileSystemCache.has after removals.
    :issue:20
  • When attempting to access non-existent entries with 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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@toddbirchard toddbirchard merged commit d7f5e90 into master Aug 9, 2021
@toddbirchard toddbirchard deleted the renovate/cachelib-0.x branch August 9, 2021 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants