Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C#] bump: (deps): Bump the production group in /dotnet/packages/Micr…
…osoft.TeamsAI with 7 updates (#1369) #minor Bumps the production group in /dotnet/packages/Microsoft.TeamsAI with 7 updates: | Package | From | To | | --- | --- | --- | | [Azure.AI.ContentSafety](https://github.com/Azure/azure-sdk-for-net) | `1.0.0-beta.1` | `1.0.0` | | [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) | `1.0.0-beta.12` | `1.0.0-beta.14` | | [JsonSchema.Net](https://github.com/gregsdennis/json-everything) | `5.3.1` | `5.5.1` | | [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` | | [Microsoft.Bot.Builder.Dialogs](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` | | [Microsoft.Bot.Builder.Integration.AspNet.Core](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` | | [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` | | [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.57.0` | `4.59.0` | Updates `Azure.AI.ContentSafety` from 1.0.0-beta.1 to 1.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-net/releases">Azure.AI.ContentSafety's releases</a>.</em></p> <blockquote> <h2>Azure.AI.OpenAI_1.0.0-beta.14</h2> <h2>1.0.0-beta.14 (2024-03-04)</h2> <h3>Features Added</h3> <ul> <li>Text-to-speech using OpenAI TTS models is now supported. See <a href="https://platform.openai.com/docs/api-reference/audio/createSpeech">OpenAI's API reference</a> or the <a href="https://learn.microsoft.com/azure/ai-services/openai/text-to-speech-quickstart">Azure OpenAI quickstart</a> for detailed overview and background information. <ul> <li>The new method <code>GenerateSpeechFromText</code> exposes this capability on <code>OpenAIClient</code>.</li> <li>Text-to-speech converts text into lifelike spoken audio in a chosen voice, together with other optional configurations.</li> <li>This method works for both Azure OpenAI and non-Azure <code>api.openai.com</code> client configurations</li> </ul> </li> </ul> <h3>Breaking Changes</h3> <p>"On Your Data" changes:</p> <ul> <li>Introduced a new type <code>AzureChatExtensionDataSourceResponseCitation</code> for a more structured representation of citation data.</li> <li>Correspondingly, updated <code>AzureChatExtensionsMessageContext</code>: <ul> <li>Replaced <code>Messages</code> with <code>Citations</code> of type <code>AzureChatExtensionDataSourceResponseCitation</code>.</li> <li>Added <code>Intent</code> as a string type.</li> </ul> </li> <li>Renamed "AzureCognitiveSearch" to "AzureSearch": <ul> <li><code>AzureCognitiveSearchChatExtensionConfiguration</code> is now <code>AzureSearchChatExtensionConfiguration</code>.</li> <li><code>AzureCognitiveSearchIndexFieldMappingOptions</code> is now <code>AzureSearchIndexFieldMappingOptions</code>.</li> </ul> </li> <li>Check the project README for updated code snippets.</li> </ul> <h3>Other Changes</h3> <ul> <li>New properties in <code>ChatCompletionsOptions</code>: <ul> <li><code>EnableLogProbabilities</code>: Allows retrieval of log probabilities (REST: <code>logprobs</code>)</li> <li><code>LogProbabilitiesPerToken</code>: The number of most likely tokens to return per token (REST: <code>top_logprobs</code>)</li> </ul> </li> <li>Introduced a new property in <code>CompletionsOptions</code>: <ul> <li><code>Suffix</code>: Defines the suffix that follows the completion of inserted text (REST: <code>suffix</code>)</li> </ul> </li> <li>Image generation response now includes content filtering details (specific to Azure OpenAI endpoint): <ul> <li><code>ImageGenerationData.ContentFilterResults</code>: Information about the content filtering results. (REST: <code>content_filter_results</code>)</li> <li><code>ImageGenerationData.PromptFilterResults</code>: Information about the content filtering category (REST: <code>prompt_filter_results</code>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/62633d4aa9d7a82125afda6d83a98d5e5fc6b99b"><code>62633d4</code></a> fix discriminator in arc-scvmm (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40683">#40683</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/80eec4eb85726e0d948ba93a1390a91f34ee58fa"><code>80eec4e</code></a> Add ability to use non Json interface for json format (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40646">#40646</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/5dd16059c75c7a116e4a26f9edbd98de85b1ee73"><code>5dd1605</code></a> Update Generator Version 3.0.0-beta.20231211.1 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40702">#40702</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/13e48298dae415ca71e5543b7fec15604d523396"><code>13e4829</code></a> [Core] Remove netcoreapp2.1 and net5.0 targets (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40635">#40635</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/c47ab4d23db60a2018c97ed0d31d9685b168c031"><code>c47ab4d</code></a> Add an opt-in AOT regression check to the CI pipeline (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40629">#40629</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/d11bb586d5227e6d777ae145fea035a2f9242410"><code>d11bb58</code></a> Support "functions" SDKType (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40695">#40695</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/5aa3659ed7928ecc3dd885feca752e929b496e4d"><code>5aa3659</code></a> Update ConfidentialLedgerClient to pass VerifyConnection flag (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40602">#40602</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/5235895a22dc11d7a9fd855defde775127e79e9c"><code>5235895</code></a> [AzureMonitorLiveMetrics] poc refactor metrics (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40669">#40669</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/d810209b1d00bb141dda9ae597e30bfe291507b4"><code>d810209</code></a> [Azure Content Safety] Update readme and changelog. (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/40607">#40607</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/609f3e42be5eceb8754203407d4e4b2c9eba3b07"><code>609f3e4</code></a> Increment package version after release of Azure.ResourceManager.Maintenance ...</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-net/compare/Azure.AI.ContentSafety_1.0.0-beta.1...Azure.AI.ContentSafety_1.0.0">compare view</a></li> </ul> </details> <br /> Updates `Azure.AI.OpenAI` from 1.0.0-beta.12 to 1.0.0-beta.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-net/releases">Azure.AI.OpenAI's releases</a>.</em></p> <blockquote> <h2>Azure.AI.OpenAI_1.0.0-beta.14</h2> <h2>1.0.0-beta.14 (2024-03-04)</h2> <h3>Features Added</h3> <ul> <li>Text-to-speech using OpenAI TTS models is now supported. See <a href="https://platform.openai.com/docs/api-reference/audio/createSpeech">OpenAI's API reference</a> or the <a href="https://learn.microsoft.com/azure/ai-services/openai/text-to-speech-quickstart">Azure OpenAI quickstart</a> for detailed overview and background information. <ul> <li>The new method <code>GenerateSpeechFromText</code> exposes this capability on <code>OpenAIClient</code>.</li> <li>Text-to-speech converts text into lifelike spoken audio in a chosen voice, together with other optional configurations.</li> <li>This method works for both Azure OpenAI and non-Azure <code>api.openai.com</code> client configurations</li> </ul> </li> </ul> <h3>Breaking Changes</h3> <p>"On Your Data" changes:</p> <ul> <li>Introduced a new type <code>AzureChatExtensionDataSourceResponseCitation</code> for a more structured representation of citation data.</li> <li>Correspondingly, updated <code>AzureChatExtensionsMessageContext</code>: <ul> <li>Replaced <code>Messages</code> with <code>Citations</code> of type <code>AzureChatExtensionDataSourceResponseCitation</code>.</li> <li>Added <code>Intent</code> as a string type.</li> </ul> </li> <li>Renamed "AzureCognitiveSearch" to "AzureSearch": <ul> <li><code>AzureCognitiveSearchChatExtensionConfiguration</code> is now <code>AzureSearchChatExtensionConfiguration</code>.</li> <li><code>AzureCognitiveSearchIndexFieldMappingOptions</code> is now <code>AzureSearchIndexFieldMappingOptions</code>.</li> </ul> </li> <li>Check the project README for updated code snippets.</li> </ul> <h3>Other Changes</h3> <ul> <li>New properties in <code>ChatCompletionsOptions</code>: <ul> <li><code>EnableLogProbabilities</code>: Allows retrieval of log probabilities (REST: <code>logprobs</code>)</li> <li><code>LogProbabilitiesPerToken</code>: The number of most likely tokens to return per token (REST: <code>top_logprobs</code>)</li> </ul> </li> <li>Introduced a new property in <code>CompletionsOptions</code>: <ul> <li><code>Suffix</code>: Defines the suffix that follows the completion of inserted text (REST: <code>suffix</code>)</li> </ul> </li> <li>Image generation response now includes content filtering details (specific to Azure OpenAI endpoint): <ul> <li><code>ImageGenerationData.ContentFilterResults</code>: Information about the content filtering results. (REST: <code>content_filter_results</code>)</li> <li><code>ImageGenerationData.PromptFilterResults</code>: Information about the content filtering category (REST: <code>prompt_filter_results</code>)</li> </ul> </li> </ul> <h2>Azure.AI.OpenAI_1.0.0-beta.13</h2> <h2>1.0.0-beta.13 (2024-02-01)</h2> <h3>Breaking Changes</h3> <ul> <li>Removed the setter of the <code>Functions</code> property of the <code>ChatCompletionsOptions</code> class as per the guidelines for collection properties.</li> </ul> <h3>Bugs Fixed</h3> <ul> <li>Addressed an issue with the public constructor for <code>ChatCompletionsFunctionToolCall</code> that failed to set the tool call type in the corresponding request.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/f6637cfebb944b049160561344401e6fdf5d9368"><code>f6637cf</code></a> final changelog snap for beta.14 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42372">#42372</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/db032227b881192bd22da59c37a45bdf43cd5a2e"><code>db03222</code></a> Azure OpenAI: 2024-02-15-preview support (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/41859">#41859</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/1347196c5d0b989d9bcbb8fc1c56051eb15f4213"><code>1347196</code></a> Fix EnforceMaxLifeOfIssues event and run time (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42366">#42366</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/1c4302c970516a32295bc6b06678ac2ec962cf68"><code>1c4302c</code></a> [Service Bus] 2024 March Release Prep (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42364">#42364</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/41433b37be3b0718be0263bfff4f4f775107578d"><code>41433b3</code></a> [Event Hubs] 2024 March Release Prep (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42362">#42362</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/c48bd8c1363f6c73e6822e527947ac60e2434185"><code>c48bd8c</code></a> Update AutoRest C# version to 3.0.0-beta.20240303.1 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42354">#42354</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/769f04a20fa288fbb58cc516ff7eeb0d6b048347"><code>769f04a</code></a> Update Generator Version 3.0.0-beta.20240302.1 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42339">#42339</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/de6abaa4841126c868d038eab53f5bc1ded875c3"><code>de6abaa</code></a> [CODEOWNERS] Minor fixes (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42325">#42325</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/7cdc94d333f8580f9c9af9842000afc9394b22c7"><code>7cdc94d</code></a> [Event Hubs] Change trigger checkpointing behavior (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/42299">#42299</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/ecad1af21602cc4824c70ecf36feea0482e28bf1"><code>ecad1af</code></a> Fix matrix CI tests (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/41996">#41996</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-net/compare/Azure.AI.OpenAI_1.0.0-beta.12...Azure.AI.OpenAI_1.0.0-beta.14">compare view</a></li> </ul> </details> <br /> Updates `JsonSchema.Net` from 5.3.1 to 5.5.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/gregsdennis/json-everything/commits/schema-v5.5.1">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.Bot.Builder` from 4.21.1 to 4.22.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-dotnet/releases">Microsoft.Bot.Builder's releases</a>.</em></p> <blockquote> <h2>Bot Framework DotNet SDK 4.22.2</h2> <p>This is the second February 2024 patch release to correct LU parsing issues and a security fix.</p> <h2>What's Changed</h2> <ul> <li>Fix LU parser rules to support all comments in a file by <a href="https://github.com/sw-joelmut"><code>@sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6744">microsoft/botbuilder-dotnet#6744</a></li> <li>Updated NuGet.Packaging by <a href="https://github.com/tracyboehrer"><code>@tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6749">microsoft/botbuilder-dotnet#6749</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.1</h2> <p>This is the February 2024 4.22.1 release for the DotNet SDK. This contains bug fixes.</p> <h2>What's Changed</h2> <ul> <li>Manually adding zh-CN and zh-TW to LanguagePolicy in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6745">microsoft/botbuilder-dotnet#6745</a></li> <li>Typing middleware not working as expected in teams as well as web chat channel in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6743">microsoft/botbuilder-dotnet#6743</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.0</h2> <p>This is the January 2024 4.22.0 release for the DotNet SDK. This contains a security fixes Sharepoint support, and ASE improvements.</p> <h2>What's Changed</h2> <ul> <li> <p>feat: Add ASE channel validation in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6718">microsoft/botbuilder-dotnet#6718</a></p> </li> <li> <p>feat: Include HEAD method to http requests in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6713">microsoft/botbuilder-dotnet#6713</a></p> </li> <li> <p>feat: Support for SharePoint (Viva) Adaptive Card Extension in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6695">microsoft/botbuilder-dotnet#6695</a></p> </li> <li> <p>feat: Add isVisible property to AceData in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6730">microsoft/botbuilder-dotnet#6730</a></p> </li> <li> <p>fix: USGovSingleTenant OAuthEndpoint in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6714">microsoft/botbuilder-dotnet#6714</a></p> </li> <li> <p>bump: System.IdentityModel.Tokens.Jwt in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6731">microsoft/botbuilder-dotnet#6731</a></p> </li> <li> <p>Fix a json serializer bug in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6722">microsoft/botbuilder-dotnet#6722</a></p> </li> <li> <p>Add obsolete warning to Orchestrator classes in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6711">microsoft/botbuilder-dotnet#6711</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/ae68dbbbe8fe1489c0bb2177ccf63ce413b03125"><code>ae68dbb</code></a> Merge branch 'main' into releases/4.22</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/07ed900bb7326e85b8a277a10dcf78db0806ab2d"><code>07ed900</code></a> Updated NuGet.Packaging (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6749">#6749</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d4884bd64178ada4b95da3a861d158a5bb04a172"><code>d4884bd</code></a> create-botbuilder-parity-issues.yml permissions (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6748">#6748</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/23c03d8606c24a3d660aef17f46bdb2a0e0ca7d2"><code>23c03d8</code></a> Fix ANTLR when LU content contains only comments (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6747">#6747</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d46f6f3249c7264799956c575643faa01a595cfa"><code>d46f6f3</code></a> Revert "Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)"</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/89831352ec6d76bfe624d3533309a6d0ea76213e"><code>8983135</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/9f1eb6e764efc49e1a87e80e2070605f8087ceac"><code>9f1eb6e</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/5842e9defd8f151bc51c0cf59f9a7b0d2bdda21b"><code>5842e9d</code></a> show typing indicator before every message (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6743">#6743</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/e5f7ff6dcd2634095d16f430ffb5335828c470dc"><code>e5f7ff6</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/84df0860cea378569667d9e00875b0707e9c938f"><code>84df086</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-dotnet/compare/4.21.1...4.22.2">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.Bot.Builder.Dialogs` from 4.21.1 to 4.22.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-dotnet/releases">Microsoft.Bot.Builder.Dialogs's releases</a>.</em></p> <blockquote> <h2>Bot Framework DotNet SDK 4.22.2</h2> <p>This is the second February 2024 patch release to correct LU parsing issues and a security fix.</p> <h2>What's Changed</h2> <ul> <li>Fix LU parser rules to support all comments in a file by <a href="https://github.com/sw-joelmut"><code>@sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6744">microsoft/botbuilder-dotnet#6744</a></li> <li>Updated NuGet.Packaging by <a href="https://github.com/tracyboehrer"><code>@tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6749">microsoft/botbuilder-dotnet#6749</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.1</h2> <p>This is the February 2024 4.22.1 release for the DotNet SDK. This contains bug fixes.</p> <h2>What's Changed</h2> <ul> <li>Manually adding zh-CN and zh-TW to LanguagePolicy in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6745">microsoft/botbuilder-dotnet#6745</a></li> <li>Typing middleware not working as expected in teams as well as web chat channel in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6743">microsoft/botbuilder-dotnet#6743</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.0</h2> <p>This is the January 2024 4.22.0 release for the DotNet SDK. This contains a security fixes Sharepoint support, and ASE improvements.</p> <h2>What's Changed</h2> <ul> <li> <p>feat: Add ASE channel validation in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6718">microsoft/botbuilder-dotnet#6718</a></p> </li> <li> <p>feat: Include HEAD method to http requests in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6713">microsoft/botbuilder-dotnet#6713</a></p> </li> <li> <p>feat: Support for SharePoint (Viva) Adaptive Card Extension in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6695">microsoft/botbuilder-dotnet#6695</a></p> </li> <li> <p>feat: Add isVisible property to AceData in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6730">microsoft/botbuilder-dotnet#6730</a></p> </li> <li> <p>fix: USGovSingleTenant OAuthEndpoint in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6714">microsoft/botbuilder-dotnet#6714</a></p> </li> <li> <p>bump: System.IdentityModel.Tokens.Jwt in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6731">microsoft/botbuilder-dotnet#6731</a></p> </li> <li> <p>Fix a json serializer bug in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6722">microsoft/botbuilder-dotnet#6722</a></p> </li> <li> <p>Add obsolete warning to Orchestrator classes in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6711">microsoft/botbuilder-dotnet#6711</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/ae68dbbbe8fe1489c0bb2177ccf63ce413b03125"><code>ae68dbb</code></a> Merge branch 'main' into releases/4.22</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/07ed900bb7326e85b8a277a10dcf78db0806ab2d"><code>07ed900</code></a> Updated NuGet.Packaging (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6749">#6749</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d4884bd64178ada4b95da3a861d158a5bb04a172"><code>d4884bd</code></a> create-botbuilder-parity-issues.yml permissions (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6748">#6748</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/23c03d8606c24a3d660aef17f46bdb2a0e0ca7d2"><code>23c03d8</code></a> Fix ANTLR when LU content contains only comments (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6747">#6747</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d46f6f3249c7264799956c575643faa01a595cfa"><code>d46f6f3</code></a> Revert "Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)"</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/89831352ec6d76bfe624d3533309a6d0ea76213e"><code>8983135</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/9f1eb6e764efc49e1a87e80e2070605f8087ceac"><code>9f1eb6e</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/5842e9defd8f151bc51c0cf59f9a7b0d2bdda21b"><code>5842e9d</code></a> show typing indicator before every message (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6743">#6743</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/e5f7ff6dcd2634095d16f430ffb5335828c470dc"><code>e5f7ff6</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/84df0860cea378569667d9e00875b0707e9c938f"><code>84df086</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-dotnet/compare/4.21.1...4.22.2">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.Bot.Builder.Integration.AspNet.Core` from 4.21.1 to 4.22.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-dotnet/releases">Microsoft.Bot.Builder.Integration.AspNet.Core's releases</a>.</em></p> <blockquote> <h2>Bot Framework DotNet SDK 4.22.2</h2> <p>This is the second February 2024 patch release to correct LU parsing issues and a security fix.</p> <h2>What's Changed</h2> <ul> <li>Fix LU parser rules to support all comments in a file by <a href="https://github.com/sw-joelmut"><code>@sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6744">microsoft/botbuilder-dotnet#6744</a></li> <li>Updated NuGet.Packaging by <a href="https://github.com/tracyboehrer"><code>@tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6749">microsoft/botbuilder-dotnet#6749</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.1</h2> <p>This is the February 2024 4.22.1 release for the DotNet SDK. This contains bug fixes.</p> <h2>What's Changed</h2> <ul> <li>Manually adding zh-CN and zh-TW to LanguagePolicy in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6745">microsoft/botbuilder-dotnet#6745</a></li> <li>Typing middleware not working as expected in teams as well as web chat channel in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6743">microsoft/botbuilder-dotnet#6743</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.0</h2> <p>This is the January 2024 4.22.0 release for the DotNet SDK. This contains a security fixes Sharepoint support, and ASE improvements.</p> <h2>What's Changed</h2> <ul> <li> <p>feat: Add ASE channel validation in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6718">microsoft/botbuilder-dotnet#6718</a></p> </li> <li> <p>feat: Include HEAD method to http requests in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6713">microsoft/botbuilder-dotnet#6713</a></p> </li> <li> <p>feat: Support for SharePoint (Viva) Adaptive Card Extension in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6695">microsoft/botbuilder-dotnet#6695</a></p> </li> <li> <p>feat: Add isVisible property to AceData in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6730">microsoft/botbuilder-dotnet#6730</a></p> </li> <li> <p>fix: USGovSingleTenant OAuthEndpoint in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6714">microsoft/botbuilder-dotnet#6714</a></p> </li> <li> <p>bump: System.IdentityModel.Tokens.Jwt in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6731">microsoft/botbuilder-dotnet#6731</a></p> </li> <li> <p>Fix a json serializer bug in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6722">microsoft/botbuilder-dotnet#6722</a></p> </li> <li> <p>Add obsolete warning to Orchestrator classes in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6711">microsoft/botbuilder-dotnet#6711</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/ae68dbbbe8fe1489c0bb2177ccf63ce413b03125"><code>ae68dbb</code></a> Merge branch 'main' into releases/4.22</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/07ed900bb7326e85b8a277a10dcf78db0806ab2d"><code>07ed900</code></a> Updated NuGet.Packaging (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6749">#6749</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d4884bd64178ada4b95da3a861d158a5bb04a172"><code>d4884bd</code></a> create-botbuilder-parity-issues.yml permissions (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6748">#6748</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/23c03d8606c24a3d660aef17f46bdb2a0e0ca7d2"><code>23c03d8</code></a> Fix ANTLR when LU content contains only comments (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6747">#6747</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d46f6f3249c7264799956c575643faa01a595cfa"><code>d46f6f3</code></a> Revert "Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)"</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/89831352ec6d76bfe624d3533309a6d0ea76213e"><code>8983135</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/9f1eb6e764efc49e1a87e80e2070605f8087ceac"><code>9f1eb6e</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/5842e9defd8f151bc51c0cf59f9a7b0d2bdda21b"><code>5842e9d</code></a> show typing indicator before every message (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6743">#6743</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/e5f7ff6dcd2634095d16f430ffb5335828c470dc"><code>e5f7ff6</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/84df0860cea378569667d9e00875b0707e9c938f"><code>84df086</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-dotnet/compare/4.21.1...4.22.2">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.Bot.Builder` from 4.21.1 to 4.22.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-dotnet/releases">Microsoft.Bot.Builder's releases</a>.</em></p> <blockquote> <h2>Bot Framework DotNet SDK 4.22.2</h2> <p>This is the second February 2024 patch release to correct LU parsing issues and a security fix.</p> <h2>What's Changed</h2> <ul> <li>Fix LU parser rules to support all comments in a file by <a href="https://github.com/sw-joelmut"><code>@sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6744">microsoft/botbuilder-dotnet#6744</a></li> <li>Updated NuGet.Packaging by <a href="https://github.com/tracyboehrer"><code>@tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6749">microsoft/botbuilder-dotnet#6749</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.1</h2> <p>This is the February 2024 4.22.1 release for the DotNet SDK. This contains bug fixes.</p> <h2>What's Changed</h2> <ul> <li>Manually adding zh-CN and zh-TW to LanguagePolicy in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6745">microsoft/botbuilder-dotnet#6745</a></li> <li>Typing middleware not working as expected in teams as well as web chat channel in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6743">microsoft/botbuilder-dotnet#6743</a></li> </ul> <h2>Bot Framework DotNet SDK 4.22.0</h2> <p>This is the January 2024 4.22.0 release for the DotNet SDK. This contains a security fixes Sharepoint support, and ASE improvements.</p> <h2>What's Changed</h2> <ul> <li> <p>feat: Add ASE channel validation in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6718">microsoft/botbuilder-dotnet#6718</a></p> </li> <li> <p>feat: Include HEAD method to http requests in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6713">microsoft/botbuilder-dotnet#6713</a></p> </li> <li> <p>feat: Support for SharePoint (Viva) Adaptive Card Extension in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6695">microsoft/botbuilder-dotnet#6695</a></p> </li> <li> <p>feat: Add isVisible property to AceData in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6730">microsoft/botbuilder-dotnet#6730</a></p> </li> <li> <p>fix: USGovSingleTenant OAuthEndpoint in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6714">microsoft/botbuilder-dotnet#6714</a></p> </li> <li> <p>bump: System.IdentityModel.Tokens.Jwt in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6731">microsoft/botbuilder-dotnet#6731</a></p> </li> <li> <p>Fix a json serializer bug in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6722">microsoft/botbuilder-dotnet#6722</a></p> </li> <li> <p>Add obsolete warning to Orchestrator classes in <a href="https://redirect.github.com/microsoft/botbuilder-dotnet/pull/6711">microsoft/botbuilder-dotnet#6711</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/ae68dbbbe8fe1489c0bb2177ccf63ce413b03125"><code>ae68dbb</code></a> Merge branch 'main' into releases/4.22</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/07ed900bb7326e85b8a277a10dcf78db0806ab2d"><code>07ed900</code></a> Updated NuGet.Packaging (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6749">#6749</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d4884bd64178ada4b95da3a861d158a5bb04a172"><code>d4884bd</code></a> create-botbuilder-parity-issues.yml permissions (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6748">#6748</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/23c03d8606c24a3d660aef17f46bdb2a0e0ca7d2"><code>23c03d8</code></a> Fix ANTLR when LU content contains only comments (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6747">#6747</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/d46f6f3249c7264799956c575643faa01a595cfa"><code>d46f6f3</code></a> Revert "Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)"</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/89831352ec6d76bfe624d3533309a6d0ea76213e"><code>8983135</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/9f1eb6e764efc49e1a87e80e2070605f8087ceac"><code>9f1eb6e</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/5842e9defd8f151bc51c0cf59f9a7b0d2bdda21b"><code>5842e9d</code></a> show typing indicator before every message (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6743">#6743</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/e5f7ff6dcd2634095d16f430ffb5335828c470dc"><code>e5f7ff6</code></a> Manually adding zh-CN and zh-TW to LanguagePolicy (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6745">#6745</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-dotnet/commit/84df0860cea378569667d9e00875b0707e9c938f"><code>84df086</code></a> Fix LU parser rules to support all comments in a file (<a href="https://redirect.github.com/Microsoft/botbuilder-dotnet/issues/6744">#6744</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-dotnet/compare/4.21.1...4.22.2">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.Identity.Client` from 4.57.0 to 4.59.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases">Microsoft.Identity.Client's releases</a>.</em></p> <blockquote> <h2>4.59.0</h2> <h3>New Features</h3> <ul> <li>Removed support for deprecated Xamarin.Android 9 and Xamarin.Android 10 frameworks. MSAL.NET packages will no longer include <code>monoandroid90</code> and <code>monoandroid10.0</code> binaries and instead include <code>monoandroid12.0</code>. Xamarin.Android apps should now target framework version 12 (corresponding to Android API level 31) or above. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3530">3530</a>.</li> <li>Removed support for deprecated .NET 4.5 framework. MSAL.NET packages will no longer include <code>net45</code> binary. Existing applications should target at least .NET 4.6.2. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4314">4314</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>When public client apps persist cache data on Linux platforms, exceptions are now thrown, instead of just logged. This behavior is now consistent with Windows and Mac cache accessors. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4493">4493</a>.</li> <li>Downgraded System.Diagnostics.DiagnosticSource dependency to 6.0.1 from 7.0.2 to enable apps to run in .NET 6 in-process Azure Functions. Added extra checks to prevent crashing if OpenTelemetry dependencies cannot be used in the app's runtime. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4456">4456</a>.</li> <li>MSAL now throws <code>MsalServiceException</code> instead of <code>MsalManagedIdentityException</code> in managed identity flows. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4483">4483</a>.</li> <li>Background proactive token refresh operation can now be cancelled using the cancelation token passed into the parent acquire token call. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4473">4473</a>.</li> <li>Fixed <code>SemaphoreFullException</code> happening in managed identity flows. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4472">4472</a>.</li> <li>Improved exception messages when using non-RSA certificates. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4407">4407</a>.</li> <li>Fixed a scenario when the same tokens are cached under different cache keys when an identity provider sends scopes in a different order. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4474">4474</a>.</li> </ul> <h2>4.58.1</h2> <h3>New Features</h3> <ul> <li>Added <code>WithForceRefresh</code> support for silent flows using the Windows broker. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4457">4457</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed a bug when a <code>x-ms-pkeyauth</code> HTTP header was incorrectly sent on Mac and Linux platforms. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4445">4445</a>.</li> <li>Fixed an issue with client capabilities and claims JSON not being merged correctly. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4447">4447</a>.</li> <li>MSAL can now be used in .NET 8 applications which use native AOT configuration binder source generator. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4453">4453</a>.</li> <li>Fixed an issue with sending an incorrect operating system descriptor in silent flows on Mac. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4444">4444</a>.</li> </ul> <h2>4.58.0</h2> <h3>New Features</h3> <ul> <li>Removed support for deprecated .NET 4.6.1 framework and added .NET 4.6.2 support. MSAL.NET packages will no longer include <code>net461</code> binary. Existing .NET 4.6.1 apps will now reference .NET Standard 2.0 MSAL binary. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4315">4315</a>.</li> <li>MSAL.NET repository now supports Central Package Management. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3434">3434</a>.</li> <li>Added instrumentation to collect metrics with Open Telemetry. Aggregated metrics consist of successful and failed token acquisition calls, total request duration, duration in cache, and duration in a network call. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4229">4229</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Resolved the issue with dual-headed accounts that share the same UPN for both, Microsoft (MSA) and Microsoft Entra ID (Azure AD) accounts. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4425">4425</a>.</li> <li>MSAL now correctly falls back to use local cache if broker fails to return a result for <code>AcquireTokenSilent</code> calls. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4395">4395</a>.</li> <li>Fixed a bug when the cache level in the telemetry was not correctly set to L1 Cache when in-memory cache was used. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4414">4414</a>.</li> <li>Deprecated <code>WithAuthority</code> on the request builders. Set the authority on the application builders. Use <code>WithTenantId</code> or <code>WithTenantIdFromAuthority</code> on the request builder to update the tenant ID. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4406">4406</a>.</li> <li>Fixed an issue with the Windows broker dependencies when the app was targetting NativeAOT on Windows. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4424">4424</a>.</li> <li>Updated Microsoft.Identity.Client.NativeInterop reference to version 0.13.14, which includes bug fixes and stability improvements. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4439">4439</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md">Microsoft.Identity.Client's changelog</a>.</em></p> <blockquote> <h1>4.59.0</h1> <h3>New Features</h3> <ul> <li>Removed support for deprecated Xamarin.Android 9 and Xamarin.Android 10 frameworks. MSAL.NET packages will no longer include <code>monoandroid90</code> and <code>monoandroid10.0</code> binaries and instead include <code>monoandroid12.0</code>. Xamarin.Android apps should now target framework version 12 (corresponding to Android API level 31) or above. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3530">3530</a>.</li> <li>Removed support for deprecated .NET 4.5 framework. MSAL.NET packages will no longer include <code>net45</code> binary. Existing applications should target at least .NET 4.6.2. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4314">4314</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>When public client apps persist cache data on Linux platforms, exceptions are now thrown, instead of just logged. This behavior is now consistent with Windows and Mac cache accessors. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4493">4493</a>.</li> <li>Downgraded System.Diagnostics.DiagnosticSource dependency to 6.0.1 from 7.0.2 to enable apps to run in .NET 6 in-process Azure Functions. Added extra checks to prevent crashing if OpenTelemetry dependencies cannot be used in the app's runtime. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4456">4456</a>.</li> <li>MSAL now throws <code>MsalServiceException</code> instead of <code>MsalManagedIdentityException</code> in managed identity flows. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4483">4483</a>.</li> <li>Background proactive token refresh operation can now be cancelled using the cancelation token passed into the parent acquire token call. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4473">4473</a>.</li> <li>Fixed <code>SemaphoreFullException</code> happening in managed identity flows. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4472">4472</a>.</li> <li>Improved exception messages when using non-RSA certificates. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4407">4407</a>.</li> <li>Fixed a scenario when the same tokens are cached under different cache keys when an identity provider sends scopes in a different order. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4474">4474</a>.</li> </ul> <h1>4.58.1</h1> <h3>New Features</h3> <ul> <li>Added <code>WithForceRefresh</code> support for silent flows using the Windows broker. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4457">4457</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed a bug when a <code>x-ms-pkeyauth</code> HTTP header was incorrectly sent on Mac and Linux platforms. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4445">4445</a>.</li> <li>Fixed an issue with client capabilities and claims JSON not being merged correctly. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4447">4447</a>.</li> <li>MSAL can now be used in .NET 8 applications which use native AOT configuration binder source generator. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4453">4453</a>.</li> <li>Fixed an issue with sending an incorrect operating system descriptor in silent flows on Mac. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4444">4444</a>.</li> </ul> <h1>4.58.0</h1> <h3>New Features</h3> <ul> <li>Removed support for deprecated .NET 4.6.1 framework and added .NET 4.6.2 support. MSAL.NET packages will no longer include <code>net461</code> binary. Existing .NET 4.6.1 apps will now reference .NET Standard 2.0 MSAL binary. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4315">4315</a>.</li> <li>MSAL.NET repository now supports Central Package Management. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3434">3434</a>.</li> <li>Added instrumentation to collect metrics with Open Telemetry. Aggregated metrics consist of successful and failed token acquisition calls, total request duration, duration in cache, and duration in a network call. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4229">4229</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Resolved the issue with dual-headed accounts that share the same UPN for both, Microsoft (MSA) and Microsoft Entra ID (Azure AD) accounts. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4425">4425</a>.</li> <li>MSAL now correctly falls back to use local cache if broker fails to return a result for <code>AcquireTokenSilent</code> calls. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4395">4395</a>.</li> <li>Fixed a bug when the cache level in the telemetry was not correctly set to L1 Cache when in-memory cache was used. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4414">4414</a>.</li> <li>Deprecated <code>WithAuthority</code> on the request builders. Set the authority on the application builders. Use <code>WithTenantId</code> or <code>WithTenantIdFromAuthority</code> on the request builder to update the tenant ID. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4406">4406</a>.</li> <li>Fixed an issue with the Windows broker dependencies when the app was targetting NativeAOT on Windows. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4424">4424</a>.</li> <li>Updated Microsoft.Identity.Client.NativeInterop reference to version 0.13.14, which includes bug fixes and stability improvements. See <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4439">4439</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/25a286e3d963ccd913d67dcc0caa16047e9a65bb"><code>25a286e</code></a> Low level Linux libsecret operations should throw exceptions (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4497">#4497</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/4c60cefcb3ed67ef0405f19162830529c3988540"><code>4c60cef</code></a> Fix performance tests project and improvements (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4491">#4491</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/f7f2faf274f6d203f6c36d52180f19eff346342e"><code>f7f2faf</code></a> Resolve CS0108 Warning by Explicitly Hiding Base Member in MsalManage… (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4500">#4500</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/e345603ddaad13cd8cdbad679c14949668294abf"><code>e345603</code></a> remove non existing maui status solution item (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4501">#4501</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/65d4064a126d69015ad680b609fef4fc381c2cff"><code>65d4064</code></a> Adding tests to OneBranch Build (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4319">#4319</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/be489b50f7941add10166c454bf109fbd602a1fa"><code>be489b5</code></a> Revert "update langVersion to 12" (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4499">#4499</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/38a942370c439e8a0b5cab5e574f2f6f5fb6fe0c"><code>38a9423</code></a> [BUILDS] Add Java SDK Version 11 in packaging step to Resolve Xamarin Build F...</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/cce91110081ec93245d9881de399dbeae7d1448b"><code>cce9111</code></a> update langVersion to 12 (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4494">#4494</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/ea376b4792e31ce0a01021bc1fbb259240835a19"><code>ea376b4</code></a> Downgrade System.Diagnostics.DiagnosticSource to v6 and add a check if OpenTe...</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/75dce4e212ae11ecc9e5ed11f40554ff87c9b7f0"><code>75dce4e</code></a> Remove MonoAndroid9 and deprecated xamarin dev apps (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4481">#4481</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.57.0...4.59.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information