Skip to content

Releases: microsoft/botbuilder-js

Bot Framework JS SDK 4.22.2

15 Apr 22:11
Compare
Choose a tag to compare

This is the April 2024 JS SDK patch release. This release contains minor bug fixes and security updates.

What's Changed

Full Changelog: 4.22.1...4.22.2

Bot Framework JS SDK 4.22.0

25 Jan 14:43
Compare
Choose a tag to compare

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.

image

See this issue for details, and if additional discussion is required: #4544

Bot Framework JS SDK 4.21.4

08 Jan 15:21
Compare
Choose a tag to compare

This is the January 2024 patch release for the JS SDK. This contains a security fix for axios.

What's Changed

NOTICE
Node versions 16 and older no longer have long-term support. Bot Framework SDK still supports Node 16, but users of the SDK should transition to at least Node 18 as soon as possible. We will not be able to continue supporting Node 16 and older bots with this SDK.

Bot Framework JS SDK 4.21.3

07 Dec 20:00
Compare
Choose a tag to compare

This is the December 2023 JS release. This release contains improvements to SN+I functionality.

Bot Framework JS SDK 4.21.1

09 Nov 22:59
45d7dda
Compare
Choose a tag to compare

This is the November 2023 Bot Framework JS SDK patch release. This release contains security related updates.

What's Changed

Full Changelog: 4.21.0...4.21.1

Bot Framework JS SDK 4.21.0

25 Oct 15:47
593cd3b
Compare
Choose a tag to compare

This is the October 2023 of the JS SDK. This release contains new Teams features and security fixes.

What's Changed

Teams

Other Changes

New Contributors

Full Changelog: 4.20.1...4.21.0

Bot Framework JS SDK 4.20.1

19 Sep 19:37
cbb187d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.20.0...4.20.1

Bot Framework for JS SDK 4.20.0

01 Jun 18:21
1b967e3
Compare
Choose a tag to compare

This is the June 2023 release of the JavaScript SDK. This release contains Teams features and bug/security fixes.

What's Changed

Teams

Other

New Contributors

Full Changelog: 4.19.0...4.20.0

Bot Framework JS SDK 4.19.3

23 Mar 14:09
Compare
Choose a tag to compare

Welcome to the March 2023 release of the Bot Framework SDK.

What's Changed

  • Streaming client should connect under Node.js #4413
  • Update channelServiceRoutes to add next() parameter to support restify 10.0.0+ #4429

Bot Framework JS SDK 4.19.2

28 Feb 15:55
Compare
Choose a tag to compare

Welcome to the February 2023 release of the Bot Framework SDK.

What's Changed

SSO

  • Cloud adapter is not working with teams SSO #4427