Django-watchman

Latest version: v1.3.0

Safety actively analyzes 634582 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.13.0

-------------------

* [`105 <https://github.com/mwarkentin/django-watchman/pull/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

-------------------

* [`100 <https://github.com/mwarkentin/django-watchman/pull/100>`_] Add ``WATCHMAN_EMAIL_SENDER`` setting to customize email check "from" address

0.11.1

-------------------

* [`99 <https://github.com/mwarkentin/django-watchman/pull/99>`_] Fix verbose output in management command on Django 1.8+

0.11.0

-------------------

* Update tests to run on Django 1.7 - 1.10
* [`87 <https://github.com/mwarkentin/django-watchman/pull/87>`_] Fix 500 errors with ATOMIC_REQUESTS enabled

* Disables atomic transactions on the watchman views to prevent generic 500 errors

* [`88 <https://github.com/mwarkentin/django-watchman/pull/88>`_] Restructure dashboard and switch icon libraries

* Make check types singular on dashboard
* Switch to FontAwesome instead of Glyphicon to track Bootstrap updates
* Improve traceback display width

* [`92 <https://github.com/mwarkentin/django-watchman/pull/92>`_] Support multiple auth tokens

* Fixes [`86 <https://github.com/mwarkentin/django-watchman/pull/86>`_]
* Deprecates ``settings.WATCHMAN_TOKEN`` and adds ``settings.WATCHMAN_TOKENS``

0.10.1

-------------------

* [`81 <https://github.com/mwarkentin/django-watchman/pull/81>`_] Fix header-based authentication for tokens w/ dashes (`-`)

* Regex was overly specific for header values (`\w`)
* Added TODO to follow up with a full regex for valid characters according to the spec

0.10.0

-------------------

* [`75 <https://github.com/mwarkentin/django-watchman/pull/75>`_] Enable header-based authentication

* Set a header instead of passing the token via GET param: ``"Authorization: WATCHMAN-TOKEN Token=\":token\""``
* Improves security by keeping tokens out of logs

* [`79 <https://github.com/mwarkentin/django-watchman/pull/79>`_] Enable customization of email check

* Add ``WATCHMAN_EMAIL_RECIPIENTS`` setting - pass a list of recipients the email should be sent to
* Add ``WATCHMAN_EMAIL_HEADERS`` setting - pass a dict of custom headers to be set on the email

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.