Releases: openai/openai-ruby
Releases · openai/openai-ruby
v0.34.1
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
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
v0.32.0
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
v0.31.0
0.31.0 (2025-10-10)
Full Changelog: v0.30.0...v0.31.0
Features
- api: comparison filter in/not in (ac3e58b)
Chores
v0.30.0
v0.29.0
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
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
0.28.0 (2025-09-30)
Full Changelog: v0.27.1...v0.28.0
⚠ BREAKING CHANGES
- api:
ResponseFunctionToolCallOutputItem.outputandResponseCustomToolCallOutput.outputnow returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>instead ofstringonly. This may break existing callsites that assumeoutputis 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
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)