File python-django-health-check.changes of Package python-django-health-check
-------------------------------------------------------------------
Fri Apr 3 13:02:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 4.2.1:
* Resolve #688 -- Add a cookbook to the documentation
* Round out the table corners on large screens
* Add extra dependencies to migration guide
* Fix #659 - Add port to distinguish redis instances
* Add Hetzner RSS status check
* Fix RSS/Atom feed errors appearing as new entries on every
poll
* Make Redis connection arguments in repr optional
* Add funding link to PyPi project
* Fix RSS/Atom feed: include status in description, strip
format param from links
* Add graceful error message to wrongly configured aliases
* Show host and db in Redis check __repr__
* Fix #643 -- Add client_fractory to Redis check
* Fix git-blame-ignore-revs
* Test contrib against lowest supported Python version
* Fix RSS/Atom feeds using static epoch for healthy checks
* Fix #631 -- Add `task_default_queue` fallback if
`task_queues` is None
* Fix Redis documentation errors: remove obsolete redis_url
references
* Add migration step to drop obsolete table
* Version 4
* Add DNS health check as core check
* Add RSS/Atom feeds for health check monitoring
* Remove duplicated pyupgrade setup
* Add Vary on Accept header
* Add Kafka health check
* Add OpenMetrics endpoint for Prometheus monitoring
integration
* Add agent instructions
* Add RSS check for AWS
* Add Redis Sentinel and Cluster support via unified client-
based health check
* Remove deprecated redis_url and options
* Fix RSS/Atom endpoints to return 200 status on health check
failures
* Add text/plain response format and simplify management
command
* Fix migration command in migration guide
* Switch to asyncio
* Drop obsolete documentation about warnings and threading
* Ref #519 -- Extend CLI HTTPS support and verbosity
* Add word weasel checks
* Fix #606 -- Assign unique cache key to avoid race conditions
* Add cloud provider health checks via RSS/Atom feeds and
Atlassian Status Page API
* Add --no-http flag to run health checks without HTTP server
* [pre-commit.ci] pre-commit autoupdate
* Add optional `limit` parameter to CeleryPingHealthCheck
* Add GitHub and Sentry status pages
* Add Slack & Matrix documentation
* Clarify GitHub enterprise region support
* Add more psutil checks and move them to contrib
* Skip documentation builds for pre-releases
* Use sequence not iterable for HealthCheckView.checks
-------------------------------------------------------------------
Tue Nov 12 08:59:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.18.3:
* Drop deprecated DEFAULT_FILE_STORAGE setting usage
-------------------------------------------------------------------
Sat May 4 18:46:48 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
- Update to 3.18.2
* Jump multiple versions, reference upstream changelog
- Drop python-django-health-check-no-mock.patch (solved upstream)
- Build with sle15_python_module_pythons for modern Python on Leap
-------------------------------------------------------------------
Thu Feb 22 04:40:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
-------------------------------------------------------------------
Mon May 9 10:16:02 UTC 2022 - pgajdos@suse.com
- do not require python-mock for build
- added patches
fix https://github.com/KristianOellegaard/django-health-check/issues/323
+ python-django-health-check-no-mock.patch
-------------------------------------------------------------------
Fri Jan 7 03:47:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip Tumbleweed Python 3.6 incompatible with Django 4
-------------------------------------------------------------------
Sun Dec 26 12:08:51 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Use django-codemod to finish Django 4 compatibility
- Update to 3.16.5
* Fix default_app_config RemovedInDjango41Warning warning
* Fix Django 4 Exception 'never_cache didn't receive an HttpRequest'
- from v3.16.4
* Add default_auto_field to satisfy Django 4.0
- from v3.16.2
* Fix text alignment for time column in Safari
- from v3.16.1
* Fix Celery ping health check functionality with multiple workers
- from v3.16.0
* Add second celery health chat that uses ping instead of executing a task
- from v3.15.0
* Split celery timeout into two separate settings
- from v3.14.3
* Use default cache timeout instead of 1s
- from v3.14.2
* Resolve Django 4.0 deprecation warnings
- from v3.14.1
* Revert "Clean results task Health Check"
-------------------------------------------------------------------
Thu Sep 17 10:41:14 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Workaround upstream packaging problem omitting sub-packages
and templates
-------------------------------------------------------------------
Thu Sep 17 08:42:06 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.14.0
* Register health check for each cache configuration
- from v3.13.2
* Add backend checking if all migrations are applied
- from v3.12.2
* Close all (even non default) db connections after check suite
-------------------------------------------------------------------
Wed Sep 2 09:18:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Fix test execution
-------------------------------------------------------------------
Thu Feb 20 08:20:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.12.1:
* Add health_check Django command (CLI) (#217, #234)
-------------------------------------------------------------------
Tue Nov 5 11:02:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.11.1:
* Resolve #232 -- Change license information to MIT
-------------------------------------------------------------------
Tue Oct 29 07:49:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Initial commit, will be needed by ara