Skip to content

Bot Framework SDK 4.14.0

Latest
Compare
Choose a tag to compare
@EricDahlvang EricDahlvang released this 13 Jul 21:46
· 12 commits to main since this release
7f4ac4e

June 2021 (version 4.14.0)

Welcome to the June 2021 release of the Bot Framework SDK. This has been largely a maintenance release with a few notable items including General Availability of Components and Templates, the introduction of Cloud Adapter in BotBuilder-Python and BotBuilder-JS, and several Microsoft Teams meeting features. See below for complete SDK change logs.

Components and Templates (GA)

Components and templates are now at 1.1.1 Refer to botframework-components for more information.

Adaptive Cards Graph HelpAndCancel Welcome Teams
C# Nuget C# Nuget C# Nuget C# Nuget C# Nuget
- - JS NPM JS NPM JS NPM

Templates (npm)

Adaptive (Base) NPM
Empty - NPM
Core Assistant - NPM
Core Language - NPM
Core QnA - NPM
Enterprise Assistant - NPM
Enterprise Calendar - NPM
Enterprise People - NPM

Cloud Adapter

Currently available in the dotnet sdk, now introduced in javascript and python:

  • botbuilder-js 3790
  • botbuilder-python 1707

Microsoft Teams

The Bot Builder SDKs in dotnet, javascript, python and java continue to support Microsoft Teams features, with more additions to the Teams Meetings APIs.

  • Meeting start/end events
  • Get Meeting Info

Bot Framework CLI Tools

Most notable is the BF CLI has been updated to use Node JS >= 14.

  • QnA Chitchat has been optimized with a new ranker
  • node-fetch has been with has been replaced with axios to support using proxy
  • IMPORTANT: Node JS versions lower than 14 are no longer supported by the Bot Framework CLI Tools.

4.14.0 SDK Change Logs