Skip to content

Releases: canada-nyc/django-dumper

v0.2.6

03 Nov 01:16
Compare
Choose a tag to compare
  • Added tests for Django 1.8
  • Added tests for Python 3.5
  • Added compatibility for Django 1.9

v0.2.4

12 Mar 22:43
Compare
Choose a tag to compare
  • Modified logging wording
  • Fix logging unicode characters in path

v0.2.3

11 Nov 18:13
Compare
Choose a tag to compare
  • Respect ignored paths even when already cached
  • Log instance PK when invalidating

v0.2.2

26 Oct 18:46
Compare
Choose a tag to compare
  • Improved internals description in README.
  • Added logging to help when trying to debug what is being cached
    • Added debugging section to README

v0.2.0

02 Sep 23:42
Compare
Choose a tag to compare
  • Only use path and HTTP method to determine cache key. Drop support for Django's per_site caching, in favor of greatly simplifying middleware. Instead of caring about other headers (such as language or cookies) it will simply cache every page that returns a 200 response code and is either a GET or HEAD request.
  • Added "Why" section to Readme to detail reasoning behind library creation.
  • Use DUMPER_PATH_IGNORE_REGEX to figure out what not to cache.

v0.1.1

20 Jul 15:17
Compare
Choose a tag to compare
  • Added safety check for invalidation middleware, so that it will pass on project tests, where sometimes the caching isn't running as it would on a normal request-response.
  • Added recommendation to use django-response-timeout for setting expires headers

v0.1.0

09 Jul 19:12
Compare
Choose a tag to compare
improved documentation for middleware by giving example cache entries…

… [skip ci]