Cachelib

Latest version: v0.13.0

Safety actively analyzes 687918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.9.0

-------------

Released 2022-06-26

- Add separate internal read/write clients to ``RedisCache`` to improve compatibility with flask-caching. :pr:`159`
- Fix bug where cache entries would expire immediately when ``RedisCache.add``
was called without timeout. :pr:`157`
- Improve ``FileSystemCache.set`` compatibility with Windows systems. :pr:`158`

0.8.0

-------------

Released 2022-06-13

- Remove deprecated ``RedisCache.load_object`` and ``RedisCache.dump_object``. :pr:`147`

0.7.0

-------------

Released 2022-05-14

- ``FileSystemCache`` now stores universal expiration timestamps using python's ``struct`` module. :pr:`126`
- Drop support for Python 3.6. :pr:`134`

0.6.0

-------------

Released 2022-01-18

- A custom ``hash_method`` may now be provided to ``FileSystemCache`` for
hashing keys. :pr:`107`

- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:`111`

0.5.0

-------------

Released 2021-12-31

- Cache types now have configurable serializers. :pr:`63`

0.4.1

-------------

Released 2021-10-04

- Fix break in ``RedisCache`` when a host object was passed
in ``RedisCache.host`` instead of a string. :pr:`82`

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.