Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bot Framework SDK 4.14.0.tar.gz | 2021-07-09 | 5.4 MB | |
Bot Framework SDK 4.14.0.zip | 2021-07-09 | 5.8 MB | |
README.md | 2021-07-09 | 3.9 kB | |
Totals: 3 Items | 11.2 MB | 0 |
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.