Skip to content

Releases: openai/openai-ruby

v0.34.1

20 Oct 19:53

Choose a tag to compare

0.34.1 (2025-10-20)

Full Changelog: v0.34.0...v0.34.1

Bug Fixes

  • api: fix discriminator propertyName for ResponseFormatJsonSchema (e7bacfb)

v0.34.0

20 Oct 17:17

Choose a tag to compare

0.34.0 (2025-10-20)

Full Changelog: v0.33.0...v0.34.0

Features

  • api: Add responses.input_tokens.count (4c3f064)

Bug Fixes

  • api: internal openapi updates (1fbce8c)

v0.33.0

17 Oct 18:15

Choose a tag to compare

0.33.0 (2025-10-17)

Full Changelog: v0.32.0...v0.33.0

Features

v0.32.0

16 Oct 15:16

Choose a tag to compare

0.32.0 (2025-10-16)

Full Changelog: v0.31.0...v0.32.0

Features

  • api: Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint (b31bd7f)

Bug Fixes

  • absolutely qualified uris should always override the default (14fdff8)
  • should not reuse buffers for IO.copy_stream interop (8f33de1)

v0.31.0

10 Oct 01:12

Choose a tag to compare

0.31.0 (2025-10-10)

Full Changelog: v0.30.0...v0.31.0

Features

  • api: comparison filter in/not in (ac3e58b)

Chores

  • ignore linter error for tests having large collections (90c4440)
  • simplify model references (d18c5af)

v0.30.0

06 Oct 18:08

Choose a tag to compare

0.30.0 (2025-10-06)

Full Changelog: v0.29.0...v0.30.0

Features

  • api: dev day 2025 launches (98a56b4)

v0.29.0

02 Oct 20:43

Choose a tag to compare

0.29.0 (2025-10-02)

Full Changelog: v0.28.1...v0.29.0

Features

  • api: add support for realtime calls (2c89d20)

v0.28.1

01 Oct 19:49

Choose a tag to compare

0.28.1 (2025-10-01)

Full Changelog: v0.28.0...v0.28.1

Bug Fixes

  • api: add status, approval_request_id to MCP tool call (51622d0)

v0.28.0

30 Sep 17:27

Choose a tag to compare

0.28.0 (2025-09-30)

Full Changelog: v0.27.1...v0.28.0

⚠ BREAKING CHANGES

  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.

Features

  • api: Support images and files for function call outputs in responses, BatchUsage (904348a)

Bug Fixes

  • coroutine leaks from connection pool (7f0b3cd)

v0.27.1

30 Sep 03:35

Choose a tag to compare

0.27.1 (2025-09-29)

Full Changelog: v0.27.0...v0.27.1

Bug Fixes

  • always send filename=... for multipart requests where a file is expected (99849fd)