Releases: 64bit/async-openai
Releases · 64bit/async-openai
v0.27.2
What's Changed
- Add
From<ChatCompletionRequestDeveloperMessage>
implementation forChatCompletionRequestMessage
by @keithschulze in #318
New Contributors
- @keithschulze made their first contribution in #318
Full Changelog: async-openai-v0.27.1...async-openai-v0.27.2
v0.27.1
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
- @cptrodgers made their first contribution in #301
Full Changelog: async-openai-v0.27.0...async-openai-v0.27.1
v0.27.0
What's Changed
- Fix chunking strategy serialization and field visibility by @nikessel in #288
- Rename max output tokens as per api docs by @codesoda in #289
- Add store and metadata parameters by @didriksg in #300
- partial spec sync by @64bit in #312
- chore(deps)!: Update Secrecy by @timonv in #290
- update all crate dependencies by @64bit in #313
New Contributors
- @nikessel made their first contribution in #288
- @codesoda made their first contribution in #289
- @didriksg made their first contribution in #300
- @timonv made their first contribution in #290
Full Changelog: async-openai-v0.26.0...async-openai-v0.27.0
v0.26.0
v0.25.0
v0.24.1
v0.24.0
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
- @JensWalter made their contribution in #249 🎉
- @vrurg made their contribution in #252 🎉