Skip to content

Releases: mharrisb1/openai-responses-python

v0.6.0

30 May 18:02
Compare
Choose a tag to compare

What's Changed

  • feat(routes): add vector store and vector store file routes by @mharrisb1 in #48
  • feat(routes): add vector store file batch routes by @mharrisb1 in #50
  • feat(routes): allow creation of vector stores from assistant and thread create routes by @mharrisb1 in #51

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 May 21:02
Compare
Choose a tag to compare

What's Changed

  • feat(routes): add model list and retrieve routes by @mharrisb1 in #44
  • fix(api): refactor route initialization by @mharrisb1 in #45
  • feat(routes): add retrieve file content route by @mharrisb1 in #46

Full Changelog: v0.4.1...v0.5.0

v0.4.1

23 May 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 May 17:31
Compare
Choose a tag to compare

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

21 May 13:20
Compare
Choose a tag to compare

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

20 May 21:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

20 May 16:35
Compare
Choose a tag to compare

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

16 May 18:42
Compare
Choose a tag to compare

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

14 May 18:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

29 Apr 17:54
Compare
Choose a tag to compare

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