Releases: 64bit/async-openai
Releases · 64bit/async-openai
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 🎉
v0.23.4
v0.23.3
v0.23.2
v0.23.1
v0.23.0
Added
- Assistants streaming API support
- Assistant examples for file search, code interpreter, and function calling with streaming.
Updated
- Types synced from upstream spec
- crate dependencies
Bug Fixes
- Serialization and deserailization of types should lead to same data type. Reported and test included in #216 by @sontallive
- File retreive content API now returns
Bytes
instead ofString
FileCitation
deserialization fix #222 by @kitalia- assistant: don't send null values for tool resources #226 by @domenkozar
Miscellaneous
- WASM support has a new home https://github.com/ifsheldon/async-openai-wasm by @ifsheldon
Thank you contributors
- @sontallive made their first contribution in #216 🎉
- @kitalia made their first contribution in #222 🎉
- @ifsheldon for wasm support 🎉
- @domenkozar made their first contribution in #226 🎉
v0.21.0
New
Added
- Batch API
- Vector Stores API
- Support for OpenAI Project ID
- List checkpoints Fine Tuning API
- Delete messages API
Updated
- Types for Assistant API v2
- Types for Audio translations API
- Type
ApiError
to match spec. - Doc comments from spec.