v2.11.0
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 withcontacts_template
. - It is also necessary to replace field
type
withsender_type
in notifier config and add fieldcontact_type
, which will refer totype
in web configcontacts_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
-
Add contacts logo uri to web config.
Read more in api docs.
#1005 (by @almostinf) -
Update go to 1.21.
#1008 (by @Tetrergeru)
Fixes
- Fix filter connection, heartbeat and create matching handler logs level.
#1010 (by @almostinf)