gpt.buzz
Sign in

release

OpenAI SDK v2.32.0

April 16, 2026

v2.32.0, released 2026-04-15, adds `detail` to `InputFileContent`, introduces an `OAuthErrorCode` type, and expands websocket client support with event handlers, enqueueing before connection, and reconnection. The update also fixes file uploads so file data are sent as a single parameter, which should reduce API misuse and make websocket-driven clients more resilient.

2.32.0 (2026-04-15) Full Changelog: v2.31.0...v2.32.0 Features api: Add detail to InputFileContent ( 60de21d ) api: add OAuthErrorCode type ( 0c8d2c3 ) client: add event handler implementation for websockets ( 0280d05 ) client: allow enqueuing to websockets even when not connected ( 67aa20e ) client: support reconnection in websockets ( eb72a95 ) Bug Fixes ensure file data are only sent as 1 parameter ( c0c2ecd ) Documentation improve examples ( 84712fa )

Source: github.com

← All news