Skip to content

Releases: openai/openai-ruby

v0.35.1

04 Nov 06:07

Choose a tag to compare

0.35.1 (2025-11-04)

Full Changelog: v0.35.0...v0.35.1

Bug Fixes

  • api: fix nullability of logprobs (adead66)

v0.35.0

03 Nov 23:52

Choose a tag to compare

0.35.0 (2025-11-03)

Full Changelog: v0.34.1...v0.35.0

Features

  • api: Realtime API token_limits, Hybrid searching ranking options (f7f04ea)
  • api: remove InputAudio from ResponseInputContent (e8f5e9f)
  • handle thread interrupts in the core HTTP client (92e26d0)

Bug Fixes

  • api: docs updates (88a4a35)
  • text and tools use mutually exclusive issue (#855) (7d93874)

Chores

  • add license information to the gemspec file (#222) (90d3c4a)
  • client: send user-agent header (3a850a9)
  • internal: codegen related update (f6b9f90)

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)