Skip to content

Releases: openai/openai-go

v0.1.0-alpha.59

15 Feb 05:02
Compare
Choose a tag to compare
v0.1.0-alpha.59 Pre-release
Pre-release

0.1.0-alpha.59 (2025-02-15)

Full Changelog: v0.1.0-alpha.58...v0.1.0-alpha.59

Bug Fixes

  • client: don't truncate manually specified filenames (#230) (853b748)

v0.1.0-alpha.58

13 Feb 20:03
Compare
Choose a tag to compare
v0.1.0-alpha.58 Pre-release
Pre-release

0.1.0-alpha.58 (2025-02-13)

Full Changelog: v0.1.0-alpha.57...v0.1.0-alpha.58

Features

  • api: add support for storing chat completions (#228) (e3cb85e)

v0.1.0-alpha.57

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

0.1.0-alpha.57 (2025-02-10)

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

Bug Fixes

  • do not call path.Base on ContentType (#225) (7dda9a8)

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