tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
201 stars 66 forks source link

Bump the microsoft group with 11 updates #1467

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 4 days ago

Bumps the microsoft group with 11 updates:

Package From To
Microsoft.AspNetCore.TestHost 8.0.10 8.0.11
Microsoft.EntityFrameworkCore.InMemory 8.0.10 9.0.0
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.10 8.0.11
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 8.0.10 8.0.11
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 8.0.10 8.0.11
Azure.Identity 1.13.1 1.11.4
Microsoft.Data.SqlClient 5.2.2 5.1.6
Microsoft.EntityFrameworkCore.SqlServer 8.0.10 9.0.0
Microsoft.EntityFrameworkCore.Tools 8.0.10 9.0.0
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.10 8.0.11
dotnet-ef 8.0.10 9.0.0

Updates Microsoft.AspNetCore.TestHost from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.TestHost's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11

Commits


Updates Microsoft.EntityFrameworkCore.InMemory from 8.0.10 to 9.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11

Commits


Updates Microsoft.AspNetCore.DataProtection.EntityFrameworkCore from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.DataProtection.EntityFrameworkCore's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11

Commits


Updates Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11

Commits


Updates Azure.Identity from 1.13.1 to 1.11.4

Commits
  • 2856f9a changelog update
  • 7267469 Update azure-sdk-build-tools Repository Resource Refs in Yaml files (#43311)
  • 2db9a0f AzureArcManagedIdentitySource fix
  • 06dd672 Hotfix for DAC probe request
  • ae13ec2 Fix ConfidentialClient's AcquireTokenSilent and AcquireTokenOnBehalfOf claims...
  • 1835c8f Sync .github/workflows directory with azure-sdk-tools for PR 8131 (#43535)
  • 40ff95a prep release (#43534)
  • 70f5c48 [AzureMonitorDistro] Add LiveMetricsActivityProcessor only when live metrics ...
  • a6c3e59 Respect SupportsOrdering property (#43531)
  • 82cc7cf WCF Client/CoreWCF extension packages to use Azure Queue Storage as transport...
  • Additional commits viewable in compare view


Updates Microsoft.Data.SqlClient from 5.2.2 to 5.1.6

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.2.2] - 2024-08-27

Fixed

  • Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider. #2650
  • Fixed issue with Socket.Connect in managed SNI. #2779
  • Fixed path for AssemblyAttributes in obj folder causing NET 8.0 assembly to appear in NET 6.0 dll. #2789
  • Fixed SSPI retry negotiation with default port in .NET. #2815
  • Fixed ArgumentNullException on SqlDataRecord.GetValue when using user-defined data type on .NET. #2816
  • Fixed pending data with SqlDataReader against an encrypted column. #2817

Changed

  • Upgraded Azure.Identity version from 1.11.3 to 1.11.4 #2648 to address CVE-2024-35255.
  • Upgraded Microsoft.Identity.Client version from 4.60.0 to 4.61.3 #2648 to address CVE-2024-35255.
  • Added caching to TokenCredential objects to take advantage of token caching. #2775

[Stable release 5.2.1] - 2024-05-31

This update brings the below changes over the previous release:

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

[Stable release 5.2.0] - 2024-02-28

Added

  • Added a new AccessTokenCallBack API to SqlConnection. #1260
  • Added SqlBatch support on .NET 6+ #1825, #2223,#2371, #2373
  • Added support of SqlDiagnosticListener on .NET Standard. #1931
  • Added new property RowsCopied64 to SqlBulkCopy. #2004
  • Added support for the SuperSocketNetLib registry option for Encrypt on .NET on Windows. #2047
  • Added the ability to generate debugging symbols in a separate package file #2137
  • Added Workload Identity authentication support #2159, #2264
  • Added support for Big Endian systems #2170
  • Added support for Georgian collation #2194
  • Added Localization support on .NET #2210
  • Added .NET 8 support #2230

... (truncated)

Commits
  • cec5dd8 [5.1] Eng | Add strong name validation to package validator (#2802) (#2804)
  • 5195077 Fix decrypt failure to drain data (#2818)
  • 2eb0ed9 Ignor Official pipelines delay signed (#2795)
  • 08c72cd [5.1] Backport SourceLink translation (#2780)
  • ca8746f [5.1] Add | Cache TokenCredential objects to take advantage of token caching ...
  • 6fe8e21 [5.1] Test | Fixed some Azure managed identity authentication unit test failu...
  • 0a7d192 [5.1] eng | Address strong naming issues in created nugets (#2698) (#2702)
  • 5f7840e Merge in 'release/5.1' changes
  • bccd975 [5.1] eng | Secure symbols publishing (#2719)
  • f63ae8f [5.1.6] | CVE | Update Azure.Identity from 1.11.3 to 1.11.4 (#2649)
  • Additional commits viewable in compare view


Updates Microsoft.EntityFrameworkCore.SqlServer from 8.0.10 to 9.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits
dependabot[bot] commented 4 days ago

Superseded by #1469.