Skip to content

Releases: wictorwilen/express-msteams-host

1.9.1

23 Jun 08:27
19c6730
Compare
Choose a tag to compare

[1.9.1] - <2022-06-23>

Changes

  • Marked BotCallingWebhook as deprecated (Typescript typings only)

1.9.1-preview.1

10 May 07:13
9e606af
Compare
Choose a tag to compare
1.9.1-preview.1 Pre-release
Pre-release

Changes

  • Marked BotCallingWebhook as deprecated (Typescript typings only)

1.9.0

18 Nov 08:57
Compare
Choose a tag to compare

Changes

  • BREAKING: Added user state to classes marked with the BotDeclaration decorator. Class is instantiated with the following arguments: (ConversationState, UserState, BotFrameworkAdapter)
  • Added *.office.com to CSP header for pages

1.9.0-preview2

15 Nov 15:39
Compare
Choose a tag to compare
1.9.0-preview2 Pre-release
Pre-release

Changes

  • BREAKING: Added user state to classes marked with the BotDeclaration decorator. Class is instantiated with the following arguments: (ConversationState, UserState, BotFrameworkAdapter)
  • Added *.office.com to CSP header for pages

1.9.0-preview

27 Oct 07:07
Compare
Choose a tag to compare
1.9.0-preview Pre-release
Pre-release
  • BREAKING: Added user state to classes marked with the BotDeclaration decorator. Class is instantiated with the following arguments: (ConversationState, UserState, BotFrameworkAdapter)

1.8.0

22 Oct 12:05
753199d
Compare
Choose a tag to compare

[1.8.0] - <2021-10-22>

Added

  • Unit testing
  • Github code coverage integration

Fixed

  • Fixed in assue with CSP where the current host was not added correctly

Changes

  • BREAKING: Upgraded to botbuilder version 4.14.1 as minumum version
  • Dependency bump
  • Moved to Github actions
  • Moved to ESLint

1.8.0-preview

06 Oct 13:43
Compare
Choose a tag to compare
1.8.0-preview Pre-release
Pre-release

Added

  • Unit testing

Fixed

  • Fixed in assue with CSP where the current host was not added correctly

Changes

  • BREAKING: Upgraded to botbuilder version 4.14.1 as minumum version
  • Dependency bump
  • Moved to Github actions
  • Moved to ESLint