Update dependency Microsoft.Bcl.AsyncInterfaces to 9.0.6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| Microsoft.Bcl.AsyncInterfaces (source) | nuget | patch | 9.0.3 -> 9.0.6 |
Release Notes
dotnet/runtime (Microsoft.Bcl.AsyncInterfaces)
v9.0.6
Bug Fixes
-
Read messages from binlog if process output is missing build finished message (#114676)
Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios. -
Fix debugger app hangs related to thread exit (#114917)
Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks. -
[Mono] Workaround MSVC miscompiling sgen_clz (#114903)
Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms. -
Do not set the salt or info if they are NULL for OpenSSL HKDF (#114877)
Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation. -
[Test Only] Fix Idn tests (#115032)
Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling. -
JIT: revised fix for fp division issue in profile synthesis (#115026)
Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations. -
Handle OSSL 3.4 change to SAN:othername formatting (#115361)
Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates. -
[Mono] Fix c11 ARM64 atomics to issue full memory barrier (#115635)
Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.
Performance Improvements
-
[WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#114678)
Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections. -
Improve distribute_free_regions (#115167)
Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.
Technical Improvements
-
Strip trailing slash from source dir for cmake4 (#114905)
Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability. -
Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#114995)
Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage. -
Add support for more libicu versions (#115376)
Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.
Infrastructure
-
Run outerloop pipeline only for release branches, not staging/preview (#115011)
Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows. -
Update CentOS Stream, Debian, OpenSUSE (#115027)
Updates build and test infrastructure to use newer versions of CentOS Stream, Debian, and OpenSUSE, ensuring ongoing compatibility and security with supported Linux distributions. -
Update MacOS signing to use PME (#115634)
Switches MacOS code signing to use PME, improving the security and reliability of the signing process for MacOS releases.
Dependency Updates
-
Update dependencies from dotnet/roslyn (#115353)
Integrates the latest updates from the Roslyn compiler, bringing in bug fixes, performance improvements, and new language features. -
Update dependencies from dotnet/arcade (#115085)
Updates the Arcade build infrastructure dependency, ensuring the latest build tools and scripts are used. -
Update dependencies from dotnet/sdk (#114856, #115466)
Brings in the latest changes from the .NET SDK, improving build reliability and incorporating upstream fixes. -
Update dependencies from dotnet/icu (#114762, #115440)
Updates the ICU library dependency, enhancing globalization support and fixing related issues. -
Update dependencies from dotnet/cecil (#114670)
Incorporates the latest Mono.Cecil updates, improving assembly manipulation and metadata handling. -
Update dependencies from dotnet/emsdk (#114702)
Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly toolchain support. -
Update dependencies from dotnet/xharness (#114855)
Brings in the latest XHarness test runner updates, improving test automation and reliability.
Miscellaneous
-
Update branding to 9.0.6 (#115385)
Updates version branding throughout the repository to reflect the 9.0.6 release. -
Fix line endings (#115413)
Standardizes line endings across the codebase, improving cross-platform consistency and reducing merge conflicts. -
[automated] Merge branch 'release/9.0' => 'release/9.0-staging' (#114700)
Automated merge to synchronize changes between release branches, ensuring consistency across development streams. -
Merging internal commits for release/9.0 (#115535)
Integrates internal commits into the release/9.0 branch, consolidating changes for the release. -
[manual] Merge release/9.0-staging into release/9.0 (#115497)
Manually merges staging changes into the main release branch, preparing for the official release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.5...v9.0.6
v9.0.5: .NET 9.0.5
What's Changed
- [release/9.0-staging] [HttpStress] [SslStress] Run stress tests nightly against staging branches by @github-actions in https://github.com/dotnet/runtime/pull/113476
- [release/9.0] [browser][http] mute JS exceptions about network errors + HEAD verb by @github-actions in https://github.com/dotnet/runtime/pull/113261
- [release/9.0-staging] Fix double dispose of GCHandle in BrowserWebSocket by @github-actions in https://github.com/dotnet/runtime/pull/113541
- [release/9.0-staging] [HttpStress] Fix Linux HttpStress build by @antonfirsov in https://github.com/dotnet/runtime/pull/113617
- [release/9.0-staging] Use minipal_getcpufeatures to detect for AVX (#113032) by @cshung in https://github.com/dotnet/runtime/pull/113489
- [release/9.0-staging] Backport "Use FLS detach callback as a thread termination notification. Another try." by @VSadov in https://github.com/dotnet/runtime/pull/113055
- [release/9.0-staging] [Json] Avoid writing to PipeWriter if IAsyncEnumerable throws before first item by @github-actions in https://github.com/dotnet/runtime/pull/113699
- [browser] Remove experimental args from NodeJS WBT runner (part2) by @maraf in https://github.com/dotnet/runtime/pull/113753
- [9.0] Update openssl dependency for openSUSE by @NikolaMilosavljevic in https://github.com/dotnet/runtime/pull/113548
- [release/9.0-staging] JIT: avoid fp divide by zero in profile synthesis by @github-actions in https://github.com/dotnet/runtime/pull/113418
- [release/9.0-staging] Do not substitute return values of constrained calls by @github-actions in https://github.com/dotnet/runtime/pull/113462
- [release/9.0] Test failure - SendAsync_RequestVersion20_ResponseVersion20 by @github-actions in https://github.com/dotnet/runtime/pull/113649
- [release/9.0-staging] [mono] Missing memory barrier leads to crash in multi-threaded scenarios by @github-actions in https://github.com/dotnet/runtime/pull/113740
- [release/9.0] Move DAC signing identity to PME by @hoyosjs in https://github.com/dotnet/runtime/pull/114031
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113460
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113483
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113516
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113461
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113561
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113595
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113821
- [9.0] libnethost no LTCG by @jkoritzinsky in https://github.com/dotnet/runtime/pull/113893
- [9.0] Bring back yml necessary change types in label checkers by @carlossanlop in https://github.com/dotnet/runtime/pull/114166
- [release/9.0-staging] [Apple mobile] Enable trimming on build machines to match ILLink features by @kotlarmilos in https://github.com/dotnet/runtime/pull/113466
- [release/9.0-staging] Fix VS div-by-0 in DacEnumerableHashTable code by @github-actions in https://github.com/dotnet/runtime/pull/113892
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113517
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113822
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113596
- Update branding to 9.0.5 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/114162
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113449
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114185
- [release/9.0-staging] Revert disabling of tests for HTTP servers by @github-actions in https://github.com/dotnet/runtime/pull/114207
- [release/9.0-staging] Fix build break with cmake 4.0 by @github-actions in https://github.com/dotnet/runtime/pull/114278
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/114224
- [release/9.0-staging] Fix inadvertently upgrading compiler warnings to errors by @akoeplinger in https://github.com/dotnet/runtime/pull/114331
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/114396
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/114415
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114299
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114473
- [release/9.0-staging][mono][hotreload]Adjust row_size and size_bitfield from the baseline based on the delta sizes by @thaystg in https://github.com/dotnet/runtime/pull/114119
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114296
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114318
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114364
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114474
- [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by @filipnavara in https://github.com/dotnet/runtime/pull/114391
- [release/9.0-staging] [debugger] Fix debugging a x86 app in mixed mode by @github-actions in https://github.com/dotnet/runtime/pull/114077
- [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to
osx.14.arm64.openandosx.15.amd64.openqueues by @github-actions in https://github.com/dotnet/runtime/pull/114617 - [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114615
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114613
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114589
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114254
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114576
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114612
- [release/9.0-staging] Moved a static field initialization from Thread to ProcessorIdCache by @github-actions in https://github.com/dotnet/runtime/pull/114273
- Revert "[release/9.0] Fix edge cases in Tarjan GC bridge (Android)" by @steveisok in https://github.com/dotnet/runtime/pull/114641
- [manual] Merge release/9.0-staging to release/9.0 by @jozkee in https://github.com/dotnet/runtime/pull/114662
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.4...v9.0.5
v9.0.4: .NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/112424
- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by @github-actions in https://github.com/dotnet/runtime/pull/112296
- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by @github-actions in https://github.com/dotnet/runtime/pull/112373
- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by @matouskozak in https://github.com/dotnet/runtime/pull/112012
- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by @rzikm in https://github.com/dotnet/runtime/pull/112473
- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by @github-actions in https://github.com/dotnet/runtime/pull/112057
- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by @github-actions in https://github.com/dotnet/runtime/pull/112487
- [release/9.0-staging] Remove unneeded DiagnosticSource content by @github-actions in https://github.com/dotnet/runtime/pull/112708
- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by @stephentoub in https://github.com/dotnet/runtime/pull/112714
- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by @github-actions in https://github.com/dotnet/runtime/pull/112005
- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by @github-actions in https://github.com/dotnet/runtime/pull/111700
- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by @github-actions in https://github.com/dotnet/runtime/pull/112139
- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by @steveharter in https://github.com/dotnet/runtime/pull/112531
- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by @elinor-fung in https://github.com/dotnet/runtime/pull/112893
- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by @github-actions in https://github.com/dotnet/runtime/pull/112539
- [9.0] Make CPU utilization checks in the thread pool configurable by @kouvel in https://github.com/dotnet/runtime/pull/112791
- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by @amanasifkhalid in https://github.com/dotnet/runtime/pull/113026
- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by @github-actions in https://github.com/dotnet/runtime/pull/113094
- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by @stephentoub in https://github.com/dotnet/runtime/pull/113150
- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by @github-actions in https://github.com/dotnet/runtime/pull/112549
- Update branding to 9.0.4 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/113226
- [9.0] Make counting of IO completion work items more precise on Windows by @kouvel in https://github.com/dotnet/runtime/pull/112794
- [release/9.0-staging] Remove --no-lock brew flag by @akoeplinger in https://github.com/dotnet/runtime/pull/113281
- [release/9.0-staging] [QUIC] Update MsQuic library version by @github-actions in https://github.com/dotnet/runtime/pull/113205
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113264
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112836
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112835
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112627
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112552
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112522
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112515
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112468
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112514
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112394
- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by @github-actions in https://github.com/dotnet/runtime/pull/112991 - [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by @github-actions in https://github.com/dotnet/runtime/pull/113316
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112628
- [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/113350
- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by @github-actions in https://github.com/dotnet/runtime/pull/112882
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/113389
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113333
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113447
- [release/9.0] fix SBOM issues for runtime by @haruna99 in https://github.com/dotnet/runtime/pull/113463
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.