-
Notifications
You must be signed in to change notification settings - Fork 849
Update AI changelogs #7037
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
Update AI changelogs #7037
Conversation
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 PR updates changelog files for the Microsoft.Extensions.AI libraries to document version 10.0.0 releases. The changes add new version sections at the top of each changelog file.
Key changes:
- Added 10.0.0 version entries for stable packages (Microsoft.Extensions.AI and Microsoft.Extensions.AI.Abstractions)
- Added 10.0.0-preview.1.25560.10 version entries for preview packages (Microsoft.Extensions.AI.OpenAI and Microsoft.Extensions.AI.AzureAIInference)
- Documented new features including
ImageGenerationChatClientandHostedImageGenerationTool
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md | Added 10.0.0 release notes documenting ImageGenerationChatClient and dependency updates |
| src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md | Added 10.0.0-preview.1.25560.10 release notes documenting HostedImageGenerationTool support |
| src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md | Added 10.0.0-preview.1.25560.10 release notes documenting dependency updates |
| src/Libraries/Microsoft.Extensions.AI.Abstractions/CHANGELOG.md | Added 10.0.0 release notes documenting HostedImageGenerationTool and dependency updates |
Microsoft Reviewers: Open in CodeFlow