Skip to content

Releases: snok/asgi-idempotency-header

v0.2.0

31 Aug 21:58
Compare
Choose a tag to compare

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

v0.2.0-rc.1

31 Aug 21:41
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release

Pre-release

v0.1.1

17 Oct 15:44
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Test release workflow