Skip to content

Releases: openai/openai-go

v0.1.0-alpha.56

07 Feb 02:33
Compare
Choose a tag to compare
v0.1.0-alpha.56 Pre-release
Pre-release

0.1.0-alpha.56 (2025-02-07)

Full Changelog: v0.1.0-alpha.55...v0.1.0-alpha.56

Features

  • pagination: avoid fetching when has_more: false (#218) (22dfd12)

Bug Fixes

  • fix early cancel when RequestTimeout is provided for streaming requests (#221) (4843296)

v0.1.0-alpha.55

06 Feb 02:33
Compare
Choose a tag to compare
v0.1.0-alpha.55 Pre-release
Pre-release

0.1.0-alpha.55 (2025-02-05)

Full Changelog: v0.1.0-alpha.54...v0.1.0-alpha.55

Bug Fixes

  • api: add missing reasoning effort + model enums (#215) (a2345e6)
  • update stream error handling (#213) (2f82244)

v0.1.0-alpha.54

05 Feb 20:08
30d43c0
Compare
Choose a tag to compare
v0.1.0-alpha.54 Pre-release
Pre-release

0.1.0-alpha.54 (2025-02-05)

Full Changelog: v0.1.0-alpha.53...v0.1.0-alpha.54

Bug Fixes

  • streaming: correctly decode assistant events (38ded46)

Chores

  • add UnionUnmarshaler for responses that are interfaces (#211) (185d848)

v0.1.0-alpha.53

05 Feb 14:33
Compare
Choose a tag to compare
v0.1.0-alpha.53 Pre-release
Pre-release

0.1.0-alpha.53 (2025-02-05)

Full Changelog: v0.1.0-alpha.52...v0.1.0-alpha.53

Bug Fixes

  • api/types: correct audio duration & role types (#209) (bb8cc1a)

Chores

  • api: delete deprecated method (#208) (0a927ba)
  • docs: add docstring explaining streaming pattern (#205) (0bdb37f)

Documentation

v0.1.0-alpha.52

04 Feb 02:33
Compare
Choose a tag to compare
v0.1.0-alpha.52 Pre-release
Pre-release

0.1.0-alpha.52 (2025-02-03)

Full Changelog: v0.1.0-alpha.51...v0.1.0-alpha.52

Features

  • client: send X-Stainless-Timeout header (#204) (4ccf9c9)

Bug Fixes

  • stream: ensure .Close() doesn't panic (#194) (02983a3)
  • stream: ensure .Close() doesn't panic (#201) (2df52a9)

Documentation

v0.1.0-alpha.51

31 Jan 19:23
Compare
Choose a tag to compare
v0.1.0-alpha.51 Pre-release
Pre-release

0.1.0-alpha.51 (2025-01-31)

Full Changelog: v0.1.0-alpha.50...v0.1.0-alpha.51

Features

Bug Fixes

  • fix unicode encoding for json (#193) (3bd3c60)
  • types: correct metadata type + other fixes (c5689d0)

v0.1.0-alpha.50

29 Jan 20:10
Compare
Choose a tag to compare
v0.1.0-alpha.50 Pre-release
Pre-release

0.1.0-alpha.50 (2025-01-29)

Full Changelog: v0.1.0-alpha.49...v0.1.0-alpha.50

Chores

v0.1.0-alpha.49

22 Jan 14:29
Compare
Choose a tag to compare
v0.1.0-alpha.49 Pre-release
Pre-release

0.1.0-alpha.49 (2025-01-22)

Full Changelog: v0.1.0-alpha.48...v0.1.0-alpha.49

Features

  • api: update enum values, comments, and examples (#181) (a074981)
  • Minor text change: Update readme to say beta instead of alpha (2b766ab)
  • support deprecated markers (#178) (3d6f52f)

v0.1.0-alpha.48

21 Jan 15:32
Compare
Choose a tag to compare
v0.1.0-alpha.48 Pre-release
Pre-release

0.1.0-alpha.48 (2025-01-21)

Full Changelog: v0.1.0-alpha.47...v0.1.0-alpha.48

Bug Fixes

  • fix apijson.Port for embedded structs (#174) (b9bc4bf)
  • fix apijson.Port for embedded structs (#177) (a85df33)

Chores

v0.1.0-alpha.47

20 Jan 14:52
Compare
Choose a tag to compare
v0.1.0-alpha.47 Pre-release
Pre-release

0.1.0-alpha.47 (2025-01-20)

Full Changelog: v0.1.0-alpha.46...v0.1.0-alpha.47

Bug Fixes

  • flush stream response when done event is sent (#172) (fa793de)