Update AI changelogs for 10.3.0#7282
Merged
stephentoub merged 1 commit intodotnet:mainfrom Feb 10, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the changelogs for the three main AI libraries (Microsoft.Extensions.AI, Microsoft.Extensions.AI.OpenAI, and Microsoft.Extensions.AI.Abstractions) to document the 10.3.0 release. The version headers are updated from "NOT YET RELEASED" to "10.3.0", and new changelog entries are added to describe the features, fixes, and improvements included in this release.
Changes:
- Updated version headers from "NOT YET RELEASED" to "10.3.0" in all three AI library changelogs
- Added new changelog entries documenting features, fixes, and improvements for the 10.3.0 release
- Entries include updates to FunctionInvokingChatClient, OpenTelemetry instrumentation, ReasoningOptions support, and various bug fixes
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md | Updated to version 10.3.0 with 2 new entries: approval request/response correlation fix and OpenTelemetry 1.39 specification update |
| src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md | Updated to version 10.3.0 with 4 new entries: stability marking, ReasoningOptions support, streaming code interpreter handling, and encrypted reasoning preservation |
| src/Libraries/Microsoft.Extensions.AI.Abstractions/CHANGELOG.md | Updated to version 10.3.0 with 4 new entries: ReasoningOptions addition, IChatReducer experimental attribute removal, DataUriParser fix, and serialization fix |
jeffhandley
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Microsoft Reviewers: Open in CodeFlow