Skip to content

chore: add 4.86.1 changelog section and verify Public API state#6129

Merged
bgavrilMS merged 2 commits into
mainfrom
copilot/add-4861-changelog-section
Jul 16, 2026
Merged

chore: add 4.86.1 changelog section and verify Public API state#6129
bgavrilMS merged 2 commits into
mainfrom
copilot/add-4861-changelog-section

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Prepares the repository for the 4.86.1 release by adding the changelog section and confirming no public API changes.

Changes proposed in this request

  • Inserted 4.86.1 section at the top of CHANGELOG.md, immediately above 4.86.0, with four bug-fix entries:
    • #6123 — mTLS PoP token cache now keys on x5t#S256 (full cert DER) instead of public key only; prevents stale token / AADSTS500181 after same-key cert renewal
    • #6126 — RS256 fallback when RSACryptoServiceProvider rejects PSS signing
    • #6115 — Symbolic-link detection in Unix cache-file write path (O_NOFOLLOW + lstat pre-check); closes TOCTOU window
    • #6127 — Corrected misleading "region required" error messages and doc comments in mTLS PoP flow
  • PR #6120 (test-infra: rename MI test job pool names) intentionally excluded from changelog

Testing
All six PublicAPI.Unshipped.txt files (net462, net472, net8.0, net8.0-android, net8.0-ios, netstandard2.0) confirmed empty — the 4.86.0 post-release commit (e1b798fd) already moved all entries to Shipped.txt. The 4.86.1 PRs are bug-fixes only; no Shipped.txt changes required.

Performance impact
None — documentation-only change.

Documentation

  • All relevant documentation is updated.

Copilot AI requested review from Copilot and removed request for Copilot July 15, 2026 22:28
Copilot AI requested review from Copilot and removed request for Copilot July 15, 2026 22:29
Copilot AI changed the title [WIP] Add 4.86.1 release section to CHANGELOG.md chore: add 4.86.1 changelog section and verify Public API state Jul 15, 2026
Copilot AI requested a review from gladjohn July 15, 2026 22:29
@gladjohn
gladjohn marked this pull request as ready for review July 15, 2026 22:36
@gladjohn
gladjohn requested a review from a team as a code owner July 15, 2026 22:36
Copilot AI review requested due to automatic review settings July 15, 2026 22:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Prepares the repo for the 4.86.1 release by adding a new top-of-file changelog section describing the bug-fix PRs included in the patch release, while keeping public API unchanged.

Changes:

  • Added a new 4.86.1 section above 4.86.0.
  • Documented four bug-fix PRs intended for the 4.86.1 patch release.

Comment thread CHANGELOG.md
@bgavrilMS
bgavrilMS merged commit ea50871 into main Jul 16, 2026
16 checks passed
@bgavrilMS
bgavrilMS deleted the copilot/add-4861-changelog-section branch July 16, 2026 09:42
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.

6 participants