Fastapi-redis-cache

Latest version: v0.2.5

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

Scan your dependencies

Page 1 of 2

0.2.5

This is a small release containing fixes for two minor bugs. Also, 100% test coverage has again been achieved. Comments documenting the intended usage and design have been added to all test functions.

Bug Fixes

- bug: serialize_json should not be called on data if attempt to add data to cache fails a-luna (47)
- bug: 304 response to request with if-none-metch header field must contain cache-control, expires, etag header fields a-luna (44)

Maintenance

- add comments to test functions in order to better document the intended design a-luna (48)
- missing test coverage: response data is not json-serializable a-luna (45)
- add toc to readme a-luna (49)

0.2.4

The fix applied in v0.2.3 inadvertently prevented all list objects from being added to the cache, which has been fixed in this release.

Bug Fixes

- fix: list objects are now uncachable a-luna (36)

Maintenance

- update README a-luna (37)

0.2.3

- fix: attemt to call dict() on non-dict objects (a-luna, e1fd364)
- fixed minor typos in README (a-luna, b59837d)
- update version number and bump requirements (a-luna dc12793)

0.2.2

Bug Fixes

- redis.ConnectionError should be caught a-luna (30)

0.2.1

Bug Fixes

- fix redis error a-luna (28)

0.2.0

Maintenance

- update README a-luna (26)
- add test cases for partial functions a-luna (25)
- refactor cache module a-luna (24)
- refactor client module a-luna (23)
- refactor key_gen module a-luna (22)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.