Django Watchman Versions Save

django-watchman exposes a status endpoint for your backing services like databases, caches, etc.

1.1.1

4 years ago
  • [#159] Fixed invalid escape sequence in decorators by changing to a raw string

1.1.0

4 years ago

[#154] Added custom path support for storage check

1.0.0

4 years ago
  • 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

4 years ago

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

0.17.0

5 years ago

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

0.16.0

5 years ago

Changelog

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

0.15.0

6 years ago
  • [#114] Add "bare" status view (@jamesmallen)
  • [#115] Adds WATCHMAN_DISABLE_APM option (@xfxf)
  • [#63] Disable watchman version output by default, add EXPOSE_WATCHMAN_VERSION setting (@mwarkentin)

0.14.0

6 years ago
  • [#110] Replace vagrant + ansible with Dockerfile (@ryanwilsonperkin)
  • [#111] Configure Django logging for checks (@dhoffman34)
  • [#112] Add simple HTTP ping endpoint (@dhoffman34)

0.13.0

6 years ago
  • [#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

7 years ago
  • [#100] Add WATCHMAN_EMAIL_SENDER setting to customize email check "from" address