RulesEngine icon indicating copy to clipboard operation
RulesEngine copied to clipboard

Bump FastExpressionCompiler and 4 others

Open dependabot[bot] opened this issue 5 months ago • 0 comments

Updated FastExpressionCompiler from 5.0.2 to 5.0.3.

Release notes

Sourced from FastExpressionCompiler's releases.

5.0.3

v5.0.3 Bug-fix release

  • fix: #​451 Operator implicit/explicit produces InvalidProgram
  • fix: #​455 TypeAs should return null when it cannot cast to a nullable #​455

Full Changelog: https://github.com/dadhi/FastExpressionCompiler/compare/v5.0.2...v5.0.3

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 9.0.1 to 9.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

9.0.7

Release

What's Changed

  • Merge branch 'release/8.0' =>'release/8.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35893
  • Merge branch 'release/8.0' =>'release/8.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/36047
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36098
  • Delete src/arcade/eng/common directory by @​akoeplinger in https://github.com/dotnet/efcore/pull/36102
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36143
  • [release/8.0] Add missing parentheses for set operations by @​roji in https://github.com/dotnet/efcore/pull/36139
  • [release/9.0] Add missing parentheses for set operations by @​roji in https://github.com/dotnet/efcore/pull/36138
  • Update branding to 9.0.7 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36186
  • Update branding to 8.0.18 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36185
  • [release/8.0] Merge release/8.0-staging => release/8.0 by @​cincuranet in https://github.com/dotnet/efcore/pull/36193
  • [release/9.0] Merge release/9.0-staging => release/9.0 by @​cincuranet in https://github.com/dotnet/efcore/pull/36194
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions[bot] in https://github.com/dotnet/efcore/pull/36192
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36213
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36222
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36223
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions[bot] in https://github.com/dotnet/efcore/pull/36227

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar

Dependency Updates

  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro

Technical Improvements

  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft

Infrastructure

  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft

Miscellaneous

  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd ... (truncated)

9.0.5

Release

What's Changed

  • Merge branch 'release/9.0' => 'release/9.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35750
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35765
  • [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35780
  • [release/9.0-staging] Fix to #​35162 - Regression from EF Core 8 to 9: MigrationBuilder.DropTable Causes Issues with Subsequent Table Recreation by @​maumar in https://github.com/dotnet/efcore/pull/35776
  • [release/9.0-staging] Fix to #​21006 - Support a default value for non-nullable properties by @​maumar in https://github.com/dotnet/efcore/pull/35782
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35795
  • Update branding to 9.0.5 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35889
  • Update branding to 8.0.16 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35888
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35772
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​maumar in https://github.com/dotnet/efcore/pull/35891
  • Merge branch 'release/9.0' =>'release/9.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35896
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35912
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35931
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35925
  • [release/9.0] Disable Cosmos tests on CI by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35933
  • [release/9.0-staging] Cosmos Full Text Search support (query part) by @​maumar in https://github.com/dotnet/efcore/pull/35909
  • [release/9.0] Merge Cosmos full-text search support from release/9.0-staging by @​maumar in https://github.com/dotnet/efcore/pull/35953
  • [release/9.0] Bump version of Cosmos SDK from 3.45 to 3.48 to improve hybrid search experience out of the box by @​maumar in https://github.com/dotnet/efcore/pull/35954

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.4...v9.0.5

9.0.4

Release

What's Changed

  • Merge branch 'release/8.0' into 'release/8.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35541
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35621
  • [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35633
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35634
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35626
  • [release/9.0-staging] Set the environment when executing Scaffold-DBContext by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35693
  • [release/8.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @​roji in https://github.com/dotnet/efcore/pull/35718
  • [release/8.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @​roji in https://github.com/dotnet/efcore/pull/35720
  • [release/9.0-staging] Process Coalesce-simplified Convert node properly in funcletizer by @​roji in https://github.com/dotnet/efcore/pull/35721
  • [release/9.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @​roji in https://github.com/dotnet/efcore/pull/35717
  • [release/9.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @​roji in https://github.com/dotnet/efcore/pull/35719
  • Update branding to 8.0.15 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35738
  • Update branding to 9.0.4 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35739
  • Merge branch 'release/8.0-staging' => 'release/8.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35742
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35743
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35740
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35766
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35781

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4

9.0.3

Release

What's Changed

  • [release/9.0-staging] Fix to #​35393 - GroupJoin in EF Core 9 Returns Null for Joined Entities by @​maumar in https://github.com/dotnet/efcore/pull/35449
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35473
  • [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35470
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35498
  • Merge branch 'release/9.0' into 'release/9.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35542
  • [release/9.0-staging] Make SnapshotModelProcessor idempotent. by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35543
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35572
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35474
  • Update branding to 9.0.3 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35584
  • Update branding to 8.0.14 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35583
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35587
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35601
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35622

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.2...v9.0.3

9.0.2

Release

What's Changed

  • [release/9.0-staging] Fix to #​35108 - Temporal table migration regression from EF Core 8 to 9 by @​maumar in https://github.com/dotnet/efcore/pull/35289
  • [release/9.0-staging] Don't throw PendingModelChangesWarning when applying a specific migration by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35353
  • [release/8.0] Update Helix queues by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35408
  • [release/9.0] Update Helix queues by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35407
  • [release/9.0-staging] Fix to #​35239 - EF9: SaveChanges() is significantly slower in .NET9 vs. .NET8 when using .ToJson() Mapping vs. PostgreSQL Legacy POCO mapping by @​maumar in https://github.com/dotnet/efcore/pull/35360
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35415
  • [release/9.0-staging] Don't scaffold NonNullableConventionState annotation by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35359
  • Update branding to 8.0.13 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35427
  • Update branding to 9.0.2 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35428
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35463
  • Merge branch 'release/8.0-staging' => 'release/8.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35464
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35429
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35460
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35472

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.1...v9.0.2

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Sqlite from 9.0.1 to 9.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

9.0.7

Release

What's Changed

  • Merge branch 'release/8.0' =>'release/8.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35893
  • Merge branch 'release/8.0' =>'release/8.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/36047
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36098
  • Delete src/arcade/eng/common directory by @​akoeplinger in https://github.com/dotnet/efcore/pull/36102
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36143
  • [release/8.0] Add missing parentheses for set operations by @​roji in https://github.com/dotnet/efcore/pull/36139
  • [release/9.0] Add missing parentheses for set operations by @​roji in https://github.com/dotnet/efcore/pull/36138
  • Update branding to 9.0.7 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36186
  • Update branding to 8.0.18 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36185
  • [release/8.0] Merge release/8.0-staging => release/8.0 by @​cincuranet in https://github.com/dotnet/efcore/pull/36193
  • [release/9.0] Merge release/9.0-staging => release/9.0 by @​cincuranet in https://github.com/dotnet/efcore/pull/36194
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions[bot] in https://github.com/dotnet/efcore/pull/36192
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36213
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36222
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/36223
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions[bot] in https://github.com/dotnet/efcore/pull/36227

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar

Dependency Updates

  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro

Technical Improvements

  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft

Infrastructure

  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft

Miscellaneous

  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd ... (truncated)

9.0.5

Release

What's Changed

  • Merge branch 'release/9.0' => 'release/9.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35750
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35765
  • [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35780
  • [release/9.0-staging] Fix to #​35162 - Regression from EF Core 8 to 9: MigrationBuilder.DropTable Causes Issues with Subsequent Table Recreation by @​maumar in https://github.com/dotnet/efcore/pull/35776
  • [release/9.0-staging] Fix to #​21006 - Support a default value for non-nullable properties by @​maumar in https://github.com/dotnet/efcore/pull/35782
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35795
  • Update branding to 9.0.5 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35889
  • Update branding to 8.0.16 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35888
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35772
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​maumar in https://github.com/dotnet/efcore/pull/35891
  • Merge branch 'release/9.0' =>'release/9.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35896
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35912
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35931
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35925
  • [release/9.0] Disable Cosmos tests on CI by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35933
  • [release/9.0-staging] Cosmos Full Text Search support (query part) by @​maumar in https://github.com/dotnet/efcore/pull/35909
  • [release/9.0] Merge Cosmos full-text search support from release/9.0-staging by @​maumar in https://github.com/dotnet/efcore/pull/35953
  • [release/9.0] Bump version of Cosmos SDK from 3.45 to 3.48 to improve hybrid search experience out of the box by @​maumar in https://github.com/dotnet/efcore/pull/35954

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.4...v9.0.5

9.0.4

Release

What's Changed

  • Merge branch 'release/8.0' into 'release/8.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35541
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35621
  • [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35633
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35634
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35626
  • [release/9.0-staging] Set the environment when executing Scaffold-DBContext by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35693
  • [release/8.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @​roji in https://github.com/dotnet/efcore/pull/35718
  • [release/8.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @​roji in https://github.com/dotnet/efcore/pull/35720
  • [release/9.0-staging] Process Coalesce-simplified Convert node properly in funcletizer by @​roji in https://github.com/dotnet/efcore/pull/35721
  • [release/9.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @​roji in https://github.com/dotnet/efcore/pull/35717
  • [release/9.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @​roji in https://github.com/dotnet/efcore/pull/35719
  • Update branding to 8.0.15 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35738
  • Update branding to 9.0.4 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35739
  • Merge branch 'release/8.0-staging' => 'release/8.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35742
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35743
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35740
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35766
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35781

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4

9.0.3

Release

What's Changed

  • [release/9.0-staging] Fix to #​35393 - GroupJoin in EF Core 9 Returns Null for Joined Entities by @​maumar in https://github.com/dotnet/efcore/pull/35449
  • Merging internal commits for release/8.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35473
  • [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35470
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35498
  • Merge branch 'release/9.0' into 'release/9.0-staging' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35542
  • [release/9.0-staging] Make SnapshotModelProcessor idempotent. by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35543
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35572
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35474
  • Update branding to 9.0.3 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35584
  • Update branding to 8.0.14 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35583
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35587
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35601
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35622

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.2...v9.0.3

9.0.2

Release

What's Changed

  • [release/9.0-staging] Fix to #​35108 - Temporal table migration regression from EF Core 8 to 9 by @​maumar in https://github.com/dotnet/efcore/pull/35289
  • [release/9.0-staging] Don't throw PendingModelChangesWarning when applying a specific migration by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35353
  • [release/8.0] Update Helix queues by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35408
  • [release/9.0] Update Helix queues by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35407
  • [release/9.0-staging] Fix to #​35239 - EF9: SaveChanges() is significantly slower in .NET9 vs. .NET8 when using .ToJson() Mapping vs. PostgreSQL Legacy POCO mapping by @​maumar in https://github.com/dotnet/efcore/pull/35360
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35415
  • [release/9.0-staging] Don't scaffold NonNullableConventionState annotation by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35359
  • Update branding to 8.0.13 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35427
  • Update branding to 9.0.2 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35428
  • Merge branch 'release/9.0-staging' => 'release/9.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35463
  • Merge branch 'release/8.0-staging' => 'release/8.0' by @​AndriySvyryd in https://github.com/dotnet/efcore/pull/35464
  • [automated] Merge branch 'release/8.0' => 'release/9.0' by @​github-actions in https://github.com/dotnet/efcore/pull/35429
  • [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/efcore/pull/35460
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/efcore/pull/35472

Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.1...v9.0.2

Commits viewable in compare view.

Updated System.Linq.Dynamic.Core from 1.6.2 to 1.6.7.

Release notes

Sourced from System.Linq.Dynamic.Core's releases.

1.6.6

What's Changed

  • Add GroupBy method for Z.DynamicLinq.SystemTextJson and Z.DynamicLinq.NewtonsoftJson by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/929
  • Fix "in" for nullable Enums by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/932

Full Changelog: https://github.com/zzzprojects/System.Linq.Dynamic.Core/compare/v1.6.5...v1.6.6

1.6.5

What's Changed

  • Fix: Add Fallback in ExpressionPromoter to Handle Cache Cleanup in ConstantExpressionHelper by @​RenanCarlosPereira in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/905

Full Changelog: https://github.com/zzzprojects/System.Linq.Dynamic.Core/compare/v1.6.4...v1.6.5

1.6.4

What's Changed

  • Fix MethodFinder TryFindAggregateMethod to support array by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/923
  • Add support for "not in" and "not_in" by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/915
  • Add extra unittests for NullPropagation / ToString / AllowEqualsAndToStringMethodsOnObject is true by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/925
  • Add validation when passing ParsingConfig in args by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/926

Full Changelog: https://github.com/zzzprojects/System.Linq.Dynamic.Core/compare/v1.6.3...v1.6.4

1.6.3

What's Changed

  • Update DynamicGetMemberBinder to only add BindingRestrictions for dynamic type and cache the DynamicMetaObject by @​StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/922

Full Changelog: https://github.com/zzzprojects/System.Linq.Dynamic.Core/compare/v1.6.2...v1.6.3

Commits viewable in compare view.

Updated System.Text.Json from 9.0.1 to 9.0.7.

Release notes

Sourced from System.Text.Json's releases.

9.0.7

Release

What's Changed

  • [release/9.0-staging] Fix crash during Async Break when APC and CET are enabled by @​thaystg in https://github.com/dotnet/runtime/pull/114932
  • [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute now supporting multiple declarations. by @​github-actions in https://github.com/dotnet/runtime/pull/115076
  • [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter intrinsics by @​lewing in https://github.com/dotnet/runtime/pull/114218
  • [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in methods without .localsinit by @​jakobbotsch in https://github.com/dotnet/runtime/pull/115568
  • [release/9.0-staging] throw an exception instead of infinite loop in sort_mark_list by @​github-actions in https://github.com/dotnet/runtime/pull/115529
  • [release/9.0-staging] [DNS] Ignore ObjectDisposedException on CancellationToken Callback by @​github-actions in https://github.com/dotnet/runtime/pull/115840
  • Revert "[release/9.0-staging] Fix crash during Async Break when APC and CET are enabled" by @​thaystg in https://github.com/dotnet/runtime/pull/116015
  • [release/9.0-staging] Fix SysV first/second return register GC info mismatch by @​jakobbotsch in https://github.com/dotnet/runtime/pull/116206
  • [release/9.0-staging] Fix PipeStream leak on Windows when pipe is disposed with a pending operation by @​github-actions in https://github.com/dotnet/runtime/pull/116188
  • [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by @​filipnavara in https://github.com/dotnet/runtime/pull/114682
  • [release/9.0-staging] Revert change to follow symlinks of dotnet host by @​github-actions in https://github.com/dotnet/runtime/pull/116244
  • Update branding to 9.0.7 by @​vseanreesermsft in https://github.com/dotnet/runtime/pull/116312
  • [release/9.0-staging] Fix generation of minidump by @​github-actions in https://github.com/dotnet/runtime/pull/115738
  • [release/9.0-staging] fix: in rsa signatures, configure digest before padding mode by @​github-actions in https://github.com/dotnet/runtime/pull/115695
  • [release/9.0-staging] JIT: Fix possible heap corruption in outlined composite SSA storage by @​github-actions in https://github.com/dotnet/runtime/pull/116132
  • [release/9.0-staging] Update dependencies from dotnet/roslyn by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115984
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115855
  • [release/9.0-staging] Update dependencies from dotnet/icu by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115597
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115710
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115504
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115589
  • [release/9.0] Update dependencies from dotnet/emsdk by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115537
  • Bump SDK version used by WASM since it was broken by dotnet/arcade codeflow by @​jozkee in https://github.com/dotnet/runtime/pull/116450
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @​github-actions in https://github.com/dotnet/runtime/pull/115576
  • [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe handle by @​github-actions in https://github.com/dotnet/runtime/pull/115380
  • [release/9.0-staging] [mono][interp] Minor SSA fixes by @​BrzVlad in https://github.com/dotnet/runtime/pull/116428
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/115677
  • [release/9.0-staging] Disable the UTFStringConversionFailures test on CI runs by @​github-actions in https://github.com/dotnet/runtime/pull/116460
  • [manual] Merge release/9.0-staging into release/9.0 by @​jozkee in https://github.com/dotnet/runtime/pull/116459
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/runtime/pull/116499
  • [release/9.0] Delete s390x and ppc64le helix queues by @​github-actions in https://github.com/dotnet/runtime/pull/116537

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7

9.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.

... (truncated)

9.0.5

Release

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.open and osx.15.amd64.open queues by @​github-actions in https://github.com/dotnet/runtime/pull/114617 ... (truncated)

9.0.4

Release

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

9.0.3

Release

What's Changed

  • [release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by @​akoeplinger in https://github.com/dotnet/runtime/pull/110871
  • [release/9.0] Disable tests targetting http://corefx-net-http11.azurewebsites.net by @​rzikm in https://github.com/dotnet/runtime/pull/111402
  • [release/9.0-staging] Support generic fields in PersistedAssemblyBuilder by @​github-actions in https://github.com/dotnet/runtime/pull/110839
  • [release/9.0-staging] Re-enable skiasharp WBT tests (#​109232) by @​radekdoulik in https://github.com/dotnet/runtime/pull/110734
  • [release/9.0-staging] Backport test fixes related to BinaryFormatter removal by @​adamsitnik in https://github.com/dotnet/runtime/pull/111508
  • [manual] Merge branch 'release/9.0' => 'release/9.0-staging' by @​carlossanlop in https://github.com/dotnet/runtime/pull/111565
  • [release/9.0] [wasi] Disable build in .NET 9 by @​maraf in https://github.com/dotnet/runtime/pull/108877
  • [release/9.0-staging] [mono] Disable UnitTest_GVM_TypeLoadException for fullAOT jobs by @​github-actions in https://github.com/dotnet/runtime/pull/111394
  • [release/9.0-staging] Fix UnsafeAccessor scenario for modopts/modreqs when comparing field sigs. by @​AaronRobinsonMSFT in https://github.com/dotnet/runtime/pull/111675
  • [release/9.0-staging] [mono] Run runtime-llvm and runtime-ioslike on Mono LLVM PRs by @​github-actions in https://github.com/dotnet/runtime/pull/111739
  • [release/9.0-staging] fix stack 2x2 tensor along dimension 1 by @​github-actions in https://github.com/dotnet/runtime/pull/110053
  • [release/9.0-staging] Fix race condition in cleanup of collectible thread static variables by @​github-actions in https://github.com/dotnet/runtime/pull/111275
  • [release/9.0-staging] [iOS] Retrieve device locale in full (specific) format from ObjectiveC APIs by @​github-actions in https://github.com/dotnet/runtime/pull/111612
  • [release/9.0-staging] Add workflow to prevent merging a PR when the NO-MERGE label is applied by @​github-actions in https://github.com/dotnet/runtime/pull/111961
  • [release/9.0-staging] Use alternative format string specifier to ensure decimal point is present by @​github-actions in https://github.com/dotnet/runtime/pull/111444
  • [release/9.0-staging] Fixed android build with NDK 23 by @​jkurdek in https://github.com/dotnet/runtime/pull/111696
  • [release/9.0-staging] Fix UNC paths by @​github-actions in https://github.com/dotnet/runtime/pull/111499
  • [release/9.0-staging] [mono] [llvm-aot] Fixed storing Vector3 into memory by @​github-actions in https://github.com/dotnet/runtime/pull/111069
  • [release/9.0] Remove explicit __compact_unwind entries from x64 assembler by @​filipnavara in https://github.com/dotnet/runtime/pull/112204
  • Update branding to 9.0.3 by @​vseanreesermsft in https://github.com/dotnet/runtime/pull/112144
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111606
  • [release/9.0] Update dependencies from dotnet/emsdk by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111891
  • [release/9.0] Update dependencies from dotnet/emsdk by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/112189
  • [release/9.0-staging] Update dependencies from dotnet/icu by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111519
  • [release/9.0-staging] Update dependencies from dotnet/icu by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/112121
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111737
  • [release/9.0-staging] Fix shimmed implementation of TryGetHashAndReset to handle HMAC. by @​github-actions in https://github.com/dotnet/runtime/pull/112015
  • Remove Windows 8.1 from test queues by @​agocke in https://github.com/dotnet/runtime/pull/112056
  • [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111603
  • [browser] Remove experimental args from NodeJS WBT runner by @​maraf in https://github.com/dotnet/runtime/pull/111655
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111607
  • [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111826
  • [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111885
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/112122
  • [release/9.0-staging] Update dependencies from dotnet/roslyn by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/112225
  • [release/9.0-staging] Update dependencies from dotnet/icu by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/112261
  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @​github-actions in https://github.com/dotnet/runtime/pull/112219
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/112340
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/111483
  • Backport pr 111723 to 9.0 staging by @​StephenMolloy in https://github.com/dotnet/runtime/pull/112322
  • [manual] Merge release/9.0-staging into release/9.0 by @​carlossanlop in https://github.com/dotnet/runtime/pull/112382
  • [9.0] Backport labeling workflow changes by @​carlossanlop in https://github.com/dotnet/runtime/pull/112240
  • [9.0] Move release/9.0 localization back to main too by @​carlossanlop in https://github.com/dotnet/runtime/pull/112443
  • Merging internal commits for release/9.0 by @​vseanreesermsft in https://github.com/dotnet/runtime/pull/112453

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3

9.0.2

Release

What's Changed

  • [release/9.0-staging] Ensure Vector.Create is properly recognized as intrinsic by @​github-actions in https://github.com/dotnet/runtime/pull/109322
  • [release/9.0-staging] Fix return address hijacking with CET by @​github-actions in https://github.com/dotnet/runtime/pull/109548
  • [release/9.0] Fix FP state restore on macOS exception forwarding by @​github-actions in https://github.com/dotnet/runtime/pull/110163
  • [release/9.0-staging] [debugger] Fix a step that becomes a go by @​github-actions in https://github.com/dotnet/runtime/pull/110533
  • [release/9.0-staging] [debugger] Support step into a tail call by @​github-actions in https://github.com/dotnet/runtime/pull/110438
  • [release/9.0-staging] Fix Tizen linux-armel build by @​github-actions in https://github.com/dotnet/runtime/pull/110614
  • release/9.0-staging -- Update Alpine, Debian, and Fedora versions by @​richlander in https://github.com/dotnet/runtime/pull/110493
  • [release/9.0-staging] JIT: Read back all replacements before statements with implicit EH control flow by @​github-actions in https://github.com/dotnet/runtime/pull/109143
  • [release/9.0-staging] Fix crash when pTargetMD is null by @​github-actions in https://github.com/dotnet/runtime/pull/110652
  • [release/9.0-staging] Avoid exception when parsing AD path for port number by @​github-actions in https://github.com/dotnet/runtime/pull/110224
  • [release/9.0-staging] Fix System.Reflection.Emit SetChecksum creating invalid pdb by @​github-actions in https://github.com/dotnet/runtime/pull/110205
  • [release/9.0] Use floating tag for webassembly image by @​github-actions in https://github.com/dotnet/runtime/pull/109374
  • [release/9.0-staging] [Profiler] Avoid Recursive ThreadStoreLock in Profiling Thread Enumerator by @​github-actions in https://github.com/dotnet/runtime/pull/110665
  • [release/9.0-staging] JIT: Include more edges in BlockDominancePreds to avoid a JIT crash by @​github-actions in https://github.com/dotnet/runtime/pull/110568
  • [release/9.0-staging][wasm] Workaround incorrect mono restore when building WBT by @​lewing in https://github.com/dotnet/runtime/pull/110590
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/110532
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/110572
  • [release/9.0-staging] Conditionally check the compiler flags in libs.native by @​github-actions in https://github.com/dotnet/runtime/pull/109556
  • [TestOnly][release/9.0-staging] Fix TimeProvider Test by @​github-actions in https://github.com/dotnet/runtime/pull/111132
  • [release/9.0-staging] [mono] Chain SIGSEGV native crashes to the default SIGSEGV handler by @​github-actions in https://github.com/dotnet/runtime/pull/110863
  • [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @​dotnet-maestro in https://github.com/dotnet/runtime/pull/110905
  • [release/9.0-staging] Exit the lock before we call into user code and handle losing the race for the RCW table by @​github-actions in https://github.com/dotnet/runtime/pull/111162
  • [release/9.0-staging] Fix race condition when cancelling pending HTTP connection attempts by @​github-actions in https://github.com/dotnet/runtime/pull/110764
  • [release/9.0-staging] Remove HttpMetricsEnrichmentContext caching by @​github-actions in https://github.com/dotnet/runtime/pull/110626
  • [release/9.0-staging] Fix IDynamicInterfaceCastable with shared generic code by @​github-actions in https://github.com/dotnet/runtime/pull/109918
  • [release/9.0-staging] Fix handling of IDynamicInterfaceCastable wrt CastCache by @​github-actions in https://github.com/dotnet/runtime/pull/110007
  • [release/9.0-staging] ILC: Allow OOB reference to upgrade framework assembly by @​github-actions in https://github.com/dotnet/runtime/pull/110058
  • [release/9.0-staging] Move ComWrappers AddRef to C/C++ by @​github-actions in https://github.com/dotnet/runtime/pull/110815
  • [release/9.0-staging] [BrowserDebugProxy] Remove exception details from error report by @​github-actions in https://github.com/dotnet/runtime/pull/111202
  • [release/9.0-staging] Fix reporting GC fields from base types by @​github-actions in https://github.com/dotnet/runtime/pull/111040
  • [release/9.0-staging] Fix C++/CLI applications which use __declspec(appdomain) by @​github-actions in https://github.com/dotnet/runtime/pull/110495
  • [release/9.0-staging] Fix calling convention mismatch in GC callouts by @​github-actions in https://github.com/dotnet/runtime/pull/111105
  • [release/9.0-staging] Don't wait for finalizers in 'IReferenceTrackerHost::ReleaseDisconnectedReferenceSources' by @​github-actions in https://github.com/dotnet/runtime/pull/110558
  • [release/9.0-staging] Add forwarding support for WasmLinkage on LibraryImport by @​github...

Description has been truncated

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Jul 28 '25 23:07 dependabot[bot]