Skip to content

It's Alive!!!!

Compare
Choose a tag to compare
@seapagan seapagan released this 04 Jun 09:47
· 22 commits to main since this release
7397739

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