Releases: openai/openai-dotnet
Releases · openai/openai-dotnet
OpenAI_2.0.0-beta.8
What's Changed
- Update generated code by @joseharriaga in #113
- Add 'smoke' category and parallelism to tests by @joseharriaga in #117
- Update NuGet package icon by @joseharriaga in #119
- Update generated code (3.0.0-beta.20240628.1) by @joseharriaga in #120
- Add simple embedding example using protocol method by @joseharriaga in #122
- Make RequiredActionUpdate a RunUpdate by @annelo-msft in #128
- Update generated code (3.0.0-beta.20240711.1) by @joseharriaga in #127
- Add test categories per feature area and other test improvements by @joseharriaga in #133
- Update paging APIs to use updated SCM types by @annelo-msft in #105
- Fixes to Assistant, VectorStore client methods by @trrwilson in #70
- Update generated code (3.0.0-beta.20240722.4) by @joseharriaga in #141
- Updates to CHANGELOG and README following SCM collection type update by @annelo-msft in #140
- [OpenAI] Update init to set by @ShivangiReja in #144
- Add live tests to release, main and new live-test workflows by @hallipr in #137
- Prepare 2.0.0-beta.8 release by @joseharriaga in #145
- Use VersionSuffix property instead of cli arg for prerelase tagging by @hallipr in #148
- Only test openai.test.csproj by @hallipr in #149
- Do checkout step in publish job by @hallipr in #150
- Roll 2.0.0-beta.8 release date by @joseharriaga in #153
- Fix actions order in release workflow by @hallipr in #154
New Contributors
- @annelo-msft made their first contribution in #128
- @ShivangiReja made their first contribution in #144
Full Changelog: OpenAI_2.0.0-beta.7...OpenAI_2.0.0-beta.8
OpenAI_2.0.0-beta.7
What's Changed
- Fix NullReferenceException thrown in CreateAddCustomHeadersPolicy when OpenAIClientOptions is null by @joseharriaga in #85
Full Changelog: OpenAI_2.0.0-beta.6...OpenAI_2.0.0-beta.7
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