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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Release History
2
2
3
+
## 2.1.0-beta.2 (Unreleased)
4
+
5
+
### Features added
6
+
7
+
-`ChatCompletionOptions` now has an `StoredOutputEnabled` property (reflecting [the REST `store` property](https://platform.openai.com/docs/api-reference/chat/create#chat-create-store)) as well as a `Metadata` property ([`metadata` in REST](https://platform.openai.com/docs/api-reference/chat/create#chat-create-metadata))
8
+
-`ChatTokenUsage` (`Usage` on `ChatCompletion`) has been expanded:
9
+
- A new `InputTokenDetails` property (of new type `ChatInputTokenUsageDetails`) has been added, containing breakdowns of `AudioTokenCount` and `CachedTokenCount` for usage with supported models
10
+
- The existing `OutputTokenDetails` has been expanded to include `AudioTokenCount` for supported models
11
+
-`ModerationResult` now includes `Illicit` and `IllictViolent` categories
12
+
-`ModerationCategory` now includes a (bitmasked flag enum) `ApplicableInputKinds` property, representing applied input types for the category
13
+
14
+
**Realtime**
15
+
16
+
***Note**: the `/realtime` area is under rapid development and not all changes may be reflected here.*
17
+
18
+
-`ConversationRateLimitsUpdate` (previously `ConversationRateLimitsUpdatedUpdate`) now includes named `RequestDetails` and `TokenDetails` properties, mapping to the corresponding named items in the underlying `rate_limits` command payload
19
+
- Several types have been renamed for consistency and clarity
20
+
21
+
## 2.0.1 (Unreleased)
22
+
23
+
### Other Changes
24
+
25
+
- Updated the referenced version of `System.ClientModel` to the latest `1.21.0`
26
+
- This transitively updates an inherited `System.Text.Json` dependency from `6.0.9` to `6.0.10`, resolving security compliance with [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4). Please note that the described vulnerability was not directly applicable to this library as `[ExtensionData]` is not used.
27
+
3
28
## 2.1.0-beta.1 (2024-10-01)
4
29
5
30
With this updated preview library release, we're excited to bring early support for the newly-announced `/realtime` beta API. You can read more about `/realtime` here: https://openai.com/index/introducing-the-realtime-api/
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -856,4 +856,4 @@ By default, the client classes will automatically retry the following errors up
856
856
857
857
### Observability
858
858
859
-
OpenAI .NET library supports experimental distributed tracing and metrics with OpenTelemetry. Check out [Observability with OpenTelemetry](./docs/observability.md) for more details.
859
+
OpenAI .NET library supports experimental distributed tracing and metrics with OpenTelemetry. Check out [Observability with OpenTelemetry](./docs/observability.md) for more details.
0 commit comments