Features and breaking changes
- Added the option of specifying which HTTP methods to cache. This opens up for making other methods than
PATCH
andPOST
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