Releases: a-luna/fastapi-redis-cache
Releases · a-luna/fastapi-redis-cache
v0.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
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.4
v0.1.3
v0.1.2
Bug Fixes
- fix: duplicate types can be added to ignore_arg_types @a-luna (#12)
- cache key does not include prefix @a-luna (#5)
Maintenance
- minor housekeeping @a-luna (#14)
- add more usage examples and explanations to README @a-luna (#13)
- increase test coverage to 100% @a-luna (#11)
- further refactorings for client module @a-luna (#10)
- move ttl calculation to client module @a-luna (#9)
- increase test coverage to 94% @a-luna (#7)
- change redis module to use str for host_url @a-luna (#6)
- refactor cache and client modules @a-luna (#4)