Skip to content

v2.7.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 12 Dec 10:52
· 86 commits to master since this release
c205f3b

Added

  • (GH-134) Allow setting user agent, fallback to project-specific default value
  • (GH-135) Allow overriding default http.Client
  • (GH-157) Add Adaptive Card message format support
    • see also discussion from GH-127, including feedback from
      @ghokun
  • (GH-169) Added YAML en(de)coding support to MessageCard

Changed

  • Dependencies
    • github.com/stretchr/testify
      • v1.7.0 to v1.8.1
  • (GH-154) Deprecate API interface, expose underlying "Teams" client
  • (GH-183) Update Makefile and GitHub Actions Workflows
  • (GH-190) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-166) Update lintinstall Makefile recipe
  • (GH-184) Apply Go 1.19 specific doc comments linting fixes
  • (GH-176) ./send_test.go:238:8: second argument to errors.As should not be *error
  • (GH-179) Wrong json key name for URL (uses uri instead)

References