Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Release v0.3.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 11 Jul 11:34
· 542 commits to master since this release
3fa760c

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 to retry_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

Fixed

  • minor wording/grammatical tweaks in an effort to clarify intent
    • e.g., config-file flag
  • 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
  • Add missing documentation comments to sample configuration file

References