You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.10.0_ReleaseNotes_Draft.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# August 2020 (version 4.10.0)
2
-
Welcome to the August 2020 release of the Bot Framework SDK. We are introducing some exciting [Additional New Features](#Additional-New-SDK-Features) with [Updates and Enhancements](#Other-Updates-and-Enhancements) primarily focused in five key pillars:
2
+
3
+
Welcome to the August 2020 release of the Bot Framework SDK. We are introducing some exciting [Additional New Features](#Additional-New-SDK-Features) with [Updates and Enhancements](#Other-Updates-and-Enhancements). This milestone we focused on all-up quality and engineering debt, broken down across the following pillars:
3
4
4
5
-[Documentation](#Documentation) Includes improvements to existing documentation and net new documentation centered on recurring issues and developer pain points.
5
6
@@ -11,8 +12,10 @@ Welcome to the August 2020 release of the Bot Framework SDK. We are introducing
11
12
12
13
-[Team Agility](#Team-Agility) Improved validation of SDK code and integration with supporting libraries and environments. Continuous integarion and build pipleline improvements.
13
14
15
+
**Insiders**: Want to try new features as soon as possible? You can download the nightly Insiders build [[C#](https://github.com/microsoft/botbuilder-dotnet/blob/master/UsingMyGet.md)][[JS](https://github.com/microsoft/botbuilder-js/blob/master/UsingMyGet.md)][[Python](https://github.com/microsoft/botbuilder-python/blob/master/UsingTestPyPI.md)][[CLI](https://github.com/Microsoft/botframework-cli#nightly-builds)] and try the latest updates as soon as they are available. And for the latest Bot Framework news, updates, and content, follow us on Twitter @msbotframework!
Following feedback from customers and the Bot Framework Support Team, a number of net new documents have been written as well as updates to existing documentation. These are helpful towards providing answers and information relating to recurring issues from bot developers.
18
21
@@ -22,19 +25,21 @@ Following feedback from customers and the Bot Framework Support Team, a number
22
25
- New documents addressing recurring bot developer issues
Developers using the Microsoft Bot Framework have many avenues for getting help. See [additional resources](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-resources-links-help) Internal tools have been improved to increase the responsiveness of the engineering team in areas of most interest to developers.
28
32
29
33
- Creation of internal bots and improved tools for customer support
30
34
- Improved analytics of trends in customer reported feature requests and issues
31
-
- Coordination of labels across `Git Hub` repositories
35
+
- Coordination of labels across `GitHub` repositories
- Coordination of labels across `Git Hub` repositories
38
43
- Add Locale to `ConversationUpdate`
39
44
- Update `CardAction` to support alt text for images on buttons
40
45
- Update `Skill Handler` to return `Resource Response`
@@ -56,7 +61,8 @@ Developers using the Microsoft Bot Framework have many avenues for getting help.
56
61
- Integration tests with Direct Line JS and adaptive cards
57
62
58
63
## Team Agility
59
-
[BF Team Agility GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Agility%22)
64
+
65
+
[BF Team Agility GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Agility%22+label%3AR10)
60
66
61
67
Improvements have been made across SDK repositories towards decreased CI pipeline times, improved testing, including both functional integration and unit tests.
62
68
@@ -84,10 +90,11 @@ Improvements have been made across SDK repositories towards decreased CI pipelin
84
90
85
91
## Microsoft Teams
86
92
87
-
-SSO support
93
+
-SDK and `OAuthPrompt` now support Teams SSO
88
94
- Increased `Adaptive Dialog` support for Teams events
89
95
- SDK supprot for lifecyle events: `ChannelRestored`, `TeamArchived`, `TeamUnarchived`,`TeamRestored`, `TeamDeleted`, and `TeamHardDeleted`
90
96
-`InstallationUpdate` activity type support
97
+
-`LinkToMessage` added to `MessageActionsPayload`
91
98
92
99
## Bot Framework CLI Tools
93
100
-`Lg` added as BF-CLI core plugin
@@ -118,13 +125,10 @@ See Composer [1.1.0 Release Notes](https://github.com/microsoft/BotFramework-Com
118
125
- Fixed a bug where trying to open the sign-in link on an OAuth card when ngrok was not configured would cause the Windows File Explorer to open
119
126
- Improved CONTRIBUTING.md to more accurately reflect requisites to build the Emulator from source
120
127
- Updates to Cosmos DB service editor dialog
121
-
- Upgrded Web Chat to 4.10.0
122
128
123
129
## Additional New SDK Features
124
130
-[Orchestrator](https://aka.ms/bf-orchestrator): Transformer based solution that runs locally with your bot to dispatch across one or more [Bot Builder Skills](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-skills-overview) or [LUIS](https://www.luis.ai/) applications or [QnA Maker](https://www.qnamaker.ai/) Knowledgebase.
125
131
126
132
-[Microsoft.Bot.Builder.Azure.Queues](Microsoft.Bot.Builder.Azure.Queues) (preview) Enables more easily interacting with [Azure Queues](https://docs.microsoft.com/azure/storage/queues/storage-queues-introduction) and `ContinueConversationLater` Dialog
127
133
128
134
-[Microsoft.Bot.Builder.Azure.Blobs](Microsoft.Bot.Builder.Azure.Blobs)`BlobsStorage` and `BlobsTranscriptStore` implementations replacing `AzureBlobStorage` and `AzureBlobTranscriptStore`. This library uses [Azure.Storage.Blobs](https://www.nuget.org/packages/Azure.Storage.Blobs) and is a replacement for the older [Microsoft.Azure.Storage.Blob](https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/) used by [Microsoft.Bot.Builder.Azure](https://www.nuget.org/packages/Microsoft.Bot.Builder.Azure/).
129
-
130
-
**Insiders**: Want to try new features as soon as possible? You can download the nightly Insiders build [[C#](https://github.com/microsoft/botbuilder-dotnet/blob/master/UsingMyGet.md)][[JS](https://github.com/microsoft/botbuilder-js/blob/master/UsingMyGet.md)][[Python](https://github.com/microsoft/botbuilder-python/blob/master/UsingTestPyPI.md)][[CLI](https://github.com/Microsoft/botframework-cli#nightly-builds)] and try the latest updates as soon as they are available. And for the latest Bot Framework news, updates, and content, follow us on Twitter @msbotframework!
0 commit comments