Releases: mharrisb1/openai-responses-python
Releases · mharrisb1/openai-responses-python
v0.4.1
v0.4.0
What's Changed
Note
✨ Streaming support added
- chore(routes): always use verbose match names by @mharrisb1 in #39
- feat(streaming): initial pass at streaming support by @mharrisb1 in #40
- feat(routes): expose respx route as prop by @mharrisb1 in #41
- chore(streaming): make event method static by @mharrisb1 in #42
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- fix(api): move version prefix to default base url by @mharrisb1 in #38
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- fix(types): tool calls should be a list by @mharrisb1 in #37
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- feat(api): expose RESPX router as property by @mharrisb1 in #36
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix(routes): remove null fields from request bodies by @mharrisb1 in #33
- fix(state): cast query limit to int by @mharrisb1 in #34
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat(api): completely redesigned API by @mharrisb1 in #30
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- chore(docs): add more details to contributing section by @mharrisb1 in #25
- feat(endpoints): refactor base mock class by @mharrisb1 in #26
- fix(endpoints): add messages to store from run additional messages param by @mharrisb1 in #27
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat(endpoints): upgrade to assistants v2 by @mharrisb1 in #12
- feat(endpoints): add token usage estimates to chat endpoint by @mharrisb1 in #13
- release/0.2.x by @mharrisb1 in #15
- chore(docs): add link to doc site by @mharrisb1 in #16
- chore(docs): add note about project scope by @mharrisb1 in #17
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- fix(endpoints): fix issues with chat completions endpoint by @mharrisb1 in #7
Full Changelog: v0.1.0...v0.1.1