Skip to content

Commit c45bba5

Browse files
stephentoubCopilot
andauthored
Update AI changelogs for 10.0.1 release (#7086)
* Update AI changelogs for 10.0.1 release * Update src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent cffc5cb commit c45bba5

File tree

4 files changed

+40
-6
lines changed

4 files changed

+40
-6
lines changed

src/Libraries/Microsoft.Extensions.AI.Abstractions/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Release History
1+
# Microsoft.Extensions.AI.Abstractions Release History
2+
3+
## NOT YET RELEASED
4+
5+
- Fixed package references for net10.0 asset.
6+
- Added `AIJsonSchemaCreateOptions.ParameterDescriptions`.
7+
8+
## 10.0.1
9+
10+
- Updated return type of [Experimental] `ContinuationToken` properties.
11+
- Fixed ValidateSchemaDocument's handling of valid Boolean schemas.
212

313
## 10.0.0
414

src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Release History
1+
# Microsoft.Extensions.AI.AzureAIInference Release History
2+
3+
## NOT YET RELEASED
4+
5+
- Fixed package references for net10.0 asset.
6+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
27

38
## 10.0.0-preview.1.25560.10
49

510
- Updated .NET dependencies to 10.0.0 versions.
11+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
612

713
## 9.10.1-preview.1.25521.4
814

src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Release History
1+
# Microsoft.Extensions.AI.OpenAI Release History
22

33
## NOT YET RELEASED
44

5-
- Updated to depend on OpenAI 2.7.0
6-
- Added support for image detail in OpenAI Responses `IChatClient`
5+
- Fixed package references for net10.0 asset.
6+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
7+
- Updated the OpenAI Responses `IChatClient` to ensure all `ResponseItem`s are yielded in `AIContent`.
8+
9+
## 10.0.1-preview.1.25571.5
10+
11+
- Updated to depend on OpenAI 2.7.0.
12+
- Added support for image detail in OpenAI Responses `IChatClient`.
13+
- Fixed IEmbeddingGenerator implementation to correctly handle missing usage data.
14+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
715

816
## 10.0.0-preview.1.25560.10
917

src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Release History
1+
# Microsoft.Extensions.AI Release History
2+
3+
## NOT YET RELEASED
4+
5+
- Fixed package references for net10.0 asset.
6+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
7+
- Improved `FunctionInvokingChatClient`'s handling of spans in the presence of an `invoke_agent` span.
8+
9+
## 10.0.1
10+
11+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
212

313
## 10.0.0
414

0 commit comments

Comments
 (0)