Healthchecks v1.24.0 Release Notes

Release Date: 2021-11-10 // over 2 years ago
  • ๐Ÿ‘Œ Improvements

    • Switch from croniter to cronsim
    • ๐Ÿ”„ Change outgoing webhook timeout to 10s, but cap the total time to 20s
    • Implement automatic api_ping and api_notification pruning (#556)
    • โšก๏ธ Update Dockerfile to install apprise (#581)
    • ๐Ÿ‘Œ Improve period and grace controls, allow up to 365 day periods (#281)
    • โž• Add SIGTERM handling in sendalerts and sendreports
    • โœ‚ Remove the "welcome" landing page, direct users to the sign in form instead

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix hc.api.views.ping to handle non-utf8 data in request body (#574)
    • ๐Ÿ›  Fix a crash when hc.api.views.pause receives a single integer in request body