Skip to content

Document Newtonsoft.Json 10.0.2 → 13.0.1 breaking change for Cosmos provider in EF Core 9.0#5303

Merged
AndriySvyryd merged 2 commits intomainfrom
copilot/fix-breaking-change-docs-4804
Mar 25, 2026
Merged

Document Newtonsoft.Json 10.0.2 → 13.0.1 breaking change for Cosmos provider in EF Core 9.0#5303
AndriySvyryd merged 2 commits intomainfrom
copilot/fix-breaking-change-docs-4804

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 25, 2026

Fixes #4804

The EF Core 9.0 Cosmos provider upgraded its Newtonsoft.Json dependency from 10.0.2 to 13.0.1 to eliminate a known-vulnerable transitive dependency. This change was undocumented.

Changes

  • Added entry to the Cosmos DB breaking changes summary table as a Low-impact change
  • Added full breaking change section (Old behavior / New behavior / Why / Mitigations) under the Cosmos DB low-impact changes, following the existing format with a stable <a name="cosmos-newtonsoft-json-version"> anchor

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…in EF Core 9.0 (fixes #4804)

Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/2eb3a0b2-e99c-4d2f-944a-229c2e3eed0c
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Documents an EF Core 9.0 Azure Cosmos DB provider breaking change that was previously undocumented: the upgrade of the provider’s Newtonsoft.Json dependency from 10.0.2 to 13.0.1, primarily for security reasons.

Changes:

  • Adds a new Low-impact entry to the Cosmos DB breaking changes summary table.
  • Adds a full breaking-change write-up (Old behavior/New behavior/Why/Mitigations) with a stable anchor and a link to the upstream EF Core PR.

Comment thread entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md
Comment thread entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md Outdated
@AndriySvyryd AndriySvyryd merged commit f6156a4 into main Mar 25, 2026
5 checks passed
@AndriySvyryd AndriySvyryd deleted the copilot/fix-breaking-change-docs-4804 branch March 25, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document Newtonsoft.Json upgrade for EFCore.Cosmos

4 participants