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.

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