# Changelog
# v0.9.1 (2021-12-19)
- use pgxpool for postgres connections
- add missed 'resend' alert options behavior
- add options for http.request
- insecureSkipVerify
- timeout
# v0.9.0 (2021-10-07)
- update testing subsystem. Use test functions. See more
# v0.8.4 (2021-09-23)
- Add alert option fields
# v0.8.3 (2021-09-23)
# v0.8.2 (2021-08-30)
- secrets in the config file, read more
# v0.8.1 (2021-07-09)
- add config block
system
- support for multiple job workers (Eliminates freezes during long execution of one script)
# v0.8.0 (2021-07-08)
- add the
Twilio Voice
channel, see a configuration - add option
Ignore
to all channels - add the
resend
alias for therepeat
field for the alert options (scripts)
# v0.7.3 (2021-06-17)
- add the
tls
core module. getting the information about domain certificates
# v0.7.2 (2021-04-09)
- add the prometheus metric for exposing alerts levels (see documentation)
balerter_alert_status
- use ubuntu 20.10 as base image for docker images
# v0.7.1 (2021-04-02)
- bugfix: use milliseconds for datasource configs
- add core module
api
for getting information about the request, if script was run with API call - add API for run the script by name
- switch to go 1.16
# v0.7.0 (2021-03-05)
Breaking changes
This release has many breaking changes in:
- configuration structure
- alerts/kv storages
- script sources
- use
@cron
instead@interval
in scripts - etc
Please see actual information on this site.