Skip to content

1.7.0

Choose a tag to compare

@sh4nks sh4nks released this 29 Mar 07:18
· 352 commits to master since this release

Released on March 29th 2019

This is the last version supporting Python 2!

  • Added a feature called response_filter which enables one to only
    cache views depending on the response code. PR #99.
  • A DeprecationWarning got turned into a TypeError.