Releases: openai/openai-dotnet
Releases · openai/openai-dotnet
OpenAI_2.0.0-beta.6
What's Changed
- Address non-ASCII filename support for files, audio, etc. by @trrwilson in #75
- Added support for OrganizationId and ProjectId by @KrzysztofCwalina in #80
- Fix Assistants issues with Message role, Code logs by @trrwilson in #81
- OpenAI 2.0.0-beta.6 release by @trrwilson in #83
Full Changelog: OpenAI_2.0.0-beta.5...OpenAI_2.0.0-beta.6
OpenAI_2.0.0-beta.5
What's Changed
- refactor: Moved InternalsVisibleTo to .csproj. by @HavenDV in #19
- Get clean on warnings by @stephentoub in #43
- Add tests by @joseharriaga in #50
- Added sample showing how to do cancellations by @KrzysztofCwalina in #48
- Disable warnings in tests due to deprecated types by @joseharriaga in #54
- Added CancellationToken parameters to the most complete convenience overloads. by @KrzysztofCwalina in #53
- API updates (current as of 2024-06-14) by @trrwilson in #56
- Address some more analyzer warnings by @stephentoub in #47
- docs: update nuget badge link by @WeihanLi in #40
- Assistants: fix "Logs" on RunStepUpdateCodeInterpreterOutput by @trrwilson in #52
- Replace custom SSE reader with source for System.Net.ServerSentEvents by @stephentoub in #33
- Fix non-thread-safe use of Random in MultipartFormDataBinaryContent by @stephentoub in #36
- Mitigate message content serialization problems in mono/wasm/etc. by @trrwilson in #58
- 2.0.0-beta.5 release snap by @trrwilson in #59
New Contributors
Full Changelog: OpenAI_2.0.0-beta.4...OpenAI_2.0.0-beta.5
OpenAI_2.0.0-beta.4
What's Changed
- Table of contents added by @VaclavElias in #23
- Change NuGet badge to point to pre-release version by @joseharriaga in #27
- Added helper APIs to simplify the basic getting-started usage by @KrzysztofCwalina in #17
- Use cached/compiled Regex in InternalChatCompletionRequestMessageContentPartImageImageUrl by @stephentoub in #32
- Improve Embedding.ConvertToVectorOfFloats by @stephentoub in #38
- 2.0.0-beta.4: release snap by @trrwilson in #39
New Contributors
- @VaclavElias made their first contribution in #23
- @stephentoub made their first contribution in #32
Full Changelog: OpenAI_2.0.0-beta.3...OpenAI_2.0.0-beta.4
OpenAI_2.0.0-beta.3
What's Changed
- Remove (unused, vestigial) package reference to System.Text.Json 8.* by @trrwilson in #18
- Increment version for beta.3 by @trrwilson in #25
Full Changelog: OpenAI_2.0.0-beta.2...OpenAI_2.0.0-beta.3
OpenAI_2.0.0-beta.2
What's Changed
- Add ChangeLog pointer to package by @weshaggard in #15
- Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support by @trrwilson in #14
- Added migration guide by @kinelski in #13
- Increment for beta.2 release by @trrwilson in #16
New Contributors
- @trrwilson made their first contribution in #14
- @kinelski made their first contribution in #13
Full Changelog: OpenAI_2.0.0-beta.1...OpenAI_2.0.0-beta.2
[2.0.0-beta.1] First official release of OpenAI client library
This is the official OpenAI client library for C# / .NET. It provides convenient access to the OpenAI REST API from .NET applications and supports all the latest features.
Full Changelog: https://github.com/openai/openai-dotnet/blob/main/CHANGELOG.md