Skip to content

Commit fc5b10a

Browse files
authored
Prepare 2.2.0-beta.2 release (Part 2) (#351)
1 parent d6615ab commit fc5b10a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
## 2.2.0-beta.2 (Unreleased)
3+
## 2.2.0-beta.2 (2025-02-18)
44

55
### Bugs fixed
66

7-
- Fixed a bug that caused `CompleteChatStreaming*()` with audio-enabled models to fail unless provided a `ChatCompletionOptions` instance that had previously been used for a non-streaming `CompleteChat()*` call
8-
- Addressed an issue that caused calls to `CompleteChatStreaming*()` to not report usage when provided a `ChatCompletionOptions` instance that was previously used in a non-streaming `CompleteChat*()` call
9-
- Addressed issues with standalone serialization and deserialization of `ChatCompletionOptions` that impacted the ability to manipulate chat completion requests via `System.ClientModel.Primitives.ModelReaderWriter` and related utilities
7+
- OpenAI.Chat:
8+
- Fixed an issue that caused calls to the `CompleteChatStreaming` and `CompleteChatStreamingAsync` methods to fail with audio-enabled models unless provided a `ChatCompletionOptions` instance that had previously been used in a non-streaming `CompleteChat` or `CompleteChatAsync` method call. ([d6615ab](https://github.com/openai/openai-dotnet/commit/d6615abe2d04d8d09fbe150941cd8d3c118117d2))
9+
- Fixed an issue that caused calls to the `CompleteChatStreaming` and `CompleteChatStreamingAsync` methods to not report token usage when provided a `ChatCompletionOptions` instance that had previously been used in a non-streaming `CompleteChat` or `CompleteChatAsync` method call. ([d6615ab](https://github.com/openai/openai-dotnet/commit/d6615abe2d04d8d09fbe150941cd8d3c118117d2))
10+
- Fixed a series of issues with standalone serialization and deserialization of `ChatCompletionOptions` that impacted the ability to manipulate chat completion requests via `System.ClientModel.Primitives.ModelReaderWriter` and related utilities. ([d6615ab](https://github.com/openai/openai-dotnet/commit/d6615abe2d04d8d09fbe150941cd8d3c118117d2))
1011

1112
## 2.2.0-beta.1 (2025-02-07)
1213

src/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageTags>OpenAI;openai-dotnet;ChatGPT;Dall-E</PackageTags>
88

99
<VersionPrefix>2.2.0</VersionPrefix>
10-
<VersionSuffix>beta.1</VersionSuffix>
10+
<VersionSuffix>beta.2</VersionSuffix>
1111

1212
<TargetFrameworks>net8.0;net6.0;netstandard2.0</TargetFrameworks>
1313
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)