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.

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