Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@sondrelg sondrelg released this 31 Aug 21:58
· 6 commits to main since this release

Features and breaking changes

  • Added the option of specifying which HTTP methods to cache. This opens up for making other methods than PATCH and POST idempotent if opted-into (#6)
  • Removed aioredis for redis. The redis library has absorbed the relevant async code from aioredis in v4.2.

Improvements and other changes

  • Moved repository to the snok org.
  • Added Python 3.11 to the test matrix
  • Dropped Python 3.7 from test matrix, since it's not currently supported