Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 28 Aug 11:15
· 261 commits to master since this release
9e91ec5

Added

  • Add package-level logger
  • Extend API to allow request cancellation via context
  • Add formatting functions useful for text conversion
    • Convert Windows/Mac/Linux EOL to Markdown break statements
      • used to provide equivalent Teams-compatible formatting
    • Format text as code snippet
      • this inserts leading and trailing ` character to provide Markdown string
        formatting
    • Format text as code block
      • this inserts three leading and trailing ` characters to provide Markdown
        code block formatting
    • Try variants of code formatting functions
      • return formatted string if no errors, otherwise return the original
        string

Changed

  • Expose API response strings containing potential error messages
  • README
    • Explicitly note that this fork is now standalone until such time that the
      upstream project resumes development/maintenance efforts

Fixed

  • CHANGELOG section link in previous release
  • Invalid RoundTripper implementation used in TestTeamsClientSend test
    function

References