Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 19 Apr 22:53
· 584 commits to master since this release
65b5ac4

Added

  • Pin atc0005/go-teams-notify at commit
    atc0005/go-teams-notify@55cca55

    • provides new API.SendWithContext() method
  • teams subpackage SendMessage() now accepts a context and uses it to
    instrument the new API.SendWithContext() method

  • Add default TeamsSubmissionTimeout to mirror original
    dasrick/go-teams-notify v1 http client timeout

Changed

  • teams.SendMessage()
    • now requires a context
    • Tweak log messages to note the current and total number of attempts allowed

References