Skip to content

Releases: mwarkentin/django-watchman

1.1.1: fix deprecation warning

05 May 03:06
101410e
Compare
Choose a tag to compare
  • [#159] Fixed invalid escape sequence in decorators by changing to a raw string

1.1.0: Custom storage location

16 Mar 17:33
dd38330
Compare
Choose a tag to compare

[#154] Added custom path support for storage check

1.0.0!

18 Dec 20:56
fc5359c
Compare
Choose a tag to compare
  • Official django-watchman 1.0 release! Releases will (try to) follow semantic versioning from now on.
  • Drop support for python 2 and Django<2 (@JBKahn)
  • Drop usage of django-jsonview in favor of the Django's built in JsonResponse (@JBKahn)

0.18.0: Disable datadog APM

19 Aug 20:18
853cddb
Compare
Choose a tag to compare

[#142] Skip traces in Datadog if WATCHMAN_DISABLE_APM is enabled (@robatwave)

0.17.0: Disable APM on ping

14 Jun 17:22
423d38c
Compare
Choose a tag to compare

[#141] Disable APM monitoring on ping endpoint if settings.WATCHMAN_DISABLE_APM is configured (@JBKahn)

0.16.0

23 Apr 21:17
c35d054
Compare
Choose a tag to compare

Changelog

[#131] Make watchman constants importable (@jonespm)
[#134] Update Django/Python versions & clean up sample site Docker (@JayH5)

0.15.0: Bare status, disable APM, security fix

27 Feb 22:15
dc104b4
Compare
Choose a tag to compare

0.14.0: Docker, django logging, and http ping endpoint

09 Jan 21:21
d69fc3b
Compare
Choose a tag to compare

0.13.0: Override cache / database checks

08 Jan 19:56
Compare
Choose a tag to compare
  • [#105] Add WATCHMAN_CACHES and WATCHMAN_DATABASES settings to override the Django defaults
    • When using watchman with a large number of databases, the default checks can cause an excess of connections to the database / cache
    • New settings allow you to check only a subset of databases / caches
    • Watchman will still default to checking all databases / caches, so no changes necessary for most apps

0.12.0: Custom email sender

22 Feb 18:16
03cf648
Compare
Choose a tag to compare
  • [#100] Add WATCHMAN_EMAIL_SENDER setting to customize email check "from" address