Skip to content

Releases: revsys/django-health-check

3.12.2

17 Mar 12:12
c87cae1
Compare
Choose a tag to compare
  • Fix #242 -- Close all (even non default) db connections after check suite (#244)

3.12.1

14 Jan 15:48
Compare
Choose a tag to compare
  • Fix #233 -- Include original exception data #235

3.12.0

14 Jan 12:36
Compare
Choose a tag to compare
  • Add health_check Django command (CLI) (#217, #234)

3.11.1

29 Oct 07:59
Compare
Choose a tag to compare
  • Resolve #232 -- Change license information to MIT
    The license did not change. The license was MIT before but was falsely advertised as BSD.

3.11.0

06 Sep 16:28
Compare
Choose a tag to compare
  • Add Redis Health Check (#225)

3.10.2

27 May 14:32
Compare
Choose a tag to compare
  • Improve accept header handling for unknown types (#222)

3.10.1

14 May 15:42
Compare
Choose a tag to compare
  • Allow more valid accept headers (#221)

3.10.0

27 Apr 11:47
Compare
Choose a tag to compare
  • Add format GET attribute to override response content type.
    You can now use ?format=json to override the content type specified
    in the request's accept header.
  • Add support for weighted accept header content type serving.
    Now weights the accept header are respecced. Also support for
    multiple content types has been added.

3.9.0

04 Feb 08:01
Compare
Choose a tag to compare
  • Adds 'app_name' to urlconf (#211)
    This might break your setup in certain cases, please see #218

3.8.0

19 Oct 14:59
Compare
Choose a tag to compare
  • Add a NotImplementedError warning to celery health check (#201)