Skip to content

Commit 1c9f8fe

Browse files
Update dependency Microsoft.Bot.Builder.Integration.AspNet.Core to 4.23.0 (#1921)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Bot.Builder.Integration.AspNet.Core](https://redirect.github.com/Microsoft/botbuilder-dotnet) | nuget | minor | `4.6.2` -> `4.23.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Microsoft/botbuilder-dotnet (Microsoft.Bot.Builder.Integration.AspNet.Core)</summary> ### [`v4.23.0`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.23.0): Bot Framework DotNet SDK 4.23.0 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.9...4.23.0) #### What's Changed - \[[#&#8203;6768](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6768)] CosmosDBKeyEscape.TruncateKeyIfNeeded return different value after compiled by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6860](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6860) - fix: \[[#&#8203;6861](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6861)]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation by [@&#8203;JhontSouth](https://redirect.github.com/JhontSouth) in [https://github.com/microsoft/botbuilder-dotnet/pull/6867](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6867) - Bump the nuget group across 9 directories with 1 update by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/microsoft/botbuilder-dotnet/pull/6859](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6859) - fix: Disable telemetry adaptive sampling by [@&#8203;JhontSouth](https://redirect.github.com/JhontSouth) in [https://github.com/microsoft/botbuilder-dotnet/pull/6849](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6849) - Suppressed general exception warning by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6851](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6851) - Bumped dependencies for System.Text.Json alert by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6864](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6864) - Add obsolete tag to MsalServiceClientCredentialsFactory class by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6866](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6866) - fix:\[[#&#8203;6877](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6877)] Bot is not accepting v2 tokens from Bot Framework Emulator - Single Tenant Bots by [@&#8203;JhontSouth](https://redirect.github.com/JhontSouth) in [https://github.com/microsoft/botbuilder-dotnet/pull/6879](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6879) - Port PVA unit tests by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6868](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6868) - Disable manual component injection since it is injected by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6880](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6880) - Fix create parity issue github action by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6881](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6881) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.9...4.23.0 ### [`v4.22.9`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.9): Bot Framework DotNet SDK 4.22.9 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.8...4.22.9) #### What's Changed - Fix Attachment issue when it has a MemoryStream instance in [https://github.com/microsoft/botbuilder-dotnet/pull/6850](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6850) - Disable telemetry adaptive sampling in [https://github.com/microsoft/botbuilder-dotnet/pull/6849](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6849) - SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter in [https://github.com/microsoft/botbuilder-dotnet/pull/6848](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6848) ### [`v4.22.8`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.8): Bot Framework DotNet SDK 4.22.8 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.7...4.22.8) This is the September 2024 release of the DotNet Bot Framework SDK. #### What's Changed - Fix for Skills endorsement check in [https://github.com/microsoft/botbuilder-dotnet/pull/6846](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6846) - Federated Credentials (Microsoft tenant only) in [https://github.com/microsoft/botbuilder-dotnet/pull/6838](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6838) - Remove .Net Core 3.1 from projects in [https://github.com/microsoft/botbuilder-dotnet/pull/6819](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6819) - Update packages to latest version that support .NET 6 in [https://github.com/microsoft/botbuilder-dotnet/pull/6840](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6840) - SM02211 issue alert in [https://github.com/microsoft/botbuilder-dotnet/pull/6843](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6843) This release also adds the correct PublicKeyToken back to the assemblies. This does not appear as a PR since it was a build pipeline issue. ### [`v4.22.7`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.7): Bot Framework DotNet SDK 4.22.7 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.4...4.22.7) This is the June 2024 release of the Bot Framework DotNet SDK. This release contains security and authorization fixes. #### What's Changed - Microsoft.Identity.Client bump by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6800](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6800) - Corrected Authority in MsalServiceClientCredentialsFactory by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6802](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6802) - CertificateServiceClientCredentialsFactory handles public, Gov, and private clouds by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6806](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6806) - fix: \[[#&#8203;6758](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6758)] Update to version 3 of the Azure Cosmos DB .NET SDK by [@&#8203;JhontSouth](https://redirect.github.com/JhontSouth) in [https://github.com/microsoft/botbuilder-dotnet/pull/6796](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6796) - Add Microsoft.AdaptiveExpressions.Core, fork of AdaptiveExpressions on System.Text.Json (and AOT compatible) by [@&#8203;jevansaks](https://redirect.github.com/jevansaks) in [https://github.com/microsoft/botbuilder-dotnet/pull/6783](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6783) - AdaptiveExpression.Core package rename by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6807](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6807) - AdaptiveExpression.Core framework by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6808](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6808) - AdaptiveExpression.Core duplicated icon.png by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6809](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6809) ### [`v4.22.4`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.4): Bot Framework DotNet SDK 4.22.4 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4) This is the May 2024 Bot Framework DotNet SDK patch release. This release contains security fixes, .Net 8, and authentication improvements. #### What's Changed - Microsoft.Identity.Client bump by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6779](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6779) - \[[#&#8203;6741](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6741)] Update projects to .Net 8 by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6760](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6760) - \[[#&#8203;6741](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6741)] Update functional test pipelines to .NET8 by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6761](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6761) - \[[#&#8203;6741](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6741)] Update generators templates and VSIX to .Net 8 by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6762](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6762) - fix: Add Audience for Certificate auth to work with Skills by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6794](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6794) - Fix error when building activity with non-string text by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6753](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6753) - feat: Support Single Tenant authentication through BotFramework-Emulator by [@&#8203;JhontSouth](https://redirect.github.com/JhontSouth) in [https://github.com/microsoft/botbuilder-dotnet/pull/6769](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6769) - New LGTM suppression syntax - BlobsStorage by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6782](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6782) - Logging UnauthorizedAccessException in BotFrameworkHttpAdapter by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6784](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6784) - Added messages for all UnauthorizedAccessException by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6786](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6786) - Converting to new CodeQL suppression syntax by [@&#8203;gandiddi](https://redirect.github.com/gandiddi) in [https://github.com/microsoft/botbuilder-dotnet/pull/6787](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6787) - fix: \[[#&#8203;6792](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6792)] Composer Bot with QnA Intent recognized triggers duplicate QnA queries by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6793](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6793) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4 ### [`v4.22.3`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.3): Bot Framework DotNet SDK 4.22.3 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.2...4.22.3) This is the April 2024 DotNet SDK patch release. This version contains minor bug fixes and security updates. #### What's Changed - Microsoft.IdentityModel.Protocols.OpenIdConnect bump in [https://github.com/microsoft/botbuilder-dotnet/pull/6756](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6756) - Update TimeoutException message in [https://github.com/microsoft/botbuilder-dotnet/pull/6773](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6773) - The ShowTypingMiddleware throws System.ObjectDisposedException when an exception occurs in the bot in [https://github.com/microsoft/botbuilder-dotnet/pull/6772](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6772) - Move SaveAllChanges method from SetProperty to OAuthInput in [https://github.com/microsoft/botbuilder-dotnet/pull/6757](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6757) - Fix error when building activity with non-string text in [https://github.com/microsoft/botbuilder-dotnet/pull/6753](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6753) ### [`v4.22.2`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.2): Bot Framework DotNet SDK 4.22.2 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.1...4.22.2) This is the second February 2024 patch release to correct LU parsing issues and a security fix. #### What's Changed - Fix LU parser rules to support all comments in a file by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6744](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6744) - Updated NuGet.Packaging by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6749](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6749) ### [`v4.22.1`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.1): Bot Framework DotNet SDK 4.22.1 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.22.0...4.22.1) This is the February 2024 4.22.1 release for the DotNet SDK. This contains bug fixes. #### What's Changed - Manually adding zh-CN and zh-TW to LanguagePolicy in [https://github.com/microsoft/botbuilder-dotnet/pull/6745](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6745) - Typing middleware not working as expected in teams as well as web chat channel in [https://github.com/microsoft/botbuilder-dotnet/pull/6743](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6743) ### [`v4.22.0`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.0): Bot Framework DotNet SDK 4.22.0 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.21.2...4.22.0) This is the January 2024 4.22.0 release for the DotNet SDK. This contains a security fixes Sharepoint support, and ASE improvements. #### What's Changed - feat: Add ASE channel validation in [https://github.com/microsoft/botbuilder-dotnet/pull/6718](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6718) - feat: Include HEAD method to http requests in [https://github.com/microsoft/botbuilder-dotnet/pull/6713](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6713) - feat: Support for SharePoint (Viva) Adaptive Card Extension in [https://github.com/microsoft/botbuilder-dotnet/pull/6695](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6695) - feat: Add isVisible property to AceData in [https://github.com/microsoft/botbuilder-dotnet/pull/6730](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6730) - fix: USGovSingleTenant OAuthEndpoint in [https://github.com/microsoft/botbuilder-dotnet/pull/6714](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6714) - bump: System.IdentityModel.Tokens.Jwt in [https://github.com/microsoft/botbuilder-dotnet/pull/6731](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6731) - Fix a json serializer bug in [https://github.com/microsoft/botbuilder-dotnet/pull/6722](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6722) - Add obsolete warning to Orchestrator classes in [https://github.com/microsoft/botbuilder-dotnet/pull/6711](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6711) ### [`v4.21.2`](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.21.1...4.21.2) [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.21.1...4.21.2) ### [`v4.21.1`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.21.1): Bot Framework DotNet SDK 4.21.1 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.21.0...4.21.1) This is the October 2023 patch release for the Bot Framework DotNet SDK. #### What's Changed - fix: \[[#&#8203;6683](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6683)] Timeout issue when using DLASE by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6696](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6696) - Support SN+I authentication with AAD by [@&#8203;mikeus-hanzlik](https://redirect.github.com/mikeus-hanzlik) in [https://github.com/microsoft/botbuilder-dotnet/pull/6694](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6694) - Add sendx5c parameter to Certificate factory class by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6699](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6699) - \[[#&#8203;6643](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6643)] WithManagedIdentity is experimental and not exist in Microsoft.Identity.Client 4.51.0 by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6686](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6686) - \[[#&#8203;6651](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6651)] Replace TestFramework package to remove ADAL dependencies by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6690](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6690) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.21.0...4.21.1 ### [`v4.21.0`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.21.0): Bot Framework DotNet SDK 4.21.0 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.20.1...4.21.0) Welcome to the September 2023 minor release of the Bot Framework SDK. #### What's Changed ##### Teams - Support Bot new invoke type: config by [@&#8203;yingduyingdu](https://redirect.github.com/yingduyingdu) in [https://github.com/microsoft/botbuilder-dotnet/pull/6632](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6632) - \[Teams] Add support for meeting participants added/removed events by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6677](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6677) - Implementation of Teams batch APIs by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6655](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6655) ##### Other - Add WithAuthority to MSAL client application builder by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6671](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6671) - Drop ADAL to unblock pipeline by [@&#8203;Danieladu](https://redirect.github.com/Danieladu) in [https://github.com/microsoft/botbuilder-dotnet/pull/6687](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6687) - Resolve concurrency issues in InterfaceConverter's ReadJson method by [@&#8203;ramfattah](https://redirect.github.com/ramfattah) in [https://github.com/microsoft/botbuilder-dotnet/pull/6681](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6681) - Use LRUCache in ExpressionParser for efficient memory usage by [@&#8203;ramfattah](https://redirect.github.com/ramfattah) in [https://github.com/microsoft/botbuilder-dotnet/pull/6667](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6667) - Upgrade ANTLR to version 4.11.1 in Microsoft.Bot.Builder.Parsers.LU project by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6670](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6670) - Updated stray Microsoft.Rest.ClientRuntime dependency by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6675](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6675) - [#&#8203;6673](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6673) - Fix of SNI auth not working in Cert based authentication by [@&#8203;mikeus-hanzlik](https://redirect.github.com/mikeus-hanzlik) in [https://github.com/microsoft/botbuilder-dotnet/pull/6676](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6676) - Update JwtTokenExtractor.cs by [@&#8203;xieofxie](https://redirect.github.com/xieofxie) in [https://github.com/microsoft/botbuilder-dotnet/pull/6685](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6685) - Updated NuGet.Packaging by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6652](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6652) - fix: cleanup streaming high-perf logs by [@&#8203;stevengum](https://redirect.github.com/stevengum) in [https://github.com/microsoft/botbuilder-dotnet/pull/6650](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6650) - Explicitly adding 3.1 to test steps. by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6666](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6666) - Microsoft.Rest.ClientRuntime from 2.3.21 to 2.3.24 by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6662](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6662) - \[[#&#8203;6642](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6642)] Handle null content by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6654](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6654) - \[[#&#8203;6644](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6644)] Remove BotFrameworkAdapter Obsolete annotation by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6648](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6648) - Adding Microsoft SECURITY.MD by [@&#8203;microsoft-github-policy-service](https://redirect.github.com/microsoft-github-policy-service) in [https://github.com/microsoft/botbuilder-dotnet/pull/6639](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6639) #### New Contributors - [@&#8203;microsoft-github-policy-service](https://redirect.github.com/microsoft-github-policy-service) made their first contribution in [https://github.com/microsoft/botbuilder-dotnet/pull/6639](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6639) - [@&#8203;mikeus-hanzlik](https://redirect.github.com/mikeus-hanzlik) made their first contribution in [https://github.com/microsoft/botbuilder-dotnet/pull/6676](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6676) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.20.0...4.21.0 ### [`v4.20.1`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.20.1): Bot Framework DotNet SDK 4.20.1 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.20.0...4.20.1) Welcome to the July 2023 patch release of the Bot Framework SDK. #### What's Changed - Add WithAuthority to MSAL client application builder in [https://github.com/microsoft/botbuilder-dotnet/pull/6671](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6671) - Upgrade ANTLR to version 4.11.1 in Microsoft.Bot.Builder.Parsers.LU project in [https://github.com/microsoft/botbuilder-dotnet/pull/6670](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6670) - Use LRUCache in ExpressionParser for efficient memory usage in [https://github.com/microsoft/botbuilder-dotnet/pull/6667](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6667) - Updated NuGet.Packaging in [https://github.com/microsoft/botbuilder-dotnet/pull/6652](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6652) - Microsoft.Rest.ClientRuntime from 2.3.21 to 2.3.24 in [https://github.com/microsoft/botbuilder-dotnet/pull/6662](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6662) ### [`v4.20.0`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.20.0): Bot Framework DotNet SDK 4.20.0 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.19.3...4.20.0) This is the June 2023 release of the DotNet SDK. This release contains Teams features and bug/security fixes. #### What's Changed ##### Teams - Support MeetingTabIconSurface in Meeting Notification API by [@&#8203;yingduyingdu](https://redirect.github.com/yingduyingdu) in [https://github.com/microsoft/botbuilder-dotnet/pull/6621](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6621) - Add support for Teams Adaptive cards in QnA Dialog by [@&#8203;anishprasad01](https://redirect.github.com/anishprasad01) in [https://github.com/microsoft/botbuilder-dotnet/pull/6625](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6625) - \[[#&#8203;6086](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6086)] Teams is adding support for suggested actions in 1-1 chats by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6607](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6607) - Fix class structure for meeting notification feature extensibility by [@&#8203;yingduyingdu](https://redirect.github.com/yingduyingdu) in [https://github.com/microsoft/botbuilder-dotnet/pull/6579](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6579) - \[[#&#8203;6596](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6596)] TeamsChannelData need OnBehalfOf by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6609](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6609) ##### Other - \[[#&#8203;6589](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6589)] Default to MSAL and eliminate ADAL without breaking changes by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6605](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6605) - Fix cast issue in SendHandoffActivity action by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6575](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6575) - \[[#&#8203;6563](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6563)] Expired JWT token exception not being handled by [@&#8203;erquirogasw](https://redirect.github.com/erquirogasw) in [https://github.com/microsoft/botbuilder-dotnet/pull/6572](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6572) - Added log to ProcessAsync method in CloudAdapter.cs. by [@&#8203;erquirogasw](https://redirect.github.com/erquirogasw) in [https://github.com/microsoft/botbuilder-dotnet/pull/6587](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6587) - \[[#&#8203;6582](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6582), [#&#8203;6584](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6584)] Incorrect serialization of state when using Blob or CosmosDB storage in v4.19.x by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6585](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6585) - Removed MyGet instructions by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6588](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6588) - \[[#&#8203;6591](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6591)] Concurrency issue with TimeZoneConverter by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6593](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6593) - Disabled warning CA1507 in Parsers.LU by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6600](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6600) - \[[#&#8203;6590](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6590)] Error while saving bot state to azure blob storage by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6595](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6595) - \[[#&#8203;6558](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6558)] Update to ANTLR 4.11 to compensate for breaking changes between versions by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6586](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6586) - Bump minimatch and replace in /libraries/Swagger by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/microsoft/botbuilder-dotnet/pull/6601](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6601) - fix: Custom Question Answering in MS Teams by [@&#8203;anishprasad01](https://redirect.github.com/anishprasad01) in [https://github.com/microsoft/botbuilder-dotnet/pull/6603](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6603) - \[[#&#8203;6616](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6616)] Telemetry not logging ActivityID and ConversationID by [@&#8203;erquirogasw](https://redirect.github.com/erquirogasw) in [https://github.com/microsoft/botbuilder-dotnet/pull/6620](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6620) - USER scope variable values do not transfer to skill when SSO is configured by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6612](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6612) - \[[#&#8203;6560](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6560)] Allow TokenCredential authentication in CosmosDbPartitionedStorage by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6614](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6614) - \[[#&#8203;5820](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5820)] Outgoing Activity Locale being Overwritten by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6629](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6629) - \[[#&#8203;6624](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6624)] port: \[[#&#8203;4452](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/4452)]\[[#&#8203;4456](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/4456)]\[[#&#8203;4460](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/4460)]\[botframework-streaming] Should reject pending requests on disconnection by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6627](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6627) - \[[#&#8203;5577](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5577)] BotFrameworkClientImpl.PostActivityAsync() doesn't support null fromBotId and toBotId values by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6626](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6626) - \[[#&#8203;6588](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6588)] UserId not being passed to AzureDiagnostics by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6623](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6623) - \[[#&#8203;6628](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6628)] port \[[#&#8203;4449](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/4449)] CloudAdapter always builds Connector with MicrosoftAppCredentials (never CertificateAppCredentials) -- certificate auth flow broken by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6631](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6631) - \[[#&#8203;6346](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6346)] Add Azure Storage (BlobStorage.cs) using a managed identity by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6636](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6636) - Allow sending GET requests with a body by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6633](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6633) #### New Contributors - [@&#8203;erquirogasw](https://redirect.github.com/erquirogasw) made their first contribution in [https://github.com/microsoft/botbuilder-dotnet/pull/6572](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6572) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.19.0...4.20.0 ### [`v4.19.3`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.19.3): Bot Framework DotNet SDK 4.19.3 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.19.2...4.19.3) Welcome to the February 2023 patch release of the Bot Framework SDK. #### What's Changed - Concurrency issue with TimeZoneConverter [#&#8203;6593](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6593) ### [`v4.19.2`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.19.2): Bot Framework DotNet SDK 4.19.2 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.19.1...4.19.2) Welcome to the February 2023 patch release of the Bot Framework SDK. #### What's Changed ##### Teams - Fix class structure for meeting notification feature extensibility [#&#8203;6579](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6579) ##### Other - Incorrect serialization of state when using Blob or CosmosDB storage [#&#8203;6585](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6585) - Added log to ProcessAsync method in CloudAdapter [#&#8203;6587](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6587) ### [`v4.19.1`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.19.1): Bot Framework DotNet SDK 4.19.1 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.19.0...4.19.1) Welcome to the January 2023 patch release of the Bot Framework SDK. This release has been focused on bug fixes. #### What's Changed - Fix cast issue in SendHandoffActivity action [#&#8203;6575](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6575) - Expired JWT token exception not being handled [#&#8203;6572](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6572) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.19.0...4.19.1 ### [`v4.19.0`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.19.0): Bot Framework DotNet SDK 4.19.0 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.18.1...4.19.0) Welcome to the January 2023 release of the Bot Framework SDK. This release has been focused on bug fixes and general improvements. #### What's Changed ##### Teams - Support Teams message edit, message soft delete, message undelete activities by [@&#8203;yingduyingdu](https://redirect.github.com/yingduyingdu) in [https://github.com/microsoft/botbuilder-dotnet/pull/6564](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6564) - Support bot sdk dot net for targeted meeting notification by [@&#8203;yingduyingdu](https://redirect.github.com/yingduyingdu) in [https://github.com/microsoft/botbuilder-dotnet/pull/6570](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6570) ##### Other - Fix CodeQL alert SM01507: Client-side URL redirect by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6538](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6538) - Added tsaoptions.json by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6539](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6539) - Corrected TSAEnabled key case by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6541](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6541) - \[[#&#8203;6511](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6511)] CodeQL alert SM02200: Weak hmacs - Suppress alert for WebexClientWrapper by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6540](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6540) - \[[#&#8203;6542](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6542)] Applying BotMessageSerializerSettings.MaxDepth doesn't seem to work by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6546](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6546) - Fix CodeQL SM02211 alert by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6548](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6548) - \[[#&#8203;6512](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6512)] CodeQL alert SM00431: Information exposure through an exception by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6544](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6544) - Fix CodeQL alert SM03926: Security sensitive JsonWebTokenHandler validations are disabled by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6550](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6550) - Fix CodeQL SM02211 alert - SerializationBinder by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6549](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6549) - Removed some lingering NewtonSoft <13 references by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6556](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6556) - \[[#&#8203;6510](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6510)] Suppress CodeQL SM03926 alerts by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6555](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6555) - \[[#&#8203;6531](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6531)] Prompt validation of confirm prompt in chatbot is not working for newly added language by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6554](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6554) - \[CodeQL] Fix remaining SM00431 alerts by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6561](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6561) - Update ESRP signing task to v2 by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6566](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6566) #### New Contributors - [@&#8203;yingduyingdu](https://redirect.github.com/yingduyingdu) made their first contribution in [https://github.com/microsoft/botbuilder-dotnet/pull/6564](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6564) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.18.1...4.19.0 ### [`v4.18.1`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.18.1): Bot Framework DotNet SDK 4.18.1 Welcome to the October 2022 release of the Bot Framework SDK. This release has been focused on bug fixes and general improvements. #### What's Changed ##### Teams - Add new handler for anonymous query link invoke by [@&#8203;daseong-ms](https://redirect.github.com/daseong-ms) in [https://github.com/microsoft/botbuilder-dotnet/pull/6524](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6524) - Ensure TeamsChannelData is supplied to ChannelData by [@&#8203;ramfattah](https://redirect.github.com/ramfattah) in [https://github.com/microsoft/botbuilder-dotnet/pull/6477](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6477) ##### General bug fixes and maintenance - Fix NamedPipe reconnection in [https://github.com/microsoft/botbuilder-dotnet/pull/6526](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6526) - Updated Microsoft.ApplicationInsights.AspNetCore in [https://github.com/microsoft/botbuilder-dotnet/pull/6529](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6529) - Enable CodeQL in pipelines (compliance) by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6473](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6473) - Bumped generator dependency versions by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6527](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6527) #### New Contributors - [@&#8203;daseong-ms](https://redirect.github.com/daseong-ms) made their first contribution in [https://github.com/microsoft/botbuilder-dotnet/pull/6524](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6524) **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.17.2...4.18.1 ### [`v4.17.2`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.17.2): Bot Framework DotNet SDK 4.17.2 [Compare Source](https://redirect.github.com/Microsoft/botbuilder-dotnet/compare/4.17.1...4.17.2) Welcome to the September 2022 release of the Bot Framework SDK. This release has been focused on bug fixes and general improvements. #### What's Changed - Support passing sas token url's for token service by [@&#8203;swagatmishra2007](https://redirect.github.com/swagatmishra2007) in [https://github.com/microsoft/botbuilder-dotnet/pull/6449](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6449) - \[[#&#8203;6434](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6434)] Priority broken for RegexRecognizer by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6435](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6435) - \[[#&#8203;5800](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5800)] AdaptiveExpression Bool function is not very useful because it doesn't convert anything but ints by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6431](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6431) - \[[#&#8203;6354](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6354)] isMatch adaptive expression returns error when value is null or empty string by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6426](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6426) - \[[#&#8203;6430](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6430)] Adaptive ForEachElement does not exit when child action CancelAllDialogs is called by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6452](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6452) - \[[#&#8203;6432](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6432)] TeamsInfo.GetMemberAsync(...) doesn't work properly in Skill Bot scenario, it returns http 405 error by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6443](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6443) - \[[#&#8203;6433](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6433)] Error in AdaptiveDialog.ContinueActionAsync with native dialog SDK by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6444](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6444) - \[ [#&#8203;6459](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6459)] Typing indicator shown after bot has replied - \[[#&#8203;6446](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6446)] TeamsInfo GetTeamChannelsAsync, GetTeamDetailsAsync don't pass along the cancellation token **Full Changelog**: https://github.com/microsoft/botbuilder-dotnet/compare/4.17.1...4.17.2 ### [`v4.17.1`](https://redirect.github.com/microsoft/botbuilder-dotnet/releases/tag/4.17.1): Bot Framework DotNet SDK 4.17.1 Welcome to the July 2022 release of the Bot Framework SDK. This release has been focused on bug fixes and general improvements. #### Required changes to existing bots ##### CosmosDB This release removed the deprecated CosmosDBStorage and CosmosDBStorageOptions class. Existing bots should use CosmosDBPartitionedStorage and CosmosDBPartitionedStorageOptions instead. ##### NewtonSoft v13 The update to v13 can cause issues due to NewtonSoft v13 defaulting to a lower MaxDepth than v12. This can cause exceptions while processing some payloads, especially when using Adaptive Dialogs. The following change should be made in your bots Startup.cs to set the MaxDepth to a higher value services.AddHttpClient().AddControllers().AddNewtonsoftJson(options => { options.SerializerSettings.MaxDepth = HttpHelper.BotMessageSerializerSettings.MaxDepth; }); #### What's Changed ##### Teams - Add support for search invoke by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6272](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6272) - Add settings.selectedChannel to TeamsChannelData and Type to ChannelInfo and TeamDetails by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6360](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6360) - MeetingDetails dates are nullable by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6337](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6337) - Add Teams read receipt event by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6356](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6356) #### What's Changed - Update README by [@&#8203;mrivera-ms](https://redirect.github.com/mrivera-ms) in [https://github.com/microsoft/botbuilder-dotnet/pull/6279](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6279) - Log error message from Streaming web socket response. by [@&#8203;msomanathan](https://redirect.github.com/msomanathan) in [https://github.com/microsoft/botbuilder-dotnet/pull/6283](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6283) - Do not check for streaming activity if ServiceUrl is null. by [@&#8203;msomanathan](https://redirect.github.com/msomanathan) in [https://github.com/microsoft/botbuilder-dotnet/pull/6282](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6282) - Update WebApi projects target framework to 4.7.2. by [@&#8203;mrivera-ms](https://redirect.github.com/mrivera-ms) in [https://github.com/microsoft/botbuilder-dotnet/pull/6285](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6285) - Add missing badges for 4 packages to readme by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6294](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6294) - Updated generator BF dependency versions by [@&#8203;tracyboehrer](https://redirect.github.com/tracyboehrer) in [https://github.com/microsoft/botbuilder-dotnet/pull/6295](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6295) - Fix sku values in ARM template by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6309](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6309) - Update pipeline to coveralls.net v 3.0.0 by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6310](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6310) - Add oAuthEndpoint to \_oAuthClients cache key by [@&#8203;craigjensen](https://redirect.github.com/craigjensen) in [https://github.com/microsoft/botbuilder-dotnet/pull/6298](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6298) - \[[#&#8203;6229](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6229)] Add descriptions to ARM template parameters files by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6316](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6316) - Add ApplicationName to CosmosDb client options for UserAgent by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6321](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6321) - Fix create-botbuilder-parity-issues.yml workflow by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6322](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6322) - Handle DialogEvents.RepromptDialog in ForEachElement by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6325](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6325) - BotBuilder-DotNet-Webex-Functional-Test-yaml intermittently fails by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6326](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6326) - Fix task 'Verify publish compat results success' by [@&#8203;BruceHaley](https://redirect.github.com/BruceHaley) in [https://github.com/microsoft/botbuilder-dotnet/pull/6329](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6329) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Add unit tests for AzureBlobStorage by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6301](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6301) - \[[#&#8203;5678](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5678)] Channels "enumeration" is out of date by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6314](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6314) - Changed min requirements for some libraries in the netstandard targetets by [@&#8203;gabog](https://redirect.github.com/gabog) in [https://github.com/microsoft/botbuilder-dotnet/pull/6341](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6341) - \[[#&#8203;6339](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6339)] Mark deprecated channels as obsolete in Channels enum by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6343](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6343) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Add unit tests to cover AzureBlobTranscriptStore by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6311](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6311) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Update CosmosDbPartitionedStorage from Functional to Unit tests by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6302](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6302) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Update CosmosDbStorage from Functional to Unit tests by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6303](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6303) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Update Blobs from Functional to Unit tests by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6304](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6304) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Update Azure Queues from Functional to Unit tests by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6305](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6305) - \[[#&#8203;5837](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5837)] Fix sentiment values not being set for None / Unknown intent by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6348](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6348) - Retrieve luis recognizer options from DialogContext.State by [@&#8203;EricDahlvang](https://redirect.github.com/EricDahlvang) in [https://github.com/microsoft/botbuilder-dotnet/pull/6331](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6331) - \[[#&#8203;6265](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6265)] NullReferenceException when passing dialog name as variable to Microsoft.BeginDialog by [@&#8203;sw-joelmut](https://redirect.github.com/sw-joelmut) in [https://github.com/microsoft/botbuilder-dotnet/pull/6338](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6338) - \[[#&#8203;5977](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5977)] Update projects to .Net 6 by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6332](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6332) - \[[#&#8203;5977](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/5977)] Update projects to .Net 6 - Functional Test pipelines by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6333](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6333) - \[[#&#8203;6292](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6292)] Remove Azure Functional tests by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6353](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6353) - Fix AzureBlobTranscriptStore tests - The specified blob does not exist by [@&#8203;ceciliaavila](https://redirect.github.com/ceciliaavila) in [https://github.com/microsoft/botbuilder-dotnet/pull/6361](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6361) - Add QnAId in value attribute of multi-turn prompts. by [@&#8203;Arsh-Kashyap](https://redirect.github.com/Arsh-Kashyap) in [https://github.com/microsoft/botbuilder-dotnet/pull/6352](https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6352) - \[[#&#8203;6323](https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6323)] Up </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent d3c1438 commit 1c9f8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classic-azure-cs-botservice/bot/SimpleBot.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.App" />
10-
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.2" />
10+
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.23.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)