Skip to content

Releases: seapagan/fastapi-redis-cache-reborn

0.3.1

21 Jun 18:48
e354fd5
Compare
Choose a tag to compare

Small bug-fix release and update some dependencies to fix moderate security issues.

Closed Issues

  • Bug when trying to create FastApiRedisCache() object (#94) by seapagan

Bug Fixes

  • Modify the way the local TZ is detected (#100) by seapagan

Documentation

Dependency Updates

Full Changelog | Diff | Patch

It's Alive!!!!

04 Jun 09:47
7397739
Compare
Choose a tag to compare

This is the first release of the project since the fork from the original. It includes some changes and fixes but otherise is the same functionality as the original, though with modernized dependencies and tooling.

New Features

  • Update docker file to use redis/redis-stack (#20) by seapagan
  • Add a 'tag' parameter to the 'cache' decorator for future functionality (#16) by seapagan
  • Run mypy as a GitHub Action (#10) by seapagan
  • Support more object types (#9) by seapagan

Bug Fixes

  • FIX content-length header gets incorrectly set to 0 by default (#8) by seapagan

Refactoring

Documentation

  • Add a changelog generator to the project (#13) by seapagan
  • Add Python 'Trove' classifiers to the project (#12) by seapagan
  • Rename project and update README (#11) by seapagan

Dependency Updates