Statping v0.90.47 Release Notes

Release Date: 2020-10-06 // over 3 years ago
    • ๐Ÿ›  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