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.

63 lines
2.1 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. ## 1.4.0 - 2018-12-25
  4. ### Improvements
  5. - Set Pushover alert priorities for "down" and "up" events separately
  6. - Additional python usage examples
  7. - Allow simultaneous access to checks from different teams
  8. - Add CORS support to API endpoints
  9. - Flip model, for tracking status changes of the Check objects
  10. - Add `/ping/<code>/start` API endpoint
  11. - When using `/start` endpoint, show elapsed times in ping log
  12. ### Bug Fixes
  13. - Fix after-login redirects (the "?next=" query parameter)
  14. - Update Check.status field when user edits timeout & grace settings
  15. - Use timezone-aware datetimes with croniter, avoid ambiguities around DST
  16. - Validate and reject cron schedules with six components
  17. ## 1.3.0 - 2018-11-21
  18. ### Improvements
  19. - Load settings from environment variables
  20. - Add "List-Unsubscribe" header to alert and report emails
  21. - Don't send monthly reports to inactive accounts (no pings in 6 months)
  22. - Add search box in the "My Checks" page
  23. - Add read-only API key support
  24. - Remove Profile.bill_to field (obsolete)
  25. - Show a warning when running with DEBUG=True
  26. - Add "channels" attribute to the Check API resource
  27. - Can specify channel codes when updating a check via API
  28. - Add a workaround for email agents automatically opening "Unsubscribe" links
  29. - Add Channel.name field, users can now name integrations
  30. - Add "Get a List of Existing Integrations" API call
  31. ### Bug Fixes
  32. - During DST transition, handle ambiguous dates as pre-transition
  33. ## 1.2.0 - 2018-10-20
  34. ### Improvements
  35. - Content updates in the "Welcome" page.
  36. - Added "Docs > Third-Party Resources" page.
  37. - Improved layout and styling in "Login" page.
  38. - Separate "Sign Up" and "Log In" forms.
  39. - "My Checks" page: support filtering checks by query string parameters.
  40. - Added Trello integration
  41. ### Bug Fixes
  42. - Timezones were missing in the "Change Schedule" dialog, fixed.
  43. - Fix hamburger menu button in "Login" page.
  44. ## 1.1.0 - 2018-08-20
  45. ### Improvements
  46. - A new "Check Details" page.
  47. - Updated django-compressor, psycopg2, pytz, requests package versions.
  48. - C# usage example.
  49. - Checks have a "Description" field.