All Versions
77
Latest Version
Avg Release Cycle
51 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.90.55 Changes
- โ Added 404 page
- Modified Statping's PR process, dev -> master
- ๐ Fixed Discord notifier
- Modified email template for SMTP emails
- โ Added OnSave() method for all notifiers
-
v0.90.54 Changes
- ๐ Fixed Slack Notifier's failure/success data saving issue
- โ Added additional i18n Languages (help needed!)
-
v0.90.53 Changes
- Modified most of the key's for prometheus metrics
- โ Added Database Stats in prometheus metrics
- โ Added object query counts in prometheus metrics
-
v0.90.52 Changes
- ๐ Fixed NOT NULL sql field
-
v0.90.51 Changes
- ๐ Fix Theme Editor codemirror inputs to show on load
- โ Added favicon folder for local assets can be used without remote access
- Modified Notifier's to return the response as a string for the frontend
- Modified Notifiers so they can use custom data for their request
- โ Added Notifier OnSuccess and onFailure custom data on frontend
-
v0.90.50 Changes
- โ Removed PORT, replaced with SERVER_PORT
- โ Removed HOST/IP, replaced with SERVER_IP
-
v0.90.49 Changes
December 06, 2020- โ Added additional prometheus /metrics for better debugging
-
v0.90.48 Changes
November 06, 2020- Modified shutdown routine to make command exit with code 0
- Modified install.sh for correct installation
-
v0.90.47 Changes
October 06, 2020- ๐ Fixed Urgent bug taking 100% of CPU (Timer)
- Modified HTTP server, now in it's own go routine/channel
- ๐ Fixed Service form for editing
- โ Added pprof golang debugging http server if
GO_ENV
== "test" - โ Added
HOST
env variable (hostname for http server) - โ Added
DISABLE_HTTP
env variable (defaults to false, disables the http server) - โ Added
DISABLE_COLORS
env variable (default to false, disables color encoding for logs) - Added
LOGS_MAX_COUNT
- Added
LOGS_MAX_AGE
- Added
LOGS_MAX_SIZE
- โ Added
DEBUG
(starts a pprof golang debugging http server on port 9090, defaults to false) - ๐ Confirmed
DISABLE_LOGS
is working - Modified Mobile Notifier to fit new push notification server endpoint
- ๐ PR Merged: Fix time conversion in overview and charts #645
- ๐ PR Merged: Wait for cmd reads to complete before calling Wait() #626
- ๐ PR Merged: separate command options and option arguments #623
-
v0.90.46 Changes
April 06, 2020- โ Add i18n language translations for frontend
- โ Added PR for heatmap https://github.com/statping/statping/pull/589
- โ Added Statping newsletter option during /setup mode
- ๐ Fix for disabling logs with
DISABLE_LOGS
env