2020-07-30 23:14:41 +00:00
# 0.90.62 (07-30-2020)
- Added Notification logs
- Fixed issues with notifications
- Updated Incident UI
- Added additional testing for notifications
-
2020-07-22 20:15:35 +00:00
# 0.90.61 (07-22-2020)
2020-07-20 03:57:54 +00:00
- 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
2020-07-20 22:02:01 +00:00
- 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
2020-07-22 17:16:19 +00:00
- Modified node version from 10.x to 12.18.2
2020-07-22 19:07:42 +00:00
- Modified Notifier's struct values to be NullString and NullInt to allow empty values
2020-07-22 20:15:35 +00:00
- Added Search ability to Logs in UI
2020-07-23 22:05:10 +00:00
- Fixed issue with Incidents and Checkins not being deleted once service is deleted
2020-07-20 03:57:54 +00:00
2020-07-15 17:09:00 +00:00
# 0.90.60 (07-15-2020)
- Added LETSENCRYPT_ENABLE (boolean) env to enable/disable letsencrypt SSL
2020-07-15 04:26:54 +00:00
# 0.90.59 (07-14-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
2020-07-15 04:40:34 +00:00
- Fixed dashboard uptime_data API request to request correct start/time timestamp
2020-07-15 04:26:54 +00:00
2020-07-09 22:43:11 +00:00
# 0.90.58 (07-09-2020)
- Fixed ICMP latency/ping durations
- Fixed webhook notifier
- Modified file structure for Vue admin dashboard components.
2020-07-10 08:30:26 +00:00
- Added Gotify notifier
2020-07-09 21:58:10 +00:00
2020-07-04 19:18:56 +00:00
# 0.90.57 (07-04-2020)
- Fixed login issue
2020-06-26 00:19:50 +00:00
# 0.90.56 (06-25-2020)
- 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)
2020-06-26 04:08:12 +00:00
- 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
2020-06-26 04:46:09 +00:00
- Added Custom oAuth Authentication method
2020-06-26 23:51:12 +00:00
- Fixed setup form not creating user from values inputted in form
2020-06-27 01:12:12 +00:00
- Fixed issues with Telegram Notifier
2020-06-27 01:20:48 +00:00
- Modified notifier test handler to return notifier based on URL, not JSON payload
2020-06-26 00:19:50 +00:00
2020-06-19 01:20:00 +00:00
# 0.90.55 (06-18-2020)
- Added 404 page
- Modified Statping's PR process, dev -> master
2020-06-21 06:52:07 +00:00
- Fixed Discord notifier
- Modified email template for SMTP emails
- Added OnSave() method for all notifiers
2020-06-19 01:20:00 +00:00
2020-06-18 07:58:54 +00:00
# 0.90.54 (06-17-2020)
- Fixed Slack Notifier's failure/success data saving issue
- Added additional i18n Languages (help needed!)
2020-06-16 11:04:54 +00:00
# 0.90.53 (06-16-2020)
- Modified most of the key's for prometheus metrics
- Added Database Stats in prometheus metrics
- Added object query counts in prometheus metrics
2020-06-16 05:49:35 +00:00
# 0.90.52 (06-15-2020)
- Fixed NOT NULL sql field
2020-06-15 08:10:13 +00:00
# 0.90.51 (06-15-2020)
- 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
2020-06-14 01:45:04 +00:00
# 0.90.50 (06-13-2020)
- Removed PORT, replaced with SERVER_PORT
- Removed HOST/IP, replaced with SERVER_IP
2020-06-13 01:23:30 +00:00
# 0.90.49 (06-12-2020)
- Added additional prometheus /metrics for better debugging
2020-06-11 09:38:14 +00:00
# 0.90.48 (06-11-2020)
- Modified shutdown routine to make command exit with code 0
- Modified install.sh for correct installation
2020-06-10 18:04:39 +00:00
# 0.90.47 (06-10-2020)
2020-06-11 06:11:39 +00:00
- Fixed Urgent bug taking 100% of CPU (Timer)
2020-06-10 18:04:39 +00:00
- Modified HTTP server, now in it's own go routine/channel
2020-06-11 00:19:16 +00:00
- Fixed Service form for editing
2020-06-10 18:04:39 +00:00
- 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`
2020-06-11 06:11:39 +00:00
- Added `DEBUG` (starts a pprof golang debugging http server on port 9090, defaults to false)
2020-06-10 18:04:39 +00:00
- 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
2020-06-04 13:13:32 +00:00
# 0.90.46 (06-04-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
2020-06-02 01:37:22 +00:00
# 0.90.45 (06-01-2020)
- Merged PR [#612 ](https://github.com/statping/statping/pull/612 ) for edit/create service issue.
2020-05-26 05:11:32 +00:00
# 0.90.44 (05-25-2020)
- Modified Makefile to include "netgo" tag during golang build
2020-05-21 12:04:45 +00:00
# 0.90.43 (05-21-2020)
2020-05-21 14:56:32 +00:00
- Fixed service TLS checkbox form for edit and create
2020-05-25 21:26:44 +00:00
- Modified ICMP ping's to use system's "ping" command (doesn't need root access)
2020-05-21 12:04:45 +00:00
2020-05-21 02:53:09 +00:00
# 0.90.42 (05-20-2020)
- Fixed TCP services that dont use TLS.
2020-05-20 07:10:04 +00:00
# 0.90.41 (05-20-2020)
- Added TLS Client Cert/Key feature for HTTP and TCP/UDP services
- Replaced environment variable ADMIN_PASS to ADMIN_PASSWORD.
2020-05-19 05:38:43 +00:00
# 0.90.40 (05-18-2020)
- Fixed issues with MySQL and Postgres taking forever to insert sample data (now run in bulk)
- Removed API Authentication for /api/logout route
- Modified Core Sample/Upstart row to include NAME, DESCRIPTION, and DOMAIN environment vars (also added default values)
2020-05-15 10:24:04 +00:00
# 0.90.39 (05-15-2020)
- Modified some SCSS designs for services failures in group
- Fixed Twilio notifier and tests
2020-05-10 23:26:36 +00:00
# 0.90.38 (05-10-2020)
- Added service timeframe/interval on index charts
- Added --config flag to specify config.yml file
- Modified multiple files for simple UX fixes
2020-05-05 06:43:30 +00:00
# 0.90.37 (05-04-2020)
- Fixed authentication issues dealing with cookies
- Modified build process, arm/arm64 couldnt run sqlite
2020-05-02 11:06:02 +00:00
# 0.90.36 (05-02-2020)
- Fixed Notifier golang templating func to use correct variables
2020-05-02 06:13:33 +00:00
# 0.90.35 (05-01-2020)
- Fixed issue with API endpoints cannot accepting Authorization header
- Fixed issue with sass executable not being found, SASS environment var re-implemented
- Added additional Postman API doc endpoints
# 0.90.34 (04-28-2020)
2020-04-27 11:44:12 +00:00
- Added missing information to Mail notification ([#472](https://github.com/statping/statping/issues/472))
2020-04-30 08:35:33 +00:00
- Added service.yml file to auto create services (https://github.com/statping/statping/wiki/services.yml)
- Removed Core API_KEY, (unused code, use API_SECRET)
2020-04-27 11:44:12 +00:00
2020-04-24 15:11:18 +00:00
# 0.90.33 (04-24-2020)
- Fixed config loading method
2020-04-24 02:26:09 +00:00
# 0.90.32 (04-23-2020)
- Modified the saving and loading process config.yml
# 0.90.31 (04-21-2020)
- Version bump for github actions
2020-04-20 10:35:56 +00:00
# 0.90.30 (04-19-2020)
- Attempt to fix Github Actions build process
2020-04-20 15:17:22 +00:00
- Fix for empty database connection string, and not starting in setup mode
2020-04-20 10:35:56 +00:00
2020-04-19 11:16:44 +00:00
# 0.90.29 (04-19-2020)
- Added HTTP Redirects for services
- Removed use of SASS environment variable, now finds path or sends error
- Modified Makefile to create new snapcraft versions
- Fixed issue when logs are not initiated yet. Issue #502
- Fixed issue when SQLite (statping.db) is not found Issue #499
2020-04-19 12:53:23 +00:00
- Modified port flag in Docker image
- Fixed issue on startup without config.yml file not starting in setup mode
2020-04-19 11:16:44 +00:00
2020-04-16 09:57:00 +00:00
# 0.90.28 (04-16-2020)
- Fixed postgres timestamp grouping
- Added postman (newman) API testing
- Added Viper and Cobra config/env parsing package
2020-04-16 17:32:54 +00:00
- Added more golang tests
2020-04-16 17:55:47 +00:00
- Modified handlers to use a more generic find method
2020-04-17 03:21:17 +00:00
- Added 'env' command to show variables used in config
- Added 'reset' command that will delete files and backup .db file for a fresh install
- Added error type that has common errors with http status code based on error
2020-04-15 13:05:22 +00:00
# 0.90.27 (04-15-2020)
- Fixed postgres database table creation process
- Modified go build process, additional ARCHs
- Added 'SAMPLE_DATA' environment variable to disable example data on startup. (default: true)
2020-04-14 16:08:50 +00:00
# 0.90.26 (04-13-2020)
- Fixed Delete Failures button/function
- Removed timezone field from Settings (core)
- Modified CDN asset URL
- Fixed single Service view, more complex charts
2020-04-11 05:59:51 +00:00
# 0.90.25
- Added string response on OnTest for Notifiers
- Modified UI to show user the response for a Notifier.
- Modified some Notifiers title's
- Added more Cypress e2e testing
2020-04-13 11:17:09 +00:00
- Modified Incidents form and UX.
- Added /api/services/{id}/uptime_data API endpoint to show online/offline durations as a series for charts.
- Modified index page to automatically refresh Service details on interval
2020-04-11 05:59:51 +00:00
2020-04-10 03:55:32 +00:00
# 0.90.24
- Fixed login form from not showing
2020-04-07 00:06:46 +00:00
# 0.90.23
- Added Incident Reporting
- Added Cypress tests
2020-04-07 11:53:32 +00:00
- Added Github and Google OAuth login (beta)
2020-04-09 01:47:27 +00:00
- Added Delete All Failures
- Added Checkin form
- Added Pushover notifier
2020-04-07 00:06:46 +00:00
2020-04-04 00:28:09 +00:00
# 0.90.22
- Added range input types for integer form fields
- Modified Sentry error logging details
- Modified form field layouts for better UX.
- Modified Notifier form
- Fixed Notifier Test form and logic
2020-03-31 20:22:39 +00:00
# 0.90.21
- Fixed BASE_PATH when using a path for Statping
- Added Cypress testing
- Modified SQLite golang package
- Modified SQLite connection limit, and idle limit. (defaults to 25)
- Fixed installation to use project name and description from form post
2020-03-30 22:16:36 +00:00
# 0.90.20
- Fixed Service Form from sending integer values as strings to API
- Added Cypress e2e testing (working on adding more)
2020-03-29 01:21:32 +00:00
# 0.90.19
- Fixed private Services from showing in API (/api/services and /api/services/{id})
- Removed unused code
2020-03-25 23:30:52 +00:00
# 0.90.18
- Added service type gRPC, you can now check on gRPC services. (limited)
2020-03-25 18:46:50 +00:00
# 0.90.17
- Fixed notification fields for frontend
- Fixed notification JSON form to send integer if value is an integer.
- Added testing for notifiers
2020-03-23 02:50:30 +00:00
# 0.90.16
- Added Notify After (int) field for Services. Will send notifications after x amount of failures.
- Added new method in utils package for replacing `{{.Service.*}}` and `{{.Failure.*}}` variables from string to it's true value
- Fixed Notifer get endpoint
- Cleaned Notifier methods
- Updated recommended changes from [sonarcloud.io ](https://sonarcloud.io/organizations/statping/projects )
- Organized utils package files
2020-03-22 11:00:37 +00:00
# 0.90.15
- Fixed /dashboard authentication state to show admin tabs if your an admin. [Issue #438 ](https://github.com/statping/statping/issues/438 )
- Fixed Cache JS error on Dashboard
2020-03-22 07:57:17 +00:00
# 0.90.14
- Updated SCSS compiling, and confirmed it works.
- Added `$container-color` SCSS variable.
- Fixed issue with JWT token (nil pointer) for the Cookie name
2020-03-22 07:09:45 +00:00
# 0.90.13
- Added new function `utils.RenameDirectory` to rename directory
- Added new function `(*DbConfig) BackupAssets` to backup a customized theme and place into a directory named `assets_backup` . Only for migration 0.80 to 0.90+, entirely new frontend.
2020-03-25 23:30:52 +00:00
- Updated JS function `convertToChartData` to return an empty chart data if API response was empty.
2020-03-22 07:09:45 +00:00
- Updated `banner.png` to make a bit smaller, (680px)
- Fixed method that returns `no such table: services` on startup, check table first.
- Fixed version from not being added into Core table. [Issue #436 ](https://github.com/statping/statping/issues/436 )
2020-03-22 04:56:07 +00:00
# 0.90.12
2020-03-23 02:50:30 +00:00
- Fixed MySQL timestamp formatting. (issue #432 )