pypi cachelib 0.14.0

11 hours ago

What's Changed

This is the CacheLib 0.14.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/CacheLib/0.14.0/
Changes: https://cachelib.readthedocs.io/en/stable/changes/#version-0.14.0
Milestone: https://github.com/pallets-eco/cachelib/milestone/1?closed=1

Features

Issues

  • fix: failing CI datetime.utcnow() Deprecation warnings and memcache starting twice by @john0isaac in #421
  • fix: use exponential retires on NAS by @john0isaac in #424
  • fix: return None if a pickle error is thrown instead of throwing unbound error by @john0isaac in #448
  • fix: add was failing for expired keys while it should work by @john0isaac in #449
  • fix: delete many in redis and memcache and add tests for it by @john0isaac in #443

Documentation

Code Changes

New Contributors

Full Changelog: 0.13.0...0.14.0

Don't miss a new cachelib release

NewReleases is sending notifications on new releases.