Skip to content

v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 09:41
62e8ac3

Incompatible changes

  • To realize the feature with multiple senders of the same type we have changed the configuration of senders in notifier config and web api config.
  • It is necessary to replace the contacts field in the web config api with contacts_template.
  • It is also necessary to replace field type with sender_type in notifier config and add field contact_type, which will refer to type in web config contacts_template.

Major Changes

  • Add ability to scale senders with same type.
    Read more in notifier docs.
    #994 (by @almostinf)

  • Add ability to use template webhook body and custom headers.
    Read more in webhook docs.
    #995 (by @almostinf)

Minor Changes

Fixes

  • Fix filter connection, heartbeat and create matching handler logs level.
    #1010 (by @almostinf)