Skip to content

release: 1.16.0 - #188

Merged
marcuswood-oai merged 2 commits into
mainfrom
release-please--branches--main
Sep 22, 2026
Merged

marcuswood-oai merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@openai-sdks

@openai-sdks openai-sdks Bot commented Sep 14, 2026 •

Copy link
Copy Markdown
Contributor

Automated Release PR

1.16.0 (2026-09-22)

Features

  • api: add external storage and safety case commands (#229) (c30c961)
  • api: add prompt-cache prewarming (#196) (9032f58)
  • api: add response transformation hooks (#223) (8de34a7)
  • api: add webhook endpoint management (#201) (dea465a)
  • cli: support custom request headers (#190) (07e3ed9)

Bug Fixes

  • apiform: preserve float32 precision in comma arrays (#78) (774612f)
  • apiform: strip path components from upload filenames (#120) (a92e143)
  • apiform: support primitive pointers in comma arrays (#119) (9d146cd)
  • apiquery: preserve narrow numeric parameters (#76) (b152780)
  • apiquery: reject complex elements in comma arrays (#118) (46faf2c)
  • apiquery: reject non-string map keys (#88) (687a097)
  • autocomplete: omit hidden flags from suggestions (#122) (137d59b)
  • cmd: include backslash in path detection for @ file references (#38) (f984eb1)
  • debug: redact sensitive response headers (#32) (ee62f85)
  • explore: avoid panic when printing an empty result set (#68) (f74838c)
  • install Linux package binaries under /usr/bin (#34) (ac4e7cb)
  • jsonview: avoid width underflow in static string rendering (#117) (cbdf265)
  • jsonview: preserve literal object keys in pretty output and explorer (#143) (25664bf)
  • omit redirect destinations from multipart upload errors (#189) (642d511)
  • output: stop pagination at max items (#43) (552840e)
  • requestflag: preserve JSON numbers written in exponent form (#195) (20db45e)

Chores

  • api: clarify Live SIP call help (#193) (79435c4)
  • api: document MCP connector deprecation (#202) (1d4e76c)
  • api: update image request examples (#197) (4b75e9b)
  • deps: bump the codeql group across 1 directory with 2 updates (#161) (97734f3)
  • deps: bump the codeql group across 1 directory with 2 updates (#224) (0713595)
  • deps: bump the go-minor-and-patch group across 1 directory with 2 updates (#144) (aa1158d)
  • deps: update openai-go to v3.61.0 (#184) (de52b2e)
  • deps: update openai-go to v3.63.0 (#198) (3f2c883)
  • deps: update openai-go to v3.63.1 (#204) (eb415e5)
  • deps: update openai-go to v3.64.0 (#206) (0169bff)
  • deps: update openai-go to v3.64.2 (#225) (a7859e5)

Documentation

  • correct bootstrap dependency check description (#181) (4aa657c)

This PR was generated with Release Please. See documentation.

@openai-sdks
openai-sdks Bot requested a review from a team as a code owner September 14, 2026 17:52
@github-actions

github-actions Bot commented Sep 14, 2026 •

Copy link
Copy Markdown

Castiron custom code

✅ No new custom-code files detected.

5 mixed files remain; 0 existing customizations changed.

Compared cfe77c01a946 → 173571f2ba2d. Generated baselines verified.

5 existing customizations unchanged
  • pkg/cmd/adminorganizationcertificate.go
  • pkg/cmd/image.go
  • scripts/castiron/README.md
  • scripts/castiron/custom_code_report.py
  • scripts/castiron/test_custom_code_report.py

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 35743389468 --repo openai/openai-cli \
  --name castiron-custom-code-35743389468-1 --dir /tmp/castiron-custom-code-35743389468-1
git apply --stat /tmp/castiron-custom-code-35743389468-1/custom-code.patch
cat /tmp/castiron-custom-code-35743389468-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin cfe77c01a9464323e274d505858a9d350b33415a 173571f2ba2d95898a4c64947e01d60333856f3f
python3 scripts/castiron/custom_code_report.py report \
  --base cfe77c01a9464323e274d505858a9d350b33415a \
  --head 173571f2ba2d95898a4c64947e01d60333856f3f --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-173571f2ba2d
cat /tmp/castiron-custom-code-173571f2ba2d/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch 8 times, most recently from 03955a5 to c3a0049 Compare September 14, 2026 23:42

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c3a00493dc

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread CHANGELOG.md
@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch 3 times, most recently from 369e82a to 21c76c5 Compare September 15, 2026 00:38
@openai-sdks openai-sdks Bot changed the title release: 1.15.1 release: 1.16.0 Sep 15, 2026
@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch 2 times, most recently from d9aca5c to 2eb9370 Compare September 15, 2026 06:06

@saioai saioai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i double checked the latest release head. #76 and #117 are on main but still missing from Bug Fixes. the release bot says it can't parse the Go examples in their commit messages, and its refresh after #34 skipped them again. can we add simple commit overrides to those merged PRs and rerun it before tagging 1.16.0?

@saioai saioai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i submitted my last comment as an approval by mistake. requesting changes until #76 and #117 appear in the 1.16.0 Bug Fixes section.

@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch 10 times, most recently from 4a158e0 to 9f7b7cd Compare September 17, 2026 20:25
@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch from 54eae88 to cdf1d65 Compare September 18, 2026 19:22

Copy link
Copy Markdown
Contributor

Please include #202 before merging this 1.16.0 release. It adds the built-in MCP connector deprecation and remote-MCP migration guidance to Responses CLI help and the API reference, while preserving compatibility with older models. The update is generated against current main, including the merged webhook commands and Go 3.63.0. Local compile/build and both help pages are verified; public CI and review are still pending.

@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch 3 times, most recently from 71d60b4 to f9b65c3 Compare September 18, 2026 20:43
@dpiet-oai
dpiet-oai requested a review from saioai September 18, 2026 20:44

Copy link
Copy Markdown
Contributor

@saioai both missing fixes are now in the 1.16.0 Bug Fixes section and CHANGELOG.md: #76 (narrow numeric query parameters) and #117 (static string width underflow).

Added Release Please commit overrides to the two merged PRs and reran the release bot successfully. Verified the refreshed head f9b65c3 adds only those two changelog entries; the version and MCP update #202 are preserved. Could you re-review the release-note fix?

@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch 8 times, most recently from f76c17b to 951ecb9 Compare September 21, 2026 19:17
@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main branch from 951ecb9 to f0f4311 Compare September 22, 2026 01:47

@marcuswood-oai marcuswood-oai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the release diff and version metadata. The SDK update is merged; this PR contains the version bump and release notes. Approved for the coordinated SDK release.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-22T14:55:27.649024Z 173571f New commits
🔒 Security Review ✅ Completed 2026-09-22T14:55:35.041691Z 173571f New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@saioai saioai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@marcuswood-oai
marcuswood-oai added this pull request to the merge queue Sep 22, 2026
Merged via the queue into main with commit e7095dc Sep 22, 2026
14 checks passed
@marcuswood-oai
marcuswood-oai deleted the release-please--branches--main branch September 22, 2026 15:04
@openai-sdks

openai-sdks Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants