Skip to content

Commit a596257

Browse files
authored
R10 release notes updates (#5987)
* Draft: 4.10.0 Release Notes Summary * couple R10 ReleaseNotes updates * release note pillar github query filters
1 parent 1baae3c commit a596257

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

docs/4.10.0_ReleaseNotes_Draft.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 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:
34

45
- [Documentation](#Documentation) Includes improvements to existing documentation and net new documentation centered on recurring issues and developer pain points.
56

@@ -11,8 +12,10 @@ Welcome to the August 2020 release of the Bot Framework SDK. We are introducing
1112

1213
- [Team Agility](#Team-Agility) Improved validation of SDK code and integration with supporting libraries and environments. Continuous integarion and build pipleline improvements.
1314

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!
16+
1417
## Documentation
15-
[BF Docs GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Docs%22)
18+
[BF Docs GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Docs%22+label%3AR10)
1619

1720
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.
1821

@@ -22,19 +25,21 @@ Following feedback from customers and the Bot Framework Support Team, a number
2225
- New documents addressing recurring bot developer issues
2326

2427
## Customer Supportability
25-
[BF Supportability GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Supportability%22)
28+
29+
[BF Supportability GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Supportability%22+label%3AR10)
2630

2731
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.
2832

2933
- Creation of internal bots and improved tools for customer support
3034
- 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
3236

3337
## Customer Ask
34-
[BF Customer Ask GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Customer+Ask%22)
38+
[BF Customer Ask GitHub](https://github.com/issues?q=is%3Aissue+label%3A%22BF+Customer+Ask%22+label%3AR10)
3539

3640
- Additional Teams channel lifecycle events
37-
- Improved `Applicaition Insights` integration
41+
- Improved `Application Insights` integration
42+
- Coordination of labels across `Git Hub` repositories
3843
- Add Locale to `ConversationUpdate`
3944
- Update `CardAction` to support alt text for images on buttons
4045
- Update `Skill Handler` to return `Resource Response`
@@ -56,7 +61,8 @@ Developers using the Microsoft Bot Framework have many avenues for getting help.
5661
- Integration tests with Direct Line JS and adaptive cards
5762

5863
## 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)
6066

6167
Improvements have been made across SDK repositories towards decreased CI pipeline times, improved testing, including both functional integration and unit tests.
6268

@@ -84,10 +90,11 @@ Improvements have been made across SDK repositories towards decreased CI pipelin
8490

8591
## Microsoft Teams
8692

87-
- SSO support
93+
- SDK and `OAuthPrompt` now support Teams SSO
8894
- Increased `Adaptive Dialog` support for Teams events
8995
- SDK supprot for lifecyle events: `ChannelRestored`, `TeamArchived`, `TeamUnarchived`,`TeamRestored`, `TeamDeleted`, and `TeamHardDeleted`
9096
- `InstallationUpdate` activity type support
97+
- `LinkToMessage` added to `MessageActionsPayload`
9198

9299
## Bot Framework CLI Tools
93100
- `Lg` added as BF-CLI core plugin
@@ -118,13 +125,10 @@ See Composer [1.1.0 Release Notes](https://github.com/microsoft/BotFramework-Com
118125
- 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
119126
- Improved CONTRIBUTING.md to more accurately reflect requisites to build the Emulator from source
120127
- Updates to Cosmos DB service editor dialog
121-
- Upgrded Web Chat to 4.10.0
122128

123129
## Additional New SDK Features
124130
- [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.
125131

126132
- [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
127133

128134
- [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

Comments
 (0)