All Versions
77
Latest Version
Avg Release Cycle
51 days
Latest Release
-
Changelog History
Page 2
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, 20200.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, 20200.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, 20200.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