Releases: mwarkentin/django-watchman
Releases · mwarkentin/django-watchman
1.1.1: fix deprecation warning
- [#159] Fixed invalid escape sequence in decorators by changing to a raw string
1.1.0: Custom storage location
[#154] Added custom path support for storage check
1.0.0!
0.18.0: Disable datadog APM
[#142] Skip traces in Datadog if WATCHMAN_DISABLE_APM is enabled (@robatwave)
0.17.0: Disable APM on ping
0.16.0
0.15.0: Bare status, disable APM, security fix
- [#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: Docker, django logging, and http ping endpoint
- [#110] Replace vagrant + ansible with Dockerfile (@ryanwilsonperkin)
- [#111] Configure Django logging for checks (@dhoffman34)
- [#112] Add simple HTTP ping endpoint (@dhoffman34)
0.13.0: Override cache / database checks
- [#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
- [#100] Add
WATCHMAN_EMAIL_SENDER
setting to customize email check "from" address