microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
349 stars 143 forks source link

[C#] bump: (deps): Bump the production group across 1 directory with 8 updates #1706

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

minor Bumps the production group with 8 updates in the /dotnet/packages/Microsoft.TeamsAI directory:

Package From To
Microsoft.Bot.Builder 4.22.3 4.22.4
Microsoft.Identity.Client 4.60.3 4.61.1
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
xunit 2.8.0 2.8.1
xunit.runner.visualstudio 2.8.0 2.8.1
Microsoft.Bot.Builder.Dialogs 4.22.3 4.22.4
Microsoft.Bot.Builder 4.22.3 4.22.4
Microsoft.Bot.Builder.Integration.AspNet.Core 4.22.3 4.22.4
Microsoft.Bot.Builder 4.22.3 4.22.4
Microsoft.ML.Tokenizers 0.22.0-preview.24179.1 0.22.0-preview.24271.1

Updates Microsoft.Bot.Builder from 4.22.3 to 4.22.4

Release notes

Sourced from Microsoft.Bot.Builder's releases.

Bot Framework DotNet SDK 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

Full Changelog: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4

Commits
  • 4437ef8 Merge branch 'main' into releases/4.22
  • 411e092 fix: #6792 Composer Bot with QnA Intent recognized triggers duplicate QnA q...
  • 259c174 fix: Add Audience for Certificate auth to work with Skills (#6794)
  • b15a8bf #6741 Update generators templates and VSIX to .Net 8 (#6762)
  • 005c8ed Update functional test yamls for .NET8 (#6761)
  • 4519cf7 #6741 Update projects to .Net 8 (#6760)
  • 42c4395 Converting to new CodeQL suppression syntax (#6787)
  • 4952e8f Added messages for all UnauthorizedAccessException (#6786)
  • 673dbca Logging UnauthorizedAccessException in BotFrameworkHttpAdapter (#6784)
  • c5b5aa7 New LGTM suppression syntax - BlobsStorage (#6782)
  • Additional commits viewable in compare view


Updates Microsoft.Identity.Client from 4.60.3 to 4.61.1

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696

4.61.0

New Features

  • Removed support for deprecated frameworks, Xamarin.Android 12 and Xamarin.iOS 10. MSAL.NET packages will no longer include monoandroid12.0 and xamarinios10 binaries. Existing applications should migrate to modern frameworks like .NET MAUI. See 4715 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed support for UWP. MSAL.NET packages will no longer include uap10.0.17763 binary. Existing applications should migrate to modern frameworks like WinUI 3. See 4717 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed Windows Forms dependency from Microsoft.Identity.Client, which will no longer include net6.0-windows7.0 binary. Existing desktop applications targeting net6.0-windows should reference Microsoft.Identity.Client.Broker when using interactive authentication with Windows Broker and call WithBroker(BrokerOptions); or reference Microsoft.Identity.Client.Desktop when authenticating with browser and call WithWindowsEmbeddedBrowserSupport(). There are no changes to the usage of the system browser. See 4468.
  • Re-enabled the use of SHA 256 and PSS padding to create client assertions. See 4695.

Bug Fixes

  • Public methods in Kerberos TicketCacheWriter and TicketCacheReader were corrected to be internal. Public API in KerberosSupplementalTicketManager should be used. See #4726.
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696

4.61.0

New Features

  • Removed support for deprecated frameworks, Xamarin.Android 12 and Xamarin.iOS 10. MSAL.NET packages will no longer include monoandroid12.0 and xamarinios10 binaries. Existing applications should migrate to modern frameworks like .NET MAUI. See 4715 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed support for UWP. MSAL.NET packages will no longer include uap10.0.17763 binary. Existing applications should migrate to modern frameworks like WinUI 3. See 4717 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed Windows Forms dependency from Microsoft.Identity.Client, which will no longer include net6.0-windows7.0 binary. Existing desktop applications targeting net6.0-windows should reference Microsoft.Identity.Client.Broker when using interactive authentication with Windows Broker and call WithBroker(BrokerOptions); or reference Microsoft.Identity.Client.Desktop when authenticating with browser and call WithWindowsEmbeddedBrowserSupport(). There are no changes to the usage of the system browser. See 4468.
  • Re-enabled the use of SHA 256 and PSS padding to create client assertions. See 4695.

Bug Fixes

  • Public methods in Kerberos TicketCacheWriter and TicketCacheReader were corrected to be internal. Public API in KerberosSupplementalTicketManager should be used. See #4726.
Commits


Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits


Updates xunit from 2.8.0 to 2.8.1

Commits
  • ba2ae9b v2.8.1
  • 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con...
  • f466d81 #2927: Misleading error message when class used in IClassFixture<> throws exc...
  • 1911ea7 Missed unit test updates
  • f497d65 Cannot use full assembly path as dictionary key for execution options lookup,...
  • c2f2d47 Add ability to provide live output messages from running tests
  • 013093b Polyfill in StringSyntaxAttribute
  • e1e4c2e #2719: Class with custom Fact with throwing Skip should fail appropriately
  • 8b0b13c Clarify naming
  • Additional commits viewable in compare view


Updates xunit.runner.visualstudio from 2.8.0 to 2.8.1

Commits


Updates Microsoft.Bot.Builder.Dialogs from 4.22.3 to 4.22.4

Release notes

Sourced from Microsoft.Bot.Builder.Dialogs's releases.

Bot Framework DotNet SDK 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

Full Changelog: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4

Commits
  • 4437ef8 Merge branch 'main' into releases/4.22
  • 411e092 fix: #6792 Composer Bot with QnA Intent recognized triggers duplicate QnA q...
  • 259c174 fix: Add Audience for Certificate auth to work with Skills (#6794)
  • b15a8bf #6741 Update generators templates and VSIX to .Net 8 (#6762)
  • 005c8ed Update functional test yamls for .NET8 (#6761)
  • 4519cf7 #6741 Update projects to .Net 8 (#6760)
  • 42c4395 Converting to new CodeQL suppression syntax (#6787)
  • 4952e8f Added messages for all UnauthorizedAccessException (#6786)
  • 673dbca Logging UnauthorizedAccessException in BotFrameworkHttpAdapter (#6784)
  • c5b5aa7 New LGTM suppression syntax - BlobsStorage (#6782)
  • Additional commits viewable in compare view


Updates Microsoft.Bot.Builder from 4.22.3 to 4.22.4

Release notes

Sourced from Microsoft.Bot.Builder's releases.

Bot Framework DotNet SDK 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

Full Changelog: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4

Commits
  • 4437ef8 Merge branch 'main' into releases/4.22
  • 411e092 fix: #6792 Composer Bot with QnA Intent recognized triggers duplicate QnA q...
  • 259c174 fix: Add Audience for Certificate auth to work with Skills (#6794)
  • b15a8bf #6741 Update generators templates and VSIX to .Net 8 (#6762)
  • 005c8ed Update functional test yamls for .NET8 (#6761)
  • 4519cf7 #6741 Update projects to .Net 8 (#6760)
  • 42c4395 Converting to new CodeQL suppression syntax (#6787)
  • 4952e8f Added messages for all UnauthorizedAccessException (#6786)
  • 673dbca Logging UnauthorizedAccessException in BotFrameworkHttpAdapter (#6784)
  • c5b5aa7 New LGTM suppression syntax - BlobsStorage (#6782)
  • Additional commits viewable in compare view


Updates Microsoft.Bot.Builder.Integration.AspNet.Core from 4.22.3 to 4.22.4

Release notes

Sourced from Microsoft.Bot.Builder.Integration.AspNet.Core's releases.

Bot Framework DotNet SDK 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

Full Changelog: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4

Commits
  • 4437ef8 Merge branch 'main' into releases/4.22
  • 411e092 fix: #6792 Composer Bot with QnA Intent recognized triggers duplicate QnA q...
  • 259c174 fix: Add Audience for Certificate auth to work with Skills (#6794)
  • b15a8bf #6741 Update generators templates and VSIX to .Net 8 (#6762)
  • 005c8ed Update functional test yamls for .NET8 (#6761)
  • 4519cf7 #6741 Update projects to .Net 8 (#6760)
  • 42c4395 Converting to new CodeQL suppression syntax (#6787)
  • 4952e8f Added messages for all UnauthorizedAccessException (#6786)
  • 673dbca Logging UnauthorizedAccessException in BotFrameworkHttpAdapter (#6784)
  • c5b5aa7 New LGTM suppression syntax - BlobsStorage (#6782)
  • Additional commits viewable in compare view


Updates Microsoft.Bot.Builder from 4.22.3 to 4.22.4

Release notes

Sourced from Microsoft.Bot.Builder's releases.

Bot Framework DotNet SDK 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

Full Changelog: https://github.com/microsoft/botbuilder-dotnet/compare/4.22.3...4.22.4

Commits
  • 4437ef8 Merge branch 'main' into releases/4.22
  • 411e092 fix: #6792 Composer Bot with QnA Intent recognized triggers duplicate QnA q...
  • 259c174 fix: Add Audience for Certificate auth to work with Skills (#6794)
  • b15a8bf #6741 Update generators templates and VSIX to .Net 8 (#6762)
  • 005c8ed Update functional test yamls for .NET8 (#6761)
  • 4519cf7 #6741 Update projects to .Net 8 (#6760)
  • 42c4395 Converting to new CodeQL suppression syntax (#6787)
  • 4952e8f Added messages for all UnauthorizedAccessException (#6786)
  • 673dbca Logging UnauthorizedAccessException in BotFrameworkHttpAdapter (#6784)
  • c5b5aa7 New LGTM suppression syntax - BlobsStorage (#6782)
  • Additional commits viewable in compare view


Updates Microsoft.ML.Tokenizers from 0.22.0-preview.24179.1 to 0.22.0-preview.24271.1

Commits


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 minor version` will close this group updat... _Description has been truncated_
dependabot[bot] commented 3 weeks ago

Superseded by #1722.