Skip to content

Update dependency openai to v7 - #1868

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/openai-7.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/openai-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
openai 6.48.07.18.0 age confidence

Release Notes

openai/openai-node (openai)

v7.18.0

Compare Source

Features
Bug Fixes
  • api: validate WebSocket results and preserve header defaults (#​2763) (a7e830b)
Chores

v7.17.0

Compare Source

Features
Bug Fixes
Chores
  • update lint tooling and tailor anti-slop for the SDK (#​2753) (21a03c2)
Documentation
  • examples: preserve split UTF-8 in raw stream consumer (#​2714) (f44152a)

v7.16.0

Compare Source

Features
Bug Fixes
Chores

v7.15.0

Compare Source

Features

v7.14.0

Compare Source

Features
Bug Fixes
  • deps-dev: bump joi from 18.2.3 to 18.2.5 in /ecosystem-tests/vercel-edge (#​2702) (029b805)
  • deps: bump next from 15.5.23 to 15.5.25 in /ecosystem-tests/vercel-edge (#​2703) (e9446db)
  • deps: bump sharp from 0.35.3 to 0.35.4 in /ecosystem-tests/vercel-edge (#​2704) (ca95705)
  • deps: update remaining tooling and fixture patches (#​2712) (bcaabee)

v7.13.0

Compare Source

Features

v7.12.1

Compare Source

Includes the GPT Image 2.5 support from 7.12.0, which was not published to npm.

Features
Bug Fixes
  • ci: run Cloudflare example regressions before release (#​2706) (c5cc31c)

v7.10.0

Compare Source

Features
Documentation

v7.9.0

Compare Source

Features
Bug Fixes
Chores

v7.8.0

Compare Source

Features
  • api: add compute_units to Responses and Chat Completions usage (#​2505) (f9b1313)
  • api: add default WebSocket User-Agent and audit log events (#​2504) (9b2f089)
Bug Fixes

v7.7.0

Compare Source

Features
Bug Fixes
  • streaming: honor cancellation while decoding SSE responses (#​2487) (ababe12)

v7.6.0

Compare Source

Features
Bug Fixes
  • [responses] Avoid quadratic comparisons when accumulating long text (#​2434) (95628ce)
  • assistants: reject run-step identity hijacking before tool callbacks (#​2476) (63b1c75)
  • audio: preserve recording outcomes during cancellation and cleanup (#​2482) (dafcac4)
  • auth: honor an explicit zero GCP metadata timeout (#​2481) (7a9dec8)
  • auth: sanitize malformed Azure IMDS token responses (#​2427) (bbfb792)
  • auth: sanitize malformed workload OAuth token responses (#​2468) (cd5b2d8)
  • avoid double-counting logprobs in streamed chat completions (#​2444) (ddf9922)
  • bedrock: honor cancellation during bearer credential resolution (#​2478) (2dac2f4)
  • drain tee stream queues in linear time (#​2379) (1f3ce07)
  • polling: honor cancellation during polling delays (#​2477) (520d604)
  • preserve large streaming responses (#​2433) (4e588c2)
  • preserve multipart upload array order (#​2380) (f1a2b61)
  • publish Castiron checks for behind-main pull requests (#​2486) (662bb37)
  • publish Castiron checks for external-fork pull requests (#​2464) (a90581e)
  • security: abort streaming examples when clients disconnect (#​2426) (b32a25b)
  • security: authenticate Cloudflare tests and restrict streaming proxies (#​2413) (9286fdb)
  • security: authenticate Vercel ecosystem APIs and clean up uploaded files (#​2412) (d58608a)
  • security: bound SDK event streams and validate streamed item identities (#​2415) (7df29a9)
  • security: bound SSE frames and NDJSON lines before buffering (#​2411) (0e250a4)
  • security: close rejected Azure managed-identity response streams (#​2416) (387bbc8)
  • security: harden Bedrock regions, query merges, and upload errors (#​2410) (ce45d0d)
  • security: harden Realtime WebSocket origins, worker guards, and Azure credentials (#​2414) (5533f73)
  • security: preserve chat structured response-format integrity (#​2402) (e69df93)
  • security: prevent AssistantStream deltas leaking sensitive data (#​2392) (17cf54c)
  • security: prevent streaming upload filename path disclosure (#​2386) (c88a024)
  • security: prevent structured-output format downgrade (#​2394) (dd945e6)
  • security: redact built-in structured JSON parse errors (#​2418) (a0d68cc)
  • security: redact chat completion finalization snapshots (#​2400) (fb5d8e7)
  • security: redact GCP metadata authentication error bodies (#​2399) (322840c)
  • security: redact invalid Bedrock bearer credentials (#​2419) (39c06d1)
  • security: redact invalid workload identity access tokens (#​2425) (0d28da3)
  • security: redact malformed NDJSON stream diagnostics (#​2420) (dcc705c)
  • security: redact malformed Realtime WebSocket error causes (#​2408) (e7a1a44)
  • security: redact malformed SSE diagnostic payloads (#​2403) (272a2cc)
  • security: redact sensitive assistant delta diagnostics (#​2406) (b130b83)
  • security: redact unsupported Responses stream event payloads (#​2395) (32b2953)
  • security: reject malformed Realtime WebSocket event frames (#​2391) (e6e11b0)
  • security: require an exact SSE completion sentinel (#​2422) (a905bfb)
  • security: require OIDC for npm publishing (#​2404) (342764b)
  • security: respect configured logger for Assistants stream errors (#​2390) (8ba3009)
  • security: restrict live CI credentials to protected main (#​2405) (3554cdc)
  • security: scope Cloudflare ecosystem API key files (#​2398) (4f4b45d)
  • security: secure Next.js Edge streaming example requests (#​2424) (861caed)
  • security: stop delayed and additional tool callbacks after cancellation (#​2430) (c168599)
  • security: stop retaining sensitive assistant stream events (#​2407) (dfec129)
  • settle concurrent stream event waiters in linear time (#​2387) (a88c2ca)
  • settle WebSocket event waiters in linear time (#​2389) (489dc72)
  • standard-schema: preserve validator bindings across helpers (#​2483) (e4afdb7)
  • streaming: reject named SSE provider error events (#​2409) (b7a0bd6)
  • tests: make credential-lifecycle held-inode scenarios portable to macOS (#​2480) (60f5267)
  • uploads: preserve Blob files and multipart media types (#​2467) (d497fb3)
  • webhooks: bound signature verification work (#​2475) (05cf7ab)
  • ws: block custom credential headers on redirects (#​2429) (d2ab6e7)
  • zod: support only provably JSON-native structured outputs (#​2396) (c3d68e4)
Chores
Documentation
  • encode recurring SDK review feedback in agent guidance (#​2378) (e552523)
  • security: add secure contributor and agent guidance (#​2382) (459d009)
Refactors

v7.5.0

Compare Source

Features
  • add Bedrock Runtime endpoint support (SDK-290) (#​2348) (4a199af)
  • api: add new Daybreak and gpt-5.6-cyber model identifiers (9a38e63)
  • api: add new Daybreak and gpt-5.6-cyber model identifiers (#​2278) (9a38e63)
  • api: Add ServiceTier and ImageDetail types (#​2364) (602d481)
  • api: add WebSocket stream IDs (#​2314) (156a8db)
  • api: add workload identity access token issued event (#​2307) (322a5b1)
  • api: deprecate Sora video APIs (#​2313) (4424b40)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#​2332) (a3deafb)
Bug Fixes

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "after 4am and before 8am on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 14, 2026
@mergify

mergify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 17, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 26, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 27, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 27, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 2, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 3, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 9, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 9, 2026
@renovate
renovate Bot force-pushed the renovate/openai-7.x branch from 14f9e57 to 29f8405 Compare September 11, 2026 00:43
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 11, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 16, 2026
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.

0 participants