Skip to content

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release, with the latest changes at the top.

This project adheres to Semantic Versioning.

0.3.1 (June 21, 2024)

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

0.3.0 (June 04, 2024)

'It's Alive!!!!'

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


This changelog was generated using github-changelog-md by Seapagan