Releases: 64bit/async-openai
Releases · 64bit/async-openai
v0.40.2
What's Changed
- Surface streaming HTTP errors at the function call instead of as first stream item by @max-zheng in #558
Full Changelog: async-openai-v0.40.1...async-openai-v0.40.2
v0.40.1
v0.40.0
Breaking Change: OpenAIError::ApiError(ApiError) is now OpenAIError:ApiError(ApiErrorResponse)
What's Changed
- Return http status code for ApiError by @max-zheng in #552
New Contributors
- @max-zheng made their first contribution in #552
Full Changelog: async-openai-v0.39.0...async-openai-v0.40.0
v0.39.0
Only types have breaking changes, if you're not using types from the following PRs, your upgrade should be no-op!
What's Changed
- fix: Make
actionoptional inresponse.output_item.addedby @rijkvanzanten in #550 - fix(responses): default ResponseTextParam.format during deserialization by @Paul-E in #554
- fix: make schema required field in ResponseFormatJsonSchema by @64bit in #555
New Contributors
- @rijkvanzanten made their first contribution in #550 and our 100th contributor 🎉
- @Paul-E made their first contribution in #554
Full Changelog: async-openai-v0.38.2...async-openai-v0.39.0
v0.38.2
What's Changed
- fix(responses): default missing InputImageContent.detail during deserialization by @ajcasagrande in #546
New Contributors
- @ajcasagrande made their first contribution in #546
Full Changelog: async-openai-v0.38.1...async-openai-v0.38.2
v0.38.1
What's Changed
- fix: check [DONE] SSE marker before deserialization in stream_mapped_raw_events by @Linuxdazhao in #543
- doc: updates by @64bit in #544
New Contributors
- @Linuxdazhao made their first contribution in #543
Full Changelog: async-openai-v0.38.0...async-openai-v0.38.1
v0.38.0
v0.37.0
What's Changed
Full Changelog: async-openai-v0.36.1...async-openai-v0.37.0
v0.36.1
What's Changed
From<OutputItem> for Item(andInputItem) for multi-turn responses by @Madoshakalaka in #538
Full Changelog: async-openai-v0.36.0...async-openai-v0.36.1
v0.36.0
What's Changed
- chore: upgrade reqwest to 0.13 and remove reqwest-eventsource by @richarddd in #537
New Contributors
- @richarddd made their first contribution in #537
Full Changelog: async-openai-v0.35.0...async-openai-v0.36.0