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.

58 lines
1.8 KiB

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. - 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. ### Bug Fixes
  11. - Fix after-login redirects (the "?next=" query parameter)
  12. ## 1.3.0 - 2018-11-21
  13. ### Improvements
  14. - Load settings from environment variables
  15. - Add "List-Unsubscribe" header to alert and report emails
  16. - Don't send monthly reports to inactive accounts (no pings in 6 months)
  17. - Add search box in the "My Checks" page
  18. - Add read-only API key support
  19. - Remove Profile.bill_to field (obsolete)
  20. - Show a warning when running with DEBUG=True
  21. - Add "channels" attribute to the Check API resource
  22. - Can specify channel codes when updating a check via API
  23. - Add a workaround for email agents automatically opening "Unsubscribe" links
  24. - Add Channel.name field, users can now name integrations
  25. - Add "Get a List of Existing Integrations" API call
  26. ### Bug Fixes
  27. - During DST transition, handle ambiguous dates as pre-transition
  28. ## 1.2.0 - 2018-10-20
  29. ### Improvements
  30. - Content updates in the "Welcome" page.
  31. - Added "Docs > Third-Party Resources" page.
  32. - Improved layout and styling in "Login" page.
  33. - Separate "Sign Up" and "Log In" forms.
  34. - "My Checks" page: support filtering checks by query string parameters.
  35. - Added Trello integration
  36. ### Bug Fixes
  37. - Timezones were missing in the "Change Schedule" dialog, fixed.
  38. - Fix hamburger menu button in "Login" page.
  39. ## 1.1.0 - 2018-08-20
  40. ### Improvements
  41. - A new "Check Details" page.
  42. - Updated django-compressor, psycopg2, pytz, requests package versions.
  43. - C# usage example.
  44. - Checks have a "Description" field.