Releases: hyperjumptech/monika
Releases · hyperjumptech/monika
v1.3.4
[1.3.4] - 2021-05-21
Added
- Store alerts and notifications events to database
- Ability to customize sequence of probe id to run
Changed
- Docs: README, overview, installation, and quick-start
- Used Joi library to validate notification configuration
Fixed
- Flushing logs in monika-logs.db doesn't reduce the db size
v1.3.3
[1.3.3] - 2021-04-30
Added
- Show the response size in the command line output.
v1.3.2
[1.3.2] - 2021-04-23
Added
- Show link to Monika config generator when Monika cannot find the configuration file.
- Docs: Added links to Monika config generator on the landing page.
Changed
- Default configuration file's name is now
monika.json
. Monika will search formonika.json
first in the current directory. If it couldn't be found, Monika will search forconfig.json
. - Docs: Readme, Overview, and Notifications.
Fixed
- Slow log prints when Monika is run with
-l
flag.
v1.3.1
v1.3.0
[1.3.0] - 2021-04-01
Added
- Chaining Requests (BREAKING CHANGE). Now you can use headers or body from the previous response in the next request. With this version, the
request
key in configuration is no longer used. The newrequests
key is used instead. - Telegram Notification.
- Microsoft Teams Notification.
- Docs: Configuration examples for each notification channels.
Removed
- The
request
key is no longer used.
Changed
- Run Monika with minimum configuration. Now Monika can run with just a single URL.
Fixed
- Start up email has no body when sent using SMTP.
- Error when the width of terminal/console is small.
- Docs: Broken links
Patching v1.2.0
Fixes error when Monika v1.2.0 is run
v1.2.0
[1.1.0] - 2021-03-26
Added
- Whatsapp Notification Channel
- Sends notifications when Monika starts to check the notification settings
- Docs: add example to simulate HTML form submission POST request
- Docs: add instruction on how to run Monika in background
Changed
- Made Notifications optional in the configuration
- Improved log output
- Improved notification message
Patching v1.1.2
This patch fixes error when running Monika.
Patching v1.1.1
This patch fixes failure when installing monika globally through npm
Releasing v1.1.0
[1.1.0] - 2021-03-22
Add
- Counter threshold to make sure false positives
- Flags to make sure notification only send once for a failure series or success series.
- Record of events
- Slack notification channel
- Documentation improvements
- Preinstall script to enforce npm version lower than 7
- Probe persistent log
Changed
- Enhanced error message
- Interval now per-probe instead of for all probe