Healthchecks v1.12.0 Release Notes

Release Date: 2020-01-02 // over 4 years ago
  • ๐Ÿ‘Œ Improvements

    • Django 3.0
    • "Filtering Rules" dialog, an option to require HTTP POST (#297)
    • ๐Ÿ‘‰ Show Healthchecks version in Django admin header (#306)
    • โž• Added JSON endpoint for Shields.io (#304)
    • senddeletionnotices command skips profiles with recent last_active_date
    • โšก๏ธ The "Update Check" API call can update check's description (#311)

    ๐Ÿ› Bug Fixes

    • Don't set CSRF cookie on first visit. Signup is exempt from CSRF protection
    • ๐Ÿ›  Fix List-Unsubscribe email header value: add angle brackets
    • Unsubscribe links serve a form, and require HTTP POST to actually unsubscribe
    • For webhook integration, validate each header line separately
    • ๐Ÿ›  Fix "Send Test Notification" for webhooks that only fire on checks going up
    • Don't allow adding webhook integrations with both URLs blank
    • Don't allow adding email integrations with both "up" and "down" unchecked