You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

351 lines
14 KiB

4 years ago
4 years ago
5 years ago
6 years ago
6 years ago
6 years ago
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. ## v1.20.0 - Unreleased
  4. ## Improvements
  5. - Rename VictorOps -> Splunk On-Call
  6. - Implement email body decoding in the "Ping Details" dialog
  7. - Add a "Subject" field in the "Ping Details" dialog
  8. - Improve HTML email display in the "Ping Details" dialog
  9. ## Bug Fixes
  10. - Fix downtime summary to handle months when the check didn't exist yet (#472)
  11. - Relax cron expression validation: accept all expressions that croniter accepts
  12. ## v1.19.0 - 2021-02-03
  13. ## Improvements
  14. - Add tighter parameter checks in hc.front.views.serve_doc
  15. - Update OpsGenie instructions (#450)
  16. - Update the email notification template to include more check and last ping details
  17. - Improve the crontab snippet in the "Check Details" page (#465)
  18. - Add Signal integration (#428)
  19. - Change Zulip onboarding, ask for the zuliprc file (#202)
  20. - Add a section in Docs about running self-hosted instances
  21. - Add experimental Dockerfile and docker-compose.yml
  22. - Add rate limiting for Pushover notifications (6 notifications / user / minute)
  23. - Add support for disabling specific integration types (#471)
  24. ## Bug Fixes
  25. - Fix unwanted HTML escaping in SMS and WhatsApp notifications
  26. - Fix a crash when adding an integration for an empty Trello account
  27. - Change icon CSS class prefix to 'ic-' to work around Fanboy's filter list
  28. ## v1.18.0 - 2020-12-09
  29. ## Improvements
  30. - Add a tooltip to the 'confirmation link' label (#436)
  31. - Update API to allow specifying channels by names (#440)
  32. - When saving a phone number, remove any invisible unicode characers
  33. - Update the read-only dashboard's CSS for better mobile support (#442)
  34. - Reduce the number of SQL queries used in the "Get Checks" API call
  35. - Add support for script's exit status in ping URLs (#429)
  36. - Improve phone number sanitization: remove spaces and hyphens
  37. - Change the "Test Integration" behavior for webhooks: don't retry failed requests
  38. - Add retries to the the email sending logic
  39. - Require confirmation codes (sent to email) before sensitive actions
  40. - Implement WebAuthn two-factor authentication
  41. - Implement badge mode (up/down vs up/late/down) selector (#282)
  42. - Add Ping.exitstatus field, store client's reported exit status values (#455)
  43. - Implement header-based authentication (#457)
  44. - Add a "Lost password?" link with instructions in the Sign In page
  45. ## Bug Fixes
  46. - Fix db field overflow when copying a check with a long name
  47. ## v1.17.0 - 2020-10-14
  48. ## Improvements
  49. - Django 3.1
  50. - Handle status callbacks from Twilio, show delivery failures in Integrations
  51. - Removing unused /api/v1/notifications/{uuid}/bounce endpoint
  52. - Less verbose output in the `senddeletionnotices` command
  53. - Host a read-only dashboard (from github.com/healthchecks/dashboard/)
  54. - LINE Notify integration (#412)
  55. - Read-only team members
  56. - API support for setting the allowed HTTP methods for making ping requests
  57. ## Bug Fixes
  58. - Handle excessively long email addresses in the signup form
  59. - Handle excessively long email addresses in the team member invite form
  60. - Don't allow duplicate team memberships
  61. - When copying a check, copy all fields from the "Filtering Rules" dialog (#417)
  62. - Fix missing Resume button (#421)
  63. - When decoding inbound emails, decode encoded headers (#420)
  64. - Escape markdown in MS Teams notifications (#426)
  65. - Set the "title" and "summary" fields in MS Teams notifications (#435)
  66. ## v1.16.0 - 2020-08-04
  67. ### Improvements
  68. - Paused ping handling can be controlled via API (#376)
  69. - Add "Get a list of checks's logged pings" API call (#371)
  70. - The /api/v1/checks/ endpoint now accepts either UUID or `unique_key` (#370)
  71. - Added /api/v1/checks/uuid/flips/ endpoint (#349)
  72. - In the cron expression dialog, show a human-friendly version of the expression
  73. - Indicate a started check with a progress spinner under status icon (#338)
  74. - Added "Docs > Reliability Tips" page
  75. - Spike.sh integration (#402)
  76. - Updated Discord integration to use discord.com instead of discordapp.com
  77. - Add "Failure Keyword" filtering for inbound emails (#396)
  78. - Add support for multiple, comma-separated keywords (#396)
  79. - New integration: phone calls (#403)
  80. ### Bug Fixes
  81. - Removing Pager Team integration, project appears to be discontinued
  82. - Sending a test notification updates Channel.last_error (#391)
  83. - Handle HTTP 429 responses from Matrix server when joining a Matrix room
  84. ## v1.15.0 - 2020-06-04
  85. ### Improvements
  86. - Rate limiting for Telegram notifications (10 notifications per chat per minute)
  87. - Use Slack V2 OAuth flow
  88. - Users can edit their existing webhook integrations (#176)
  89. - Add a "Transfer Ownership" feature in Project Settings
  90. - In checks list, the pause button asks for confirmation (#356)
  91. - Added /api/v1/metrics/ endpoint, useful for monitoring the service itself
  92. - Added "When paused, ignore pings" option in the Filtering Rules dialog (#369)
  93. ### Bug Fixes
  94. - "Get a single check" API call now supports read-only API keys (#346)
  95. - Don't escape HTML in the subject line of notification emails
  96. - Don't let users clone checks if the account is at check limit
  97. ## v1.14.0 - 2020-03-23
  98. ### Improvements
  99. - Improved UI to invite users from account's other projects (#258)
  100. - Experimental Prometheus metrics endpoint (#300)
  101. - Don't store user's current project in DB, put it explicitly in page URLs (#336)
  102. - API reference in Markdown
  103. - Use Selectize.js for entering tags (#324)
  104. - Zulip integration (#202)
  105. - OpsGenie integration returns more detailed error messages
  106. - Telegram integration returns more detailed error messages
  107. - Added the "Get a single check" API call (#337)
  108. - Display project name in Slack notifications (#342)
  109. ### Bug Fixes
  110. - The "render_docs" command checks if markdown and pygments is installed (#329)
  111. - The team size limit is applied to the n. of distinct users across all projects (#332)
  112. - API: don't let SuspiciousOperation bubble up when validating channel ids
  113. - API security: check channel ownership when setting check's channels
  114. - API: update check's "alert_after" field when changing schedule
  115. - API: validate channel identifiers before creating/updating a check (#335)
  116. - Fix redirect after login when adding Telegram integration
  117. ## v1.13.0 - 2020-02-13
  118. ### Improvements
  119. - Show a red "!" in project's top navigation if any integration is not working
  120. - createsuperuser management command requires an unique email address (#318)
  121. - For superusers, show "Site Administration" in top navigation, note in README (#317)
  122. - Make Ping.body size limit configurable (#301)
  123. - Show sub-second durations with higher precision, 2 digits after decimal point (#321)
  124. - Replace the gear icon with three horizontal dots icon (#322)
  125. - Add a Pause button in the checks list (#312)
  126. - Documentation in Markdown
  127. - Added an example of capturing and submitting log output (#315)
  128. - The sendalerts commands measures dwell time and reports it over statsd protocol
  129. - Django 3.0.3
  130. - Show a warning in top navigation if the project has no integrations (#327)
  131. ### Bug Fixes
  132. - Increase the allowable length of Matrix room alias to 100 (#320)
  133. - Make sure Check.last_ping and Ping.created timestamps match exactly
  134. - Don't trigger "down" notifications when changing schedule interactively in web UI
  135. - Fix sendalerts crash loop when encountering a bad cron schedule
  136. - Stricter cron validation, reject schedules like "At midnight of February 31"
  137. - In hc.front.views.ping_details, if a ping does not exist, return a friendly message
  138. ## v1.12.0 - 2020-01-02
  139. ### Improvements
  140. - Django 3.0
  141. - "Filtering Rules" dialog, an option to require HTTP POST (#297)
  142. - Show Healthchecks version in Django admin header (#306)
  143. - Added JSON endpoint for Shields.io (#304)
  144. - `senddeletionnotices` command skips profiles with recent last_active_date
  145. - The "Update Check" API call can update check's description (#311)
  146. ### Bug Fixes
  147. - Don't set CSRF cookie on first visit. Signup is exempt from CSRF protection
  148. - Fix List-Unsubscribe email header value: add angle brackets
  149. - Unsubscribe links serve a form, and require HTTP POST to actually unsubscribe
  150. - For webhook integration, validate each header line separately
  151. - Fix "Send Test Notification" for webhooks that only fire on checks going up
  152. - Don't allow adding webhook integrations with both URLs blank
  153. - Don't allow adding email integrations with both "up" and "down" unchecked
  154. ## v1.11.0 - 2019-11-22
  155. ### Improvements
  156. - In monthly reports, no downtime stats for the current month (month has just started)
  157. - Add Microsoft Teams integration (#135)
  158. - Add Profile.last_active_date field for more accurate inactive user detection
  159. - Add "Shell Commands" integration (#302)
  160. - PagerDuty integration works with or without PD_VENDOR_KEY (#303)
  161. ### Bug Fixes
  162. - On mobile, "My Checks" page, always show the gear (Details) button (#286)
  163. - Make log events fit better on mobile screens
  164. ## v1.10.0 - 2019-10-21
  165. ### Improvements
  166. - Add the "Last Duration" field in the "My Checks" page (#257)
  167. - Add "last_duration" attribute to the Check API resource (#257)
  168. - Upgrade to psycopg2 2.8.3
  169. - Add Go usage example
  170. - Send monthly reports on 1st of every month, not randomly during the month
  171. - Signup form sets the "auto-login" cookie to avoid an extra click during first login
  172. - Autofocus the email field in the signup form, and submit on enter key
  173. - Add support for OpsGenie EU region (#294)
  174. - Update OpsGenie logo and setup illustrations
  175. - Add a "Create a Copy" function for cloning checks (#288)
  176. - Send email notification when monthly SMS sending limit is reached (#292)
  177. ### Bug Fixes
  178. - Prevent double-clicking the submit button in signup form
  179. - Upgrade to Django 2.2.6 – fixes sqlite migrations (#284)
  180. ## v1.9.0 - 2019-09-03
  181. ### Improvements
  182. - Show the number of downtimes and total downtime minutes in monthly reports (#104)
  183. - Show the number of downtimes and total downtime minutes in "Check Details" page
  184. - Add the `pruneflips` management command
  185. - Add Mattermost integration (#276)
  186. - Three choices in timezone switcher (UTC / check's timezone / browser's timezone) (#278)
  187. - After adding a new check redirect to the "Check Details" page
  188. ### Bug Fixes
  189. - Fix javascript code to construct correct URLs when running from a subdirectory (#273)
  190. - Don't show the "Sign Up" link in the login page if registration is closed (#280)
  191. ## v1.8.0 - 2019-07-08
  192. ### Improvements
  193. - Add the `prunetokenbucket` management command
  194. - Show check counts in JSON "badges" (#251)
  195. - Webhooks support HTTP PUT (#249)
  196. - Webhooks can use different req. bodies and headers for "up" and "down" events (#249)
  197. - Show check's code instead of full URL on 992px - 1200px wide screens (#253)
  198. - Add WhatsApp integration (uses Twilio same as the SMS integration)
  199. - Webhooks support the $TAGS placeholder
  200. - Don't include ping URLs in API responses when the read-only key is used
  201. ### Bug Fixes
  202. - Fix badges for tags containing special characters (#240, #237)
  203. - Fix the "Integrations" page for when the user has no active project
  204. - Prevent email clients from opening the one-time login links (#255)
  205. - Fix `prunepings` and `prunepingsslow`, they got broken when adding Projects (#264)
  206. ## v1.7.0 - 2019-05-02
  207. ### Improvements
  208. - Add the EMAIL_USE_VERIFICATION configuration setting (#232)
  209. - Show "Badges" and "Settings" in top navigation (#234)
  210. - Upgrade to Django 2.2
  211. - Can configure the email integration to only report the "down" events (#231)
  212. - Add "Test!" function in the Integrations page (#207)
  213. - Rate limiting for the log in attempts
  214. - Password strength meter and length check in the "Set Password" form
  215. - Show the Description section even if the description is missing. (#246)
  216. - Include the description in email alerts. (#247)
  217. ## v1.6.0 - 2019-04-01
  218. ### Improvements
  219. - Add the "desc" field (check's description) to API responses
  220. - Add maxlength attribute to HTML input=text elements
  221. - Improved logic for displaying job execution times in log (#219)
  222. - Add Matrix integration
  223. - Add Pager Team integration
  224. - Add a management command for sending inactive account notifications
  225. ### Bug Fixes
  226. - Fix refreshing of the checks page filtered by tags (#221)
  227. - Escape asterisks in Slack messages (#223)
  228. - Fix a "invalid time format" in front.views.status_single on Windows hosts
  229. ## v1.5.0 - 2019-02-04
  230. ### Improvements
  231. - Database schema: add uniqueness constraint to Check.code
  232. - Database schema: add Ping.kind field. Remove "start" and "fail" fields
  233. - Add "Email Settings..." dialog and "Subject Must Contain" setting
  234. - Database schema: add the Project model
  235. - Move project-specific settings to a new "Project Settings" page
  236. - Add a "Transfer to Another Project..." dialog
  237. - Add the "My Projects" page
  238. ## v1.4.0 - 2018-12-25
  239. ### Improvements
  240. - Set Pushover alert priorities for "down" and "up" events separately
  241. - Additional python usage examples
  242. - Allow simultaneous access to checks from different teams
  243. - Add CORS support to API endpoints
  244. - Flip model, for tracking status changes of the Check objects
  245. - Add `/ping/<code>/start` API endpoint
  246. - When using the `/start` endpoint, show elapsed times in ping log
  247. ### Bug Fixes
  248. - Fix after-login redirects (the "?next=" query parameter)
  249. - Update Check.status field when user edits timeout & grace settings
  250. - Use timezone-aware datetimes with croniter, avoid ambiguities around DST
  251. - Validate and reject cron schedules with six components
  252. ## v1.3.0 - 2018-11-21
  253. ### Improvements
  254. - Load settings from environment variables
  255. - Add "List-Unsubscribe" header to alert and report emails
  256. - Don't send monthly reports to inactive accounts (no pings in 6 months)
  257. - Add search box in the "My Checks" page
  258. - Add read-only API key support
  259. - Remove Profile.bill_to field (obsolete)
  260. - Show a warning when running with DEBUG=True
  261. - Add "channels" attribute to the Check API resource
  262. - Can specify channel codes when updating a check via API
  263. - Add a workaround for email agents automatically opening "Unsubscribe" links
  264. - Add Channel.name field, users can now name integrations
  265. - Add "Get a List of Existing Integrations" API call
  266. ### Bug Fixes
  267. - During DST transition, handle ambiguous dates as pre-transition
  268. ## v1.2.0 - 2018-10-20
  269. ### Improvements
  270. - Content updates in the "Welcome" page.
  271. - Added "Docs > Third-Party Resources" page.
  272. - Improved layout and styling in "Login" page.
  273. - Separate "Sign Up" and "Log In" forms.
  274. - "My Checks" page: support filtering checks by query string parameters.
  275. - Added Trello integration
  276. ### Bug Fixes
  277. - Timezones were missing in the "Change Schedule" dialog, fixed.
  278. - Fix hamburger menu button in "Login" page.
  279. ## v1.1.0 - 2018-08-20
  280. ### Improvements
  281. - A new "Check Details" page.
  282. - Updated django-compressor, psycopg2, pytz, requests package versions.
  283. - C# usage example.
  284. - Checks have a "Description" field.