Skip to content

Commit 8e32d98

Browse files
authored
Update AI changelogs with some recent additions (#6886)
1 parent 7fef00a commit 8e32d98

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## NOT YET RELEASED
44

5-
- Added protected copy constructors to options types.
5+
- Added protected copy constructors to options types (e.g. `ChatOptions`).
6+
- Fixed `EmbeddingGeneratorOptions`/`SpeechToTextOptions` `Clone` methods to correctly copy all properties.
7+
- Fixed `ToChatResponse` to not overwrite `ChatMessage/ChatResponse.CreatedAt` with older timestamps during coalescing.
68

79
## 9.9.1
810

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release History
22

3+
## NOT YET RELEASED
4+
35
## 9.9.1-preview.1.25474.6
46

57
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release History
22

3+
## NOT YET RELEASED
4+
35
## 9.9.1-preview.1.25474.6
46

57
- Updated to depend on OpenAI 2.5.0.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## NOT YET RELEASED
4+
5+
- Added `OpenTelemetrySpeechToTextClient` to provide Open Telemetry instrumentation for `ISpeechToTextClient` implementations.
6+
37
## 9.9.1
48

59
- Updated the `EnableSensitiveData` properties on `OpenTelemetryChatClient/EmbeddingGenerator` to respect a `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` environment variable.

0 commit comments

Comments
 (0)