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.

398 lines
16 KiB

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