Changelog
1.8.2 (2025-06-27)
Full Changelog: v1.8.1...v1.8.2
Bug Fixes
- don't try to deserialize as json when ResponseBodyInto is []byte (74ad0f8)
- pagination: check if page data is empty in GetNextPage (c9becdc)
1.8.1 (2025-06-26)
Full Changelog: v1.8.0...v1.8.1
Chores
- api: remove unsupported property (e22316a)
- docs: update README to include links to docs on Webhooks (7bb8f85)
1.8.0 (2025-06-26)
Full Changelog: v1.7.0...v1.8.0
Features
- api: webhook and deep research support (f6a7e7d)
Chores
- internal: add tests for breaking change detection (339522d)
1.7.0 (2025-06-23)
Full Changelog: v1.6.0...v1.7.0
Features
- api: make model and inputs not required to create response (19f0b76)
- api: update api shapes for usage and code interpreter (d24d42c)
- client: add escape hatch for null slice & maps (9c633d6)
Chores
- fix documentation of null map (8f3a134)
1.6.0 (2025-06-17)
Full Changelog: v1.5.0...v1.6.0
Features
- api: add reusable prompt IDs (280c698)
- api: manual updates (740f840)
- client: add debug log helper (5715c49)
Chores
- ci: enable for pull requests (9ed793a)
1.5.0 (2025-06-10)
Full Changelog: v1.4.0...v1.5.0
Features
- api: Add o3-pro model IDs (3bbd0b8)
1.4.0 (2025-06-09)
Full Changelog: v1.3.0...v1.4.0
Features
- client: allow overriding unions (27c6299)
Bug Fixes
- client: cast to raw message when converting to params (a3282b0)
1.3.0 (2025-06-03)
Full Changelog: v1.2.1...v1.3.0
Features
- api: add new realtime and audio models, realtime session options (8b8f62b)
1.2.1 (2025-06-02)
Full Changelog: v1.2.0...v1.2.1
Bug Fixes
Chores
- make go mod tidy continue on error (48f41c2)
1.2.0 (2025-05-29)
Full Changelog: v1.1.0...v1.2.0
Features
- api: Config update for pakrym-stream-param (84d59d5)
Bug Fixes
- client: return binary content from
get /containers/{container_id}/files/{file_id}/content(f8c8de1)
Chores
1.1.0 (2025-05-22)
Full Changelog: v1.0.0...v1.1.0
Features
- api: add container endpoint (2bd777d)
- api: new API tools (e7e2123)
- api: new streaming helpers for background responses (422a0db)
Chores
1.0.0 (2025-05-19)
Full Changelog: v0.1.0-beta.11...v1.0.0
⚠ BREAKING CHANGES
- client: rename file array param variant
- api: improve naming and remove assistants
- accumulator: update casing (#401)
Features
- api: improve naming and remove assistants (4c623b8)
Bug Fixes
- accumulator: update casing (#401) (d59453c)
- client: correctly set stream key for multipart (0ec68f0)
- client: don't panic on marshal with extra null field (9c15332)
- client: increase max stream buffer size (9456455)
- client: rename file array param variant (4cfcf86)
- client: use scanner for streaming (aa58806)
Chores
- docs: typo fix (#400) (bececf2)
- examples: migrate enum (#447) (814dd8b)
- examples: migrate to latest version (#444) (1c8754f)
- examples: remove beta assisstants examples (#445) (5891583)
- example: update fine-tuning (#450) (421e3c5)
0.1.0-beta.11 (2025-05-16)
Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11
⚠ BREAKING CHANGES
- client: clearer array variant names
- client: rename resp package
- client: improve core function names
- client: improve union variant names
- client: improve param subunions & deduplicate types
Features
- api: add image sizes, reasoning encryption (0852fb3)
- api: add o3 and o4-mini model IDs (3fabca6)
- api: Add reinforcement fine-tuning api support (831a124)
- api: adding gpt-4.1 family of model IDs (1ef19d4)
- api: adding new image model support (bf17880)
- api: manual updates (11f5716)
- api: responses x eval api (183aaf7)
- api: Updating Assistants and Evals API schemas (47ca619)
- client: add dynamic streaming buffer to handle large lines (8e6aad6)
- client: add helper method to generate constant structs (ff82809)
- client: add support for endpoint-specific base URLs in python (072dce4)
- client: add support for reading base URL from environment variable (0d37268)
- client: clearer array variant names (a5d8b5d)
- client: experimental support for unmarshalling into param structs (5234875)
- client: improve param subunions & deduplicate types (8a78f37)
- client: rename resp package (4433516)
- client: support more time formats (ec171b2)
- fix lint (9c50a1e)
Bug Fixes
- client: clean up reader resources (710b92e)
- client: correctly update body in WithJSONSet (f2d7118)
- client: improve core function names (9f312a9)
- client: improve union variant names (a2c3de9)
- client: include path for type names in example code (69561c5)
- client: resolve issue with optional multipart files (910d173)
- client: time format encoding fix (ca17553)
- client: unmarshal responses properly (fc9fec3)
- handle empty bodies in WithJSONSet (8372464)
- pagination: handle errors when applying options (eebf84b)
Chores
- ci: add timeout thresholds for CI jobs (26b0dd7)
- ci: only use depot for staging repos (7682154)
- ci: run on more branches and use depot runners (d7badbc)
- docs: document pre-request options (4befa5a)
- docs: update respjson package name (9a00229)
- readme: improve formatting (a847e8d)
- utils: add internal resp to param utility (239c4e2)
Documentation
- update documentation links to be more uniform (f5f0bb0)
0.1.0-beta.10 (2025-04-14)
Full Changelog: v0.1.0-beta.9...v0.1.0-beta.10
Chores
0.1.0-beta.9 (2025-04-09)
Full Changelog: v0.1.0-beta.8...v0.1.0-beta.9
Chores
0.1.0-beta.8 (2025-04-09)
Full Changelog: v0.1.0-beta.7...v0.1.0-beta.8
Features
- api: Add evalapi to sdk (#360) (88977d1)
- api: manual updates (#363) (5d068e0)
- client: add escape hatch to omit required param fields (#354) (9690d6b)
- client: support custom http clients (#357) (b5a624f)
Chores
- docs: readme improvements (#356) (b2f8539)
- internal: fix examples (#361) (de398b4)
- internal: skip broken test (#362) (cccead9)
- tests: improve enum examples (#359) (e0b9739)
0.1.0-beta.7 (2025-04-07)
Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7
Features
Chores
0.1.0-beta.6 (2025-04-04)
Full Changelog: v0.1.0-beta.5...v0.1.0-beta.6
Features
0.1.0-beta.5 (2025-04-03)
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5
Features
Bug Fixes
- client: return error on bad custom url instead of panic (#341) (a06c5e6)
- client: support multipart encoding array formats (#342) (5993b28)
- client: unmarshal stream events into fresh memory (#340) (52c3e08)
0.1.0-beta.4 (2025-04-02)
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
Features
Chores
- docs: update file uploads in README (#333) (471c452)
- internal: codegen related update (#335) (48422dc)
- Remove deprecated/unused remote spec feature (c5077a1)
0.1.0-beta.3 (2025-03-28)
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3
⚠ BREAKING CHANGES
- client: add enums (#327)
Features
- api: add
get /chat/completionsendpoint (e8ed116) - api: add
get /responses/{response_id}/input_itemsendpoint (8870c26)
Bug Fixes
Chores
- add hash of OpenAPI spec/config inputs to .stats.yml (104b786)
- add request options to client tests (#321) (f5239ce)
- api: updates to supported Voice IDs (#325) (477727a)
- docs: improve security documentation (#319) (0271053)
- fix typos (#324) (dba15f7)
0.1.0-beta.2 (2025-03-22)
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
Bug Fixes
0.1.0-beta.1 (2025-03-22)
Full Changelog: v0.1.0-alpha.67...v0.1.0-beta.1
Chores
0.1.0-alpha.67 (2025-03-21)
Full Changelog: v0.1.0-alpha.66...v0.1.0-alpha.67
⚠ BREAKING CHANGES
- api: migrate to v2
Features
- api: migrate to v2 (9377508)
- api: new models for TTS, STT, + new audio features for Realtime (#298) (48fa064)
Chores
- internal: bugfix (0d8c1f4)