Skip to content

Releases: dotnet/runtime

v10.0.0-preview.5.25277.114

11 Jun 16:30
dc8fe75
Compare
Choose a tag to compare

What's Changed

Read more

v9.0.6

11 Jun 16:13
Compare
Choose a tag to compare

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: v9.0.5...v9.0.6

v8.0.17

11 Jun 16:34
Compare
Choose a tag to compare

Bug Fixes

  • Work around MSVC miscompiling sgen_clz (#114904)
    Addresses an issue where the Microsoft Visual C++ (MSVC) compiler was miscompiling the sgen_clz function in Mono. This workaround ensures correct behavior and stability for affected builds.

  • Fix Idn tests (#115030)
    Resolves issues in the Internationalized Domain Name (Idn) tests, improving test reliability and ensuring accurate validation of related functionality.

  • Handle OSSL 3.4 change to SAN:othername formatting (#115367)
    Updates the handling of Subject Alternative Name (SAN) formatting to accommodate changes introduced in OpenSSL 3.4. This ensures compatibility and correct certificate processing.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#115008)
    Prevents certain internal APIs from being exposed to .NET Framework (NetFx), reducing the risk of unintended usage and improving API surface consistency.

  • Fix line endings (#115414)
    Corrects line ending inconsistencies in the codebase, which helps prevent cross-platform issues and improves code readability.

Performance Improvements

  • Improve distribute_free_regions (#115023)
    Optimizes the algorithm for distributing free memory regions, leading to better memory management and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#114906)
    Refines the build process by removing unnecessary trailing slashes from source directory paths when using CMake 4, reducing potential build errors and improving consistency.

  • Add support for more libicu versions (#115378)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Update dependencies from dotnet/arcade (#114441)
    Refreshes build and engineering dependencies from the Arcade repository, ensuring the latest tooling and infrastructure improvements are incorporated.

  • Migrate MacCatalyst and iOS/tvOS simulator jobs to new queues (#114633)
    Moves MacCatalyst and iOS/tvOS simulator jobs to updated build queues (osx.14.arm64.open and osx.15.amd64.open), improving build reliability and aligning with current infrastructure standards.

  • Run outerloop pipeline only for release branches (#115012)
    Adjusts CI pipeline triggers so that the outerloop pipeline runs only for release branches, reducing unnecessary builds and streamlining the development workflow.

  • Update OpenSUSE (#115028)
    Updates support for the OpenSUSE Linux distribution, ensuring compatibility and up-to-date platform support.

  • Update dependencies from dotnet/emsdk (#114830)
    Updates the Emscripten SDK dependencies, improving WebAssembly build support and incorporating the latest fixes and features.

  • Update MacOS signing to use PME (#115633)
    Switches MacOS code signing to use PME (Public Managed Environment), enhancing security and compliance for MacOS builds.

Miscellaneous

  • Automated merge: 'release/8.0' into 'release/8.0-staging' (#114668, #115410)
    Merges changes from the main release branch into the staging branch, ensuring all updates are synchronized for the next release cycle.

  • Update branding to 8.0.17 (#115384)
    Updates version branding throughout the repository to reflect the new 8.0.17 release.

  • Merging internal commits for release/8.0 (#115534)
    Integrates various internal commits into the release branch, consolidating recent changes and improvements.

  • Manual merge: release/8.0-staging into release/8.0 (#115498)
    Manually merges the staging branch back into the main release branch, finalizing the release preparation process.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v8.0.16...v8.0.17

.NET 10.0 Preview 3

29 Apr 19:06
0a33e18
Compare
Choose a tag to compare
.NET 10.0 Preview 3 Pre-release
Pre-release

Release

What's Changed

Read more

.NET 9.0.5

13 May 21:29
Compare
Choose a tag to compare

Release

What's Changed

  • [release/9.0-staging] [HttpStress] [SslStress] Run stress tests nightly against staging branches by @github-actions in #113476
  • [release/9.0] [browser][http] mute JS exceptions about network errors + HEAD verb by @github-actions in #113261
  • [release/9.0-staging] Fix double dispose of GCHandle in BrowserWebSocket by @github-actions in #113541
  • [release/9.0-staging] [HttpStress] Fix Linux HttpStress build by @antonfirsov in #113617
  • [release/9.0-staging] Use minipal_getcpufeatures to detect for AVX (#113032) by @cshung in #113489
  • [release/9.0-staging] Backport "Use FLS detach callback as a thread termination notification. Another try." by @VSadov in #113055
  • [release/9.0-staging] [Json] Avoid writing to PipeWriter if IAsyncEnumerable throws before first item by @github-actions in #113699
  • [browser] Remove experimental args from NodeJS WBT runner (part2) by @maraf in #113753
  • [9.0] Update openssl dependency for openSUSE by @NikolaMilosavljevic in #113548
  • [release/9.0-staging] JIT: avoid fp divide by zero in profile synthesis by @github-actions in #113418
  • [release/9.0-staging] Do not substitute return values of constrained calls by @github-actions in #113462
  • [release/9.0] Test failure - SendAsync_RequestVersion20_ResponseVersion20 by @github-actions in #113649
  • [release/9.0-staging] [mono] Missing memory barrier leads to crash in multi-threaded scenarios by @github-actions in #113740
  • [release/9.0] Move DAC signing identity to PME by @hoyosjs in #114031
  • [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in #113460
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #113483
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #113516
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #113461
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #113561
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #113595
  • [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in #113821
  • [9.0] libnethost no LTCG by @jkoritzinsky in #113893
  • [9.0] Bring back yml necessary change types in label checkers by @carlossanlop in #114166
  • [release/9.0-staging] [Apple mobile] Enable trimming on build machines to match ILLink features by @kotlarmilos in #113466
  • [release/9.0-staging] Fix VS div-by-0 in DacEnumerableHashTable code by @github-actions in #113892
  • [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #113517
  • [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in #113822
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in #113596
  • Update branding to 9.0.5 by @vseanreesermsft in #114162
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in #113449
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #114185
  • [release/9.0-staging] Revert disabling of tests for HTTP servers by @github-actions in #114207
  • [release/9.0-staging] Fix build break with cmake 4.0 by @github-actions in #114278
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in #114224
  • [release/9.0-staging] Fix inadvertently upgrading compiler warnings to errors by @akoeplinger in #114331
  • Merging internal commits for release/9.0 by @vseanreesermsft in #114396
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in #114415
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #114299
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #114473
  • [release/9.0-staging][mono][hotreload]Adjust row_size and size_bitfield from the baseline based on the delta sizes by @thaystg in #114119
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #114296
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #114318
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #114364
  • [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #114474
  • [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by @filipnavara in #114391
  • [release/9.0-staging] [debugger] Fix debugging a x86 app in mixed mode by @github-actions in #114077
  • [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to osx.14.arm64.open and osx.15.amd64.open queues by @github-actions in #114617
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #114615
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in #114613
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #114589
  • [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in #114254
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #114576
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #114612
  • [release/9.0-staging] Moved a static field initialization from Thread to ProcessorIdCache by @github-actions in #114273
  • Revert "[release/9.0] Fix edge cases in Tarjan GC bridge (Android)" by @steveisok in #114641
  • [manual] Merge release/9.0-staging to release/9.0 by @jozkee in #114662

Full Changelog: v9.0.4...v9.0.5

.NET 8.0.16

13 May 21:30
Compare
Choose a tag to compare

Release

What's Changed

  • [release/8.0-staging] [HttpStress] [SslStress] Run stress tests nightly against staging branches by @antonfirsov in #113479
  • [release/8.0][browser][http] mute JS exceptions about network errors + HEAD verb by @pavelsavara in #113271
  • [8.0] Update Ubuntu pipelines from 18.04 to 22.04 by @carlossanlop in #113441
  • [release/8.0-staging] Support setting ACLs on file paths longer than MAX_PATH by @github-actions in #113801
  • [release/8.0-staging] remove extra assert from WinHttp handler by @github-actions in #112861
  • [release/8.0-staging] Send connection WINDOW_UPDATE before RTT PING by @antonfirsov in #113702
  • [release/8.0] Test failure - SendAsync_RequestVersion20_ResponseVersion20 by @github-actions in #113648
  • [release/8.0] Turn off packages for April by @carlossanlop in #113718
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #113448
  • [release/8.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #113445
  • [8.0] Bring back yml necessary change types in label checkers by @carlossanlop in #114167
  • [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #113475
  • [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #113515
  • Update branding to 8.0.16 by @vseanreesermsft in #114161
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #113481
  • [release/8.0] Revert disabling of tests for HTTP servers by @rzikm in #114209
  • [release/8.0-staging] Fix build break with cmake 4.0 by @akoeplinger in #114279
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #114223
  • [release/8.0-staging] Fix inadvertently upgrading compiler warnings to errors by @akoeplinger in #114335
  • Merging internal commits for release/8.0 by @vseanreesermsft in #114398
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #114414
  • [release/8.0-staging] Remove reference / redistribution of externally provided packages in MSBuild tasks by @ericstj in #113404
  • [release/8.0] Move DAC signing identity to PME by @github-actions in #114032
  • [release/8.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #114439
  • [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #114472
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #114330
  • [release/8.0-staging] JIT: Fix loop recognition bug in .NET 8 by @AndyAyersMS in #114457
  • [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #114588
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #114577
  • [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #114454
  • [manual] Merge release/8.0-staging into release/8.0 by @carlossanlop in #114661
  • [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #114667

Full Changelog: v8.0.15...v8.0.16

.NET 8.0.15

08 Apr 20:21
Compare
Choose a tag to compare

Release

What's Changed

  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #112437
  • [release/8.0] Fix init race in mono_class_try_get_[shortname]_class. by @github-actions in #112297
  • [release/8.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by @github-actions in #112374
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #112467
  • [release/8.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by @rzikm in #112472
  • [release/8.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by @ericstj in #112494
  • [release/8.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by @BrzVlad in #112008
  • [release/8.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by @steveharter in #112530
  • [8.0] Make CPU utilization checks in the thread pool configurable by @kouvel in #112790
  • [release/8.0-staging] Use invariant culture when formatting transfer capture in regex source generator by @stephentoub in #113151
  • [release/8.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by @github-actions in #112140
  • Update branding to 8.0.15 by @vseanreesermsft in #113225
  • [8.0] Make counting of IO completion work items more precise on Windows by @kouvel in #112795
  • [release/8.0-staging] Remove --no-lock brew flag by @akoeplinger in #113282
  • [release/8.0-staging] [QUIC] Update MsQuic library version by @ManickaP in #113206
  • [release/8.0-staging] Change assembler to clang in android MonoAOT by @github-actions in #111666
  • [release/8.0-staging] [browser] Remove experimental args from NodeJS WBT runner by @github-actions in #113008
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #113263
  • [release/8.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #112503
  • [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #112551
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #112516
  • [release/8.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #112504
  • [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #112520
  • [release/8.0-staging] Back port logical equivalent of #102838 by @vcsjones in #113230
  • [manual] Merge release/8.0-staging into release/8.0 by @carlossanlop in #113349
  • Merging internal commits for release/8.0 by @vseanreesermsft in #113388
  • [release/8.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by @github-actions in #112881
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #113328
  • [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #113446
  • [release/8.0] produce SBOM after signing artifacts by @haruna99 in #113504
  • [release/8.0] Remove unnecessary parameter for SBOM generation by @hoyosjs in #113544
  • [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #113551

Full Changelog: v8.0.14...v8.0.15

.NET 10.0 Preview 2

18 Mar 18:32
c81f403
Compare
Choose a tag to compare
.NET 10.0 Preview 2 Pre-release
Pre-release

Release

What's Changed

Read more

.NET 9.0.4

08 Apr 21:10
Compare
Choose a tag to compare

Release

What's Changed

  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in #112424
  • [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by @github-actions in #112296
  • [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by @github-actions in #112373
  • [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by @matouskozak in #112012
  • [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by @rzikm in #112473
  • [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by @github-actions in #112057
  • [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by @github-actions in #112487
  • [release/9.0-staging] Remove unneeded DiagnosticSource content by @github-actions in #112708
  • [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by @stephentoub in #112714
  • [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by @github-actions in #112005
  • [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by @github-actions in #111700
  • [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by @github-actions in #112139
  • [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by @steveharter in #112531
  • [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by @elinor-fung in #112893
  • [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by @github-actions in #112539
  • [9.0] Make CPU utilization checks in the thread pool configurable by @kouvel in #112791
  • [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by @amanasifkhalid in #113026
  • [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by @github-actions in #113094
  • [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by @stephentoub in #113150
  • [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by @github-actions in #112549
  • Update branding to 9.0.4 by @vseanreesermsft in #113226
  • [9.0] Make counting of IO completion work items more precise on Windows by @kouvel in #112794
  • [release/9.0-staging] Remove --no-lock brew flag by @akoeplinger in #113281
  • [release/9.0-staging] [QUIC] Update MsQuic library version by @github-actions in #113205
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in #113264
  • [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in #112836
  • [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in #112835
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #112627
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #112552
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #112522
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #112515
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #112468
  • [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in #112514
  • [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #112394
  • [release/9.0] Fix BigInteger.Rotate{Left,Right} for backport by @github-actions in #112991
  • [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by @github-actions in #113316
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in #112628
  • [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in #113350
  • [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by @github-actions in #112882
  • Merging internal commits for release/9.0 by @vseanreesermsft in #113389
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in #113333
  • [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #113447
  • [release/9.0] fix SBOM issues for runtime by @haruna99 in #113463

Full Changelog: v9.0.3...v9.0.4

.NET 8.0.14

11 Mar 17:37
Compare
Choose a tag to compare

Release

What's Changed

Full Changelog: v8.0.13...v8.0.14