-
Notifications
You must be signed in to change notification settings - Fork 849
Bring back per library CHANGELOGS for M.E.AI #6697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 2ab21ec.
By popular demand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
* 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
* 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
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