You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Release History
2
2
3
+
## 2.7.0 (Unreleased)
4
+
5
+
### Acknowledgments
6
+
7
+
Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:
8
+
9
+
- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_
10
+
11
+
### Features Added
12
+
13
+
- OpenAI.Responses:
14
+
- Enabled support for stable web search functionality, with a separate factory for preview web search features.
15
+
- Added `FileName` property to `FileCitationMessageAnnotation` to provide the name of the cited file.
16
+
- Exposed reasoning streaming events, including:
17
+
-`StreamingResponseReasoningTextDeltaUpdate` and `StreamingResponseReasoningTextDoneUpdate` for reasoning text events.
18
+
-`StreamingResponseReasoningSummaryPartAddedUpdate` and `StreamingResponseReasoningSummaryPartDoneUpdate` for reasoning summary part events.
19
+
-`StreamingResponseReasoningSummaryTextDeltaUpdate` and `StreamingResponseReasoningSummaryTextDoneUpdate` for reasoning summary text events.
20
+
21
+
### Bugs Fixed
22
+
23
+
- OpenAI.Assistants:
24
+
- Fixed an issue with custom serialization for `MessageCreationAttachment` that prevented proper handling of file attachments in message creation. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
25
+
- OpenAI.Responses:
26
+
- Fixed the generated serialization name of `partial_image_b64` to ensure correct serialization of partial image data in streaming responses.
27
+
28
+
### Other Changes
29
+
30
+
- Updated the `System.ClientModel` dependency to version 1.8.0.
31
+
- Updated the `@typespec/http-client-csharp` generator to version 1.0.0-alpha.20251031.1.
32
+
- Removed the preview version badge from the README file.
0 commit comments