Bring back per library CHANGELOGS for M.E.AI#6697
Merged
stephentoub merged 3 commits intodotnet:mainfrom Aug 8, 2025
Merged
Conversation
This reverts commit 2ab21ec.
By popular demand.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request brings back per-library CHANGELOG files for Microsoft.Extensions.AI libraries based on community requests. The changes restore previously deleted changelog files and backfill entries for releases since version 9.5.
- Restores CHANGELOG.md files for four Microsoft.Extensions.AI libraries
- Backfills release entries from commit history for releases since 9.5.0
- Provides comprehensive release history from initial preview through current versions
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 21 comments.
| File | Description |
|---|---|
| Microsoft.Extensions.AI/CHANGELOG.md | Restored changelog with 133 lines covering releases from initial preview 9.0.0-preview.9.24507.7 to NOT YET RELEASED |
| Microsoft.Extensions.AI.OpenAI/CHANGELOG.md | Restored changelog with 88 lines covering OpenAI integration releases from initial preview to NOT YET RELEASED |
| Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md | Restored changelog with 66 lines covering Azure AI Inference integration releases from initial preview to NOT YET RELEASED |
| Microsoft.Extensions.AI.Abstractions/CHANGELOG.md | Restored changelog with 146 lines covering core abstractions releases from initial preview to NOT YET RELEASED |
src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md
Outdated
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md
Outdated
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md
Outdated
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md
Outdated
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md
Outdated
Show resolved
Hide resolved
eiriktsarpalis
approved these changes
Aug 7, 2025
stephentoub
added a commit
to stephentoub/extensions
that referenced
this pull request
Aug 10, 2025
* Revert "Delete M.E.AI changelog files (dotnet#6467)" This reverts commit 2ab21ec. * Bring back per library CHANGELOGS for M.E.AI By popular demand. * Fix typos
joperezr
pushed a commit
that referenced
this pull request
Aug 11, 2025
* Update Azure.AI.OpenAI test dependency to 2.3.0-beta.1 (#6698) * Bring back per library CHANGELOGS for M.E.AI (#6697) * Revert "Delete M.E.AI changelog files (#6467)" This reverts commit 2ab21ec. * Bring back per library CHANGELOGS for M.E.AI By popular demand. * Fix typos * Add HostedFile/VectorStoreContent, HostedFileSearchTool, and HostedCodeInterpreterTool.Inputs (#6620) * Add HostedFileContent, HostedVectorStoreContent, HostedFileSearchTool, and HostedCodeInterpreterTool.Inputs
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.
We've had several requests for this.
I reverted the previous deletion, which had changes up until but not including the 9.5 release, and then backfilled for the releases since then based on commit history.
Microsoft Reviewers: Open in CodeFlow