• v3.9 2dd4994259

    v3.9 Stable

    kerem released this 2024-12-20 12:38:33 +03:00 | 504 commits to master since this release

    📅 Originally published on GitHub: Fri, 20 Dec 2024 09:44:36 GMT
    🏷️ Git tag created: Fri, 20 Dec 2024 09:38:33 GMT

    This release changes the default value of the ALLOWED_HOSTS setting. Before, it was * (meaning, any host matches, host validation is disabled). Starting from v3.9, Healthchecks populates this setting automatically with the domain part of the SITE_ROOT setting. You do not need to set it unless you serve Healthchecks on more than one domain.

    If you do serve the same Healthchecks instance on more than one domain, specify them all in ALLOWED_HOSTS, separated by commas:

    ALLOWED_HOSTS=first.example.org,second.example.org
    

    Improvements

    • Change the default value of ALLOWED_HOSTS from "*" to the domain part of SITE_ROOT

    Bug Fixes

    • Fix fetchstatus.py (again) to handle SITE_ROOT with a path (#1108)
    Downloads