Skip to content

Releases: 64bit/async-openai

v0.1.0 | First Macro Release

03 Mar 02:48
async-openai-macros-v0.1.0
638bf75

Choose a tag to compare

New

attribute proc macro #[byot] to create methods with similar arguments and type bounds but with generic types, enables user to use their own Rust types with async-openai crate.

v0.27.2

18 Jan 19:15
async-openai-v0.27.2
c48e62e

Choose a tag to compare

What's Changed

  • Add From<ChatCompletionRequestDeveloperMessage> implementation for ChatCompletionRequestMessage by @keithschulze in #318

New Contributors

Full Changelog: async-openai-v0.27.1...async-openai-v0.27.2

v0.27.1

12 Jan 19:59
async-openai-v0.27.1
12108a0

Choose a tag to compare

What's Changed

  • [Example]: Use serde, schemars to make structure output code easy by @cptrodgers in #301
  • remove async-convert and bump rust-version by @ifsheldon in #317

New Contributors

Full Changelog: async-openai-v0.27.0...async-openai-v0.27.1

v0.27.0

11 Jan 00:20
async-openai-v0.27.0
a1a5d99

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: async-openai-v0.26.0...async-openai-v0.27.0

v0.26.0

12 Nov 04:21
async-openai-v0.26.0
adaf26e

Choose a tag to compare

New

Thank you Contributors

v0.25.0

07 Oct 22:31
async-openai-v0.25.0
d080708

Choose a tag to compare

New

  • Added types for Realtime API, can be enabled by feature flag realtime #276
  • Added supporting example in examples/realtime #276

v0.24.1

26 Sep 12:21
async-openai-v0.24.1
e8158e5

Choose a tag to compare

New

Fix: Fix service_tier serialization for CreateChatCompletionRequest #263 by @tomgie
Fix: Fix content, refusal serialization for CreateChatCompletionRequest #267 by @chirino
Fix: Fix deserialization of ListVectorStoresResponse #242 #270

Thank you contributors

v0.24.0

29 Aug 08:13
async-openai-v0.24.0
bf78e66

Choose a tag to compare

New

  • Fix: VectorStoreFileErorCode enum variants in #249 by @JensWalter
  • Fix: type CreateAssistantToolFileSearchResources with optional fields in #252 by @vrurg
  • Sync upstream spec with breaking changes (hence minor version bump) #257
  • Add example for structured outputs #257
  • Fix: #256 fixed in #258

Thank you contributors

v0.23.4

09 Jul 03:54
async-openai-v0.23.4
7e5881f

Choose a tag to compare

New

Thank you contributors

v0.23.3

17 Jun 20:52
async-openai-v0.23.3
ecb7468

Choose a tag to compare

Bug Fixes

  • Skip serialization of None optional fields in CreateRunRequest because API does not accept "null" #234 #235 #236

Thank you contributors