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

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