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.

90 lines
3.0 KiB

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