This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Release v0.3.0
Added
- expose setting to configure Teams notifications rate limit
- via CLI flag, config file and environment variable
Changed
- retry delay setting renamed to emphasize intent
- configuration file setting
delay
renamed toretry_delay
- CLI flag setting
--teams-notify-delay
renamed to
--teams-notify-retry-delay
- environment variable
BRICK_MSTEAMS_WEBHOOK_DELAY
renamed to
BRICK_MSTEAMS_WEBHOOK_RETRY_DELAY
- configuration file setting
Fixed
- minor wording/grammatical tweaks in an effort to clarify intent
- e.g.,
config-file
flag
- e.g.,
- invalid function call in validation function (oh the irony)
- Update documentation for rate limit and retry delay
- prior code and documentation failed to properly communicate the difference
between the two goals
- prior code and documentation failed to properly communicate the difference
- Add missing documentation comments to sample configuration file
References
- See the
v0.3.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.