Skip to content

Commit f790930

Browse files
Copilotjoseharriaga
andcommitted
Add CHANGELOG entry for version 2.7.0
Co-authored-by: joseharriaga <[email protected]>
1 parent d3afb0c commit f790930

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

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

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.
33+
334
## 2.6.0 (2025-10-31)
435

536
### Acknowledgments

0 commit comments

Comments
 (0)