Skip to content

v1.3.0

Compare
Choose a tag to compare
@nicnocquee nicnocquee released this 01 Apr 08:22
· 678 commits to main since this release
87b12f8

[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 new requests 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