Skip to content

v2.7.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@atc0005 atc0005 released this 10 Apr 11:26
· 114 commits to master since this release
b24de89

WARNING

NOTE: This is not considered a stable release.

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