Releases: wictorwilen/express-msteams-host
Releases · wictorwilen/express-msteams-host
1.9.1
1.9.1-preview.1
Changes
- Marked
BotCallingWebhook
as deprecated (Typescript typings only)
1.9.0
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
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
- BREAKING: Added user state to classes marked with the
BotDeclaration
decorator. Class is instantiated with the following arguments:(ConversationState, UserState, BotFrameworkAdapter)
1.8.0
[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
version4.14.1
as minumum version - Dependency bump
- Moved to Github actions
- Moved to ESLint
1.8.0-preview
Added
- Unit testing
Fixed
- Fixed in assue with CSP where the current host was not added correctly
Changes
- BREAKING: Upgraded to
botbuilder
version4.14.1
as minumum version - Dependency bump
- Moved to Github actions
- Moved to ESLint