Skip to content

v2.7.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@atc0005 atc0005 released this 18 Sep 17:36
· 86 commits to master since this release
7126764

WARNING

This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.0 stable release.

Please test and provide feedback so that any blocking issues can be resolved before the v2.7.0 release.

Thanks in advance!

Changes for the v2.7.0-rc.1 release

  • Go 1.19 specific linting fixes
  • CI tweaks/enhancements

Changes for the v2.7.0-alpha.6 release

  • (GH-179) Wrong json key name for URL (uses uri instead)

Changes for the v2.7.0-alpha.5 release

Changes for the v2.7.0-alpha.4 release

  • linting fixes

Changes for the v2.7.0-alpha.3 release

  • (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
  • dependency updates
  • linting fixes (more needed)

Changes for the v2.7.0-alpha.2 release

  • new adaptivecard package
  • remove botapi package
  • example code refresh
  • documentation refresh
  • simplify goteamsnotify.messagePreparer interface
  • simplify MessageCard.Prepare() implementation
  • explicitly mark existing formatting functionality as specific to the
    MessageCard format
  • ...

See GH-162 for more changes.

Changes for the v2.7.0-alpha.1 release

  • deprecate the current API interface
  • expose TeamsClient to take its place
  • create new botapi package (limited functionality)
  • add support for overriding default http.Client
  • add default project-specific user agent, support for overriding the default from client code
  • ...

See GH-155 for more changes.

References