Bot Framework JS SDK 4.22.0
This is the January 2024 4.22.0 release for the JS SDK. This contains a security fixes, Sharepoint support, and ASE improvements.
What's Changed
-
feat: Add ASE channel validation in #4589
-
feat: Add isVisible property to AceData with nanoid in #4606
-
feat: Support for SharePoint (Viva) Adaptive Card Extension in #4551
-
fix: USGovSingleTenant OAuthEndpoint in #4588
-
bump: Update mocha package to avoid vulnerability in #4603
-
fix: [#4582] UserAssignedIdentity(WorkloadIdentity) auth fails with 'scope https://api.botframework.com is not valid' in #4607
-
fix: Remove old @microsoft/recognizers-text-number version with postinstall scripts in #4608
-
fix: [#4544] JwtTokenExtractor.getIdentity:err! FetchError: request to 'login.botframework.com/v1/.well-known/openidconfiguration' in #4583
Proxy notes
The introduction of MSAL in 4.21.0 encountered an issue when used behind a proxy. This version adds an additional way to specify proxy settings. This does require a change to the bot startup code if required.
See this issue for details, and if additional discussion is required: #4544