All Versions
37
Latest Version
Avg Release Cycle
59 days
Latest Release
549 days ago

Changelog History
Page 4

  • v1.5.0 Changes

    February 04, 2019

    ๐Ÿ‘Œ Improvements

    • Database schema: add uniqueness constraint to Check.code
    • ๐Ÿšš Database schema: add Ping.kind field. Remove "start" and "fail" fields.
    • โž• Add "Email Settings..." dialog and "Subject Must Contain" setting
    • Database schema: add the Project model
    • ๐Ÿšš Move project-specific settings to a new "Project Settings" page
    • โž• Add a "Transfer to Another Project..." dialog
    • โž• Add the "My Projects" page
  • v1.4.0 Changes

    December 25, 2018

    ๐Ÿ‘Œ Improvements

    • Set Pushover alert priorities for "down" and "up" events separately
    • โž• Additional python usage examples
    • ๐Ÿ‘ Allow simultaneous access to checks from different teams
    • โž• Add CORS support to API endpoints
    • Flip model, for tracking status changes of the Check objects
    • โž• Add /ping/<code>/start API endpoint
    • ๐ŸŒฒ When using the /start endpoint, show elapsed times in ping log

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix after-login redirects (the "?next=" query parameter)
    • โšก๏ธ Update Check.status field when user edits timeout & grace settings
    • ๐Ÿ‘‰ Use timezone-aware datetimes with croniter, avoid ambiguities around DST
    • โฑ Validate and reject cron schedules with six components
  • v1.3.0 Changes

    November 21, 2018

    ๐Ÿ‘Œ Improvements

    • Load settings from environment variables
    • โž• Add "List-Unsubscribe" header to alert and report emails
    • Don't send monthly reports to inactive accounts (no pings in 6 months)
    • โž• Add search box in the "My Checks" page
    • โž• Add read-only API key support
    • โœ‚ Remove Profile.bill_to field (obsolete)
    • โš  Show a warning when running with DEBUG=True
    • โž• Add "channels" attribute to the Check API resource
    • โšก๏ธ Can specify channel codes when updating a check via API
    • โž• Add a workaround for email agents automatically opening "Unsubscribe" links
    • โž• Add Channel.name field, users can now name integrations
    • โž• Add "Get a List of Existing Integrations" API call

    ๐Ÿ› Bug Fixes

    • During DST transition, handle ambiguous dates as pre-transition
  • v1.2.0 Changes

    October 20, 2018

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ Content updates in the "Welcome" page.
    • โž• Added "Docs > Third-Party Resources" page.
    • ๐Ÿ‘Œ Improved layout and styling in "Login" page.
    • ๐ŸŒฒ Separate "Sign Up" and "Log In" forms.
    • ๐Ÿ‘ "My Checks" page: support filtering checks by query string parameters.
    • โž• Added Trello integration

    ๐Ÿ› Bug Fixes

    • โฑ Timezones were missing in the "Change Schedule" dialog, fixed.
    • ๐Ÿ›  Fix hamburger menu button in "Login" page.
  • v1.1.0 Changes

    August 20, 2018

    ๐Ÿ‘Œ Improvements

    • A new "Check Details" page.
    • โšก๏ธ Updated django-compressor, psycopg2, pytz, requests package versions.
    • C# usage example.
    • Checks have a "Description" field.
  • v1.0.4 Changes

    May 01, 2017

    โฑ It was possible to save a check with an empty timezone or empty "schedule" field. This was causing issues later, when trying to parse "" as a valid timezone. Fixed.

  • v1.0.3

    April 28, 2017