Skip to content

Main#1787

Open
kristentr wants to merge 12 commits intoopenai:masterfrom
kristentr:main
Open

Main#1787
kristentr wants to merge 12 commits intoopenai:masterfrom
kristentr:main

Conversation

@kristentr
Copy link

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Additional context & links

dependabot bot and others added 9 commits February 25, 2026 23:09
Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.0.5 to 5.2.0.
- [Release notes](https://github.com/patrickjuchli/basic-ftp/releases)
- [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md)
- [Commits](patrickjuchli/basic-ftp@v5.0.5...v5.2.0)

---
updated-dependencies:
- dependency-name: basic-ftp
  dependency-version: 5.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…em-tests/browser-direct-import/basic-ftp-5.2.0

chore(deps): bump basic-ftp from 5.0.5 to 5.2.0 in /ecosystem-tests/browser-direct-import
* chore(internal): refactor imports

* refactor(tests): switch from prism to steady

* chore(tests): bump steady to v0.19.4

* feat(client): add async iterator and stream() to WebSocket classes

* chore(tests): bump steady to v0.19.5

* release: 6.33.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
)

* chore(internal): refactor imports

* refactor(tests): switch from prism to steady

* chore(tests): bump steady to v0.19.4

* feat(client): add async iterator and stream() to WebSocket classes

* chore(tests): bump steady to v0.19.5

* release: 6.33.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
@kristentr kristentr requested a review from a team as a code owner March 23, 2026 00:12
Release please  branches  master  changes  next  components  OpenAI (…
Copy link

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

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: 9a9f7cf398

ℹ️ 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 on lines +185 to +188
return: (): Promise<IteratorReturnResult<undefined>> => {
done = true;
cleanup();
flushResolvers();

Choose a reason for hiding this comment

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

P2 Badge Preserve error handling after breaking out of ws.stream()

If a caller exits for await (const event of ws.stream()) early and intentionally keeps the socket open—as the docstring says is allowed—return() removes the iterator’s temporary 'error' listener immediately. Any later API/socket error on that still-live connection will then fall back to ResponsesEmitter._onError()'s no-listener path in internal-base.ts, surfacing as an unhandled rejection. In practice this makes the async-iterator API unsafe to use by itself unless callers also remember to bind ws.on('error') or close the socket before breaking.

Useful? React with 👍 / 👎.

kristentr and others added 2 commits March 23, 2026 07:19
#25)

Bumps [seroval](https://github.com/lxsmnsyc/seroval) and [solid-js](https://github.com/solidjs/solid). These dependencies needed to be updated together.

Updates `seroval` from 0.5.1 to 1.4.2
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

Updates `solid-js` from 1.7.11 to 1.9.6
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.7.11...v1.9.6)

---
updated-dependencies:
- dependency-name: seroval
  dependency-version: 1.4.2
  dependency-type: indirect
- dependency-name: solid-js
  dependency-version: 1.9.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Release please  branches  master  changes  next  components  OpenAI (#22) (#23)

* chore(internal): refactor imports

* refactor(tests): switch from prism to steady

* chore(tests): bump steady to v0.19.4

* feat(client): add async iterator and stream() to WebSocket classes

* chore(tests): bump steady to v0.19.5

* release: 6.33.0

---------



* chore(deps): bump seroval and solid-js in /ecosystem-tests/vercel-edge (#25)

Bumps [seroval](https://github.com/lxsmnsyc/seroval) and [solid-js](https://github.com/solidjs/solid). These dependencies needed to be updated together.

Updates `seroval` from 0.5.1 to 1.4.2
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

Updates `solid-js` from 1.7.11 to 1.9.6
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.7.11...v1.9.6)

---
updated-dependencies:
- dependency-name: seroval
  dependency-version: 1.4.2
  dependency-type: indirect
- dependency-name: solid-js
  dependency-version: 1.9.6
  dependency-type: indirect
...




---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant