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.

101 lines
3.4 KiB

6 years ago
6 years ago
6 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. ## Unreleased
  4. ### Improvements
  5. - Add the EMAIL_USE_VERIFICATION configuration setting (#232)
  6. - Show "Badges" and "Settings" in top navigation (#234)
  7. - Upgrade to Django 2.2
  8. - Can configure the email integration to only report the "down" events (#231)
  9. - Add "Test!" function in the Integrations page (#207)
  10. ## 1.6.0 - 2019-04-01
  11. ### Improvements
  12. - Add the "desc" field (check's description) to API responses
  13. - Add maxlength attribute to HTML input=text elements
  14. - Improved logic for displaying job execution times in log (#219)
  15. - Add Matrix integration
  16. - Add Pager Team integration
  17. - Add a management command for sending inactive account notifications
  18. ### Bug Fixes
  19. - Fix refreshing of the checks page filtered by tags (#221)
  20. - Escape asterisks in Slack messages (#223)
  21. - Fix a "invalid time format" in front.views.status_single on Windows hosts
  22. ## 1.5.0 - 2019-02-04
  23. ### Improvements
  24. - Database schema: add uniqueness constraint to Check.code
  25. - Database schema: add Ping.kind field. Remove "start" and "fail" fields.
  26. - Add "Email Settings..." dialog and "Subject Must Contain" setting
  27. - Database schema: add the Project model
  28. - Move project-specific settings to a new "Project Settings" page
  29. - Add a "Transfer to Another Project..." dialog
  30. - Add the "My Projects" page
  31. ## 1.4.0 - 2018-12-25
  32. ### Improvements
  33. - Set Pushover alert priorities for "down" and "up" events separately
  34. - Additional python usage examples
  35. - Allow simultaneous access to checks from different teams
  36. - Add CORS support to API endpoints
  37. - Flip model, for tracking status changes of the Check objects
  38. - Add `/ping/<code>/start` API endpoint
  39. - When using the `/start` endpoint, show elapsed times in ping log
  40. ### Bug Fixes
  41. - Fix after-login redirects (the "?next=" query parameter)
  42. - Update Check.status field when user edits timeout & grace settings
  43. - Use timezone-aware datetimes with croniter, avoid ambiguities around DST
  44. - Validate and reject cron schedules with six components
  45. ## 1.3.0 - 2018-11-21
  46. ### Improvements
  47. - Load settings from environment variables
  48. - Add "List-Unsubscribe" header to alert and report emails
  49. - Don't send monthly reports to inactive accounts (no pings in 6 months)
  50. - Add search box in the "My Checks" page
  51. - Add read-only API key support
  52. - Remove Profile.bill_to field (obsolete)
  53. - Show a warning when running with DEBUG=True
  54. - Add "channels" attribute to the Check API resource
  55. - Can specify channel codes when updating a check via API
  56. - Add a workaround for email agents automatically opening "Unsubscribe" links
  57. - Add Channel.name field, users can now name integrations
  58. - Add "Get a List of Existing Integrations" API call
  59. ### Bug Fixes
  60. - During DST transition, handle ambiguous dates as pre-transition
  61. ## 1.2.0 - 2018-10-20
  62. ### Improvements
  63. - Content updates in the "Welcome" page.
  64. - Added "Docs > Third-Party Resources" page.
  65. - Improved layout and styling in "Login" page.
  66. - Separate "Sign Up" and "Log In" forms.
  67. - "My Checks" page: support filtering checks by query string parameters.
  68. - Added Trello integration
  69. ### Bug Fixes
  70. - Timezones were missing in the "Change Schedule" dialog, fixed.
  71. - Fix hamburger menu button in "Login" page.
  72. ## 1.1.0 - 2018-08-20
  73. ### Improvements
  74. - A new "Check Details" page.
  75. - Updated django-compressor, psycopg2, pytz, requests package versions.
  76. - C# usage example.
  77. - Checks have a "Description" field.