All Versions
77
Latest Version
Avg Release Cycle
51 days
Latest Release
-

Changelog History
Page 6

  • v0.90.25 Changes

    • โž• Added string response on OnTest for Notifiers
    • ๐Ÿ’ป Modified UI to show user the response for a Notifier.
    • Modified some Notifiers title's
    • โž• Added more Cypress e2e testing
    • Modified Incidents form and UX.
    • โž• Added /api/services/{id}/uptime_data API endpoint to show online/offline durations as a series for charts.
    • Modified index page to automatically refresh Service details on interval
  • v0.90.24 Changes

    • ๐Ÿ›  Fixed login form from not showing
  • v0.90.23 Changes

    • โž• Added Incident Reporting
    • โž• Added Cypress tests
    • โž• Added Github and Google OAuth login (beta)
    • โž• Added Delete All Failures
    • โž• Added Checkin form
    • โž• Added Pushover notifier
  • v0.90.22 Changes

    • โž• Added range input types for integer form fields
    • ๐ŸŒฒ Modified Sentry error logging details
    • ๐Ÿ‘ Modified form field layouts for better UX.
    • Modified Notifier form
    • ๐Ÿ›  Fixed Notifier Test form and logic
  • v0.90.21 Changes

    • ๐Ÿ›  Fixed BASE_PATH when using a path for Statping
    • โž• Added Cypress testing
    • ๐Ÿ“ฆ Modified SQLite golang package
    • 0๏ธโƒฃ Modified SQLite connection limit, and idle limit. (defaults to 25)
    • ๐Ÿ›  Fixed installation to use project name and description from form post
  • v0.90.20 Changes

    • ๐Ÿ›  Fixed Service Form from sending integer values as strings to API
    • โž• Added Cypress e2e testing (working on adding more)
  • v0.90.19 Changes

    • ๐Ÿ›  Fixed private Services from showing in API (/api/services and /api/services/{id})
    • โœ‚ Removed unused code
  • v0.90.18 Changes

    • โž• Added service type gRPC, you can now check on gRPC services. (limited)
  • v0.90.17 Changes

    • ๐Ÿ›  Fixed notification fields for frontend
    • ๐Ÿ›  Fixed notification JSON form to send integer if value is an integer.
    • โž• Added testing for notifiers
  • v0.90.16 Changes

    • โž• Added Notify After (int) field for Services. Will send notifications after x amount of failures.
    • Added new method in utils package for replacing {{.Service.*}} and {{.Failure.*}} variables from string to it's true value
    • ๐Ÿ›  Fixed Notifer get endpoint
    • Cleaned Notifier methods
    • โšก๏ธ Updated recommended changes from sonarcloud.io
    • ๐Ÿ“ฆ Organized utils package files