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

Changelog History
Page 2

  • v0.90.65 Changes

    January 09, 2020
    • ๐Ÿ›  Fixed issue with dashboard not logging in (notifier panic)
    • Modified static email templates to github.com/statping/emails
    • Modified Regenerate API function to keep API_SECRET env
    • โž• Added DEMO_MODE env variable, if true, 'admin' cannot be deleted
    • Modified Service sparklines on Dashboard
    • โž• Added modal popup for UI deletes/edits
  • v0.90.64 Changes

    August 23, 2020

    0.90.64 (08-18-2020)

    • ๐Ÿ’ป Modified max-width for container to 1012px, larger UI
    • โž• Added failure sparklines in the Services list view
    • โž• Added "Update Available" alert on the top of Settings if new version is available
    • โž• Added Version and Github Commit hash to left navigation on Settings page
    • โž• Added "reason" for failures (will be used for more custom notification messages) [regex, lookup, timeout, connection, close, status_code]
    • โž• Added Help page that is generated from Statping's Wiki repo on build
    • Modified Service Group failures on index page to show 90 days of failures
    • โšก๏ธ Modified Service view page, updated Latency and Ping charts, added failures below
    • ๐Ÿšค Modified Service chart on index page to show ping data along with latency
    • โž• Added AWS SNS Notifier
    • ๐Ÿ’ป Modified dashboard services UI
    • Modified service.Failures API to include 32 failures (max)
  • v0.90.63 Changes

    August 18, 2020

    0.90.63 (08-17-2020)

    • ๐Ÿ— Modified build process to use xgo for all arch builds
    • Modified Statping's Push Notifications server notifier to match with Firebase/gorush params

    0.90.62 (08-07-2020)

    • โž• Added Notification logs
    • ๐Ÿ›  Fixed issues with Notifer After (x) failures for notifications
    • Modified notifications to not send on initial startup
    • โšก๏ธ Updated Incident UI
    • โž• Added additional testing for notifications
    • Modified SCSS/SASS files to be generated from 1, main.scss to main.css
    • ๐Ÿ’… Modified index page to use /assets directory for assets, (main.css, style.css)
    • Modified index page to use CDN asset paths
    • ๐Ÿ›  Fixed New Checkin form
    • Modified email notifier template to be rendered from MJML (using go generate)
    • Modified database relationships with services using gorm
    • Modified "statping env" command to show user/group ID
    • โœ‚ Removed "js" folder when exporting assets, js files are always version of release, not static JS files
  • v0.90.62 Changes

    July 08, 2020
    • โž• Added Notification logs
    • ๐Ÿ›  Fixed issues with Notifer After (x) failures for notifications
    • Modified notifications to not send on initial startup
    • โšก๏ธ Updated Incident UI
    • โž• Added additional testing for notifications
    • Modified SCSS/SASS files to be generated from 1, main.scss to main.css
    • ๐Ÿ’… Modified index page to use /assets directory for assets, (main.css, style.css)
    • Modified index page to use CDN asset paths
    • ๐Ÿ›  Fixed New Checkin form
    • Modified email notifier template to be rendered from MJML (using go generate)
    • Modified database relationships with services using gorm
    • Modified "statping env" command to show user/group ID
    • โœ‚ Removed "js" folder when exporting assets, js files are always version of release, not static JS files
  • v0.90.61 Changes

    July 24, 2020

    0.90.61 (07-22-2020)

    • Modified sass layouts, organized and split up sections
    • ๐Ÿ‘ท Modified Checkins to seconds rather than milliseconds (for cronjob)
    • Modified Service View page to show data inside cards
    • ๐Ÿ›  Fixed issue with uptime_data sending incorrect start/end timestamps
    • Modified http cache to bypass if url has a "v" query param
    • โž• Added "Static Services" (a fake service that requires you to update the online/offline status)
    • โž• Added Update Static Service PATCH route (/api/services/{id})
    • Modified SASS api endpoints (base, layout, forms, mixins, mobile, variables)
    • โž• Added additional testing
    • Modified node version from 10.x to 12.18.2
    • ๐Ÿ‘• Modified Notifier's struct values to be NullString and NullInt to allow empty values
    • โž• Added Search ability to Logs in UI
    • ๐Ÿ›  Fixed issue with Incidents and Checkins not being deleted once service is deleted
  • v0.90.60 Changes

    July 15, 2020
    • โž• Added LETSENCRYPT_ENABLE (boolean) env to enable/disable letsencrypt SSL
  • v0.90.59 Changes

    July 15, 2020
    • Added LetsEncrypt SSL Generator by using LETSENCRYPT_HOST and LETSENCRYPT_EMAIL envs.
    • Modified JWT token key to be sha256 of API Secret
    • ๐Ÿ— Modified github actions to build multi-arch Docker images
    • โž• Added "update" command to install latest version
    • ๐Ÿ›  Fixed dashboard uptime_data API request to request correct start/time timestamp
  • v0.90.58 Changes

    September 07, 2020
    • ๐Ÿ›  Fixed ICMP latency/ping durations
    • ๐Ÿ›  Fixed webhook notifier
    • Modified file structure for Vue admin dashboard components.
    • โž• Added Gotify notifier
  • v0.90.57 Changes

    April 07, 2020
    • ๐Ÿ›  Fixed login issue
  • v0.90.56 Changes

    • Modified metrics now include service name for each service metric
    • โž• Added switch for true/false notifier values
    • โž• Added list for notifiers that have static values (in drop down)
    • ๐Ÿ›  Fixed oAuth form saving
    • ๐Ÿ›  Fixed some HTTP Cookie issues
    • โž• Added error if Theme Editor returns an error from API
    • โž• Added Pushover priority and sounds
    • โž• Added HTTP headers for outgoing requests (includes User-Agent=Statping and Statping-Version=0.90.55)
    • ๐Ÿ›  Fixed Google oAuth handling
    • โž• Added Google oAuth email/domain user restrictions
    • Modified notifiers to use dereferenced services and failures
    • โž• Added core.Example() function for testing
    • โž• Added Custom oAuth Authentication method
    • ๐Ÿ›  Fixed setup form not creating user from values inputted in form
    • ๐Ÿ›  Fixed issues with Telegram Notifier
    • โœ… Modified notifier test handler to return notifier based on URL, not JSON payload