Releases: 64bit/async-openai
Releases · 64bit/async-openai
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 🎉
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 🎉