Azure/azure-sdk-for-net (Azure.Storage.Blobs)
### [`v12.23.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Storage.Blobs_12.23.0)
[Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.22.2...Azure.Storage.Blobs_12.23.0)
##### 12.23.0 (2024-11-12)
##### Features Added
- Includes all features from 12.23.0-beta.1 and 12.23.0-beta.2
##### Bugs Fixed
- Fixed bug where network download streams were not properly disposed.
- Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
### [`v8.0.11`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.11): .NET 8.0.11
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.11)
##### What's Changed
- Update branding to 8.0.11 by [@vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/58198](https://redirect.github.com/dotnet/aspnetcore/pull/58198)
- \[release/8.0] (deps): Bump src/submodules/googletest from `ff233bd` to `6dae7eb` by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/58180](https://redirect.github.com/dotnet/aspnetcore/pull/58180)
- \[release/8.0] Add explicit conversion for value-type returning handlers with filters by [@captainsafia](https://redirect.github.com/captainsafia) in [https://github.com/dotnet/aspnetcore/pull/57966](https://redirect.github.com/dotnet/aspnetcore/pull/57966)
- \[release/8.0] Stop using Mac 11 in Helix by [@wtgodbe](https://redirect.github.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/58063](https://redirect.github.com/dotnet/aspnetcore/pull/58063)
- \[release/8.0] Enable TSA/Policheck by [@github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/58124](https://redirect.github.com/dotnet/aspnetcore/pull/58124)
- \[release/8.0] (deps): Bump src/submodules/MessagePack-CSharp from `ecc4e18` to `9511905` by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/58179](https://redirect.github.com/dotnet/aspnetcore/pull/58179)
- \[Backport] Http.Sys: Clean up Request parsing errors by [@BrennanConroy](https://redirect.github.com/BrennanConroy) in [https://github.com/dotnet/aspnetcore/pull/57819](https://redirect.github.com/dotnet/aspnetcore/pull/57819)
- \[release/8.0] Update the Microsoft.Identity.Web versions used by project templates by [@halter73](https://redirect.github.com/halter73) in [https://github.com/dotnet/aspnetcore/pull/58229](https://redirect.github.com/dotnet/aspnetcore/pull/58229)
- Add registry search for upgrade policy keys, update dependencies from Arcade by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58278](https://redirect.github.com/dotnet/aspnetcore/pull/58278)
- Merging internal commits for release/8.0 by [@vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/58300](https://redirect.github.com/dotnet/aspnetcore/pull/58300)
- \[release/8.0] Remove ProviderKey from Hosting Bundle by [@github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/58294](https://redirect.github.com/dotnet/aspnetcore/pull/58294)
- \[release/8.0] Update dependencies from dotnet/source-build-externals by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58352](https://redirect.github.com/dotnet/aspnetcore/pull/58352)
- \[release/8.0] Update dependencies from dotnet/arcade by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58347](https://redirect.github.com/dotnet/aspnetcore/pull/58347)
- \[release/8.0] Improve dev-certs export error message by [@amcasey](https://redirect.github.com/amcasey) in [https://github.com/dotnet/aspnetcore/pull/58470](https://redirect.github.com/dotnet/aspnetcore/pull/58470)
- \[release/8.0] Update dependencies from dotnet/arcade by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58474](https://redirect.github.com/dotnet/aspnetcore/pull/58474)
**Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
12.22.2
->12.23.0
12.20.1
->12.21.0
12.20.1
->12.21.0
8.0.10
->8.0.11
8.0.10
->8.0.11
1.7.6
->1.8.0
8.0.10
->8.0.11
Release Notes
Azure/azure-sdk-for-net (Azure.Storage.Blobs)
### [`v12.23.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Storage.Blobs_12.23.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.22.2...Azure.Storage.Blobs_12.23.0) ##### 12.23.0 (2024-11-12) ##### Features Added - Includes all features from 12.23.0-beta.1 and 12.23.0-beta.2 ##### Bugs Fixed - Fixed bug where network download streams were not properly disposed. - Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
### [`v8.0.11`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.11): .NET 8.0.11 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.11) ##### What's Changed - Update branding to 8.0.11 by [@vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/58198](https://redirect.github.com/dotnet/aspnetcore/pull/58198) - \[release/8.0] (deps): Bump src/submodules/googletest from `ff233bd` to `6dae7eb` by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/58180](https://redirect.github.com/dotnet/aspnetcore/pull/58180) - \[release/8.0] Add explicit conversion for value-type returning handlers with filters by [@captainsafia](https://redirect.github.com/captainsafia) in [https://github.com/dotnet/aspnetcore/pull/57966](https://redirect.github.com/dotnet/aspnetcore/pull/57966) - \[release/8.0] Stop using Mac 11 in Helix by [@wtgodbe](https://redirect.github.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/58063](https://redirect.github.com/dotnet/aspnetcore/pull/58063) - \[release/8.0] Enable TSA/Policheck by [@github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/58124](https://redirect.github.com/dotnet/aspnetcore/pull/58124) - \[release/8.0] (deps): Bump src/submodules/MessagePack-CSharp from `ecc4e18` to `9511905` by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/58179](https://redirect.github.com/dotnet/aspnetcore/pull/58179) - \[Backport] Http.Sys: Clean up Request parsing errors by [@BrennanConroy](https://redirect.github.com/BrennanConroy) in [https://github.com/dotnet/aspnetcore/pull/57819](https://redirect.github.com/dotnet/aspnetcore/pull/57819) - \[release/8.0] Update the Microsoft.Identity.Web versions used by project templates by [@halter73](https://redirect.github.com/halter73) in [https://github.com/dotnet/aspnetcore/pull/58229](https://redirect.github.com/dotnet/aspnetcore/pull/58229) - Add registry search for upgrade policy keys, update dependencies from Arcade by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58278](https://redirect.github.com/dotnet/aspnetcore/pull/58278) - Merging internal commits for release/8.0 by [@vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/58300](https://redirect.github.com/dotnet/aspnetcore/pull/58300) - \[release/8.0] Remove ProviderKey from Hosting Bundle by [@github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/58294](https://redirect.github.com/dotnet/aspnetcore/pull/58294) - \[release/8.0] Update dependencies from dotnet/source-build-externals by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58352](https://redirect.github.com/dotnet/aspnetcore/pull/58352) - \[release/8.0] Update dependencies from dotnet/arcade by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58347](https://redirect.github.com/dotnet/aspnetcore/pull/58347) - \[release/8.0] Improve dev-certs export error message by [@amcasey](https://redirect.github.com/amcasey) in [https://github.com/dotnet/aspnetcore/pull/58470](https://redirect.github.com/dotnet/aspnetcore/pull/58470) - \[release/8.0] Update dependencies from dotnet/arcade by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/58474](https://redirect.github.com/dotnet/aspnetcore/pull/58474) **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.