Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Nov 19, 2025

Automated Release PR

0.20.0 (2025-11-19)

Full Changelog: v0.19.2...v0.20.0

Features

  • allow get browser to paginate soft deleted browsers (115aa05)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Nov 19, 2025

🧪 Testing

    To try out this version of the SDK, run:
    ```
    npm install 'https://pkg.stainless.com/s/kernel-typescript/115aa05556536a505610e80152dc40f03f4dfada/dist.tar.gz'
    ```

    _Expires: Fri, 19 Dec 2025 19:38:22 GMT_

@mesa-dot-dev
Copy link

mesa-dot-dev bot commented Nov 19, 2025

Mesa Description

Automated Release PR

0.20.0 (2025-11-19)

Full Changelog: v0.19.2...v0.20.0

Features

  • allow get browser to paginate soft deleted browsers (115aa05)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Description generated by Mesa. Update settings

Copy link

@mesa-dot-dev mesa-dot-dev bot left a comment

Choose a reason for hiding this comment

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

Performed full review of d7e4b06...d6c9212

Analysis

  1. Breaking API Change: The BrowserListResponse type changed from an array to a single object, breaking existing code that iterates directly over the response (old: browsers.forEach(), new: for await (const browser of browsers.list())...).

  2. Semantic Versioning Issue: This breaking change should warrant a major version bump (1.0.0) rather than a minor version (0.20.0), even though the project is in 0.x which technically allows breaking changes in minor versions.

  3. Migration Documentation Gap: There appears to be insufficient migration guidance for users to adapt to the new pagination pattern, which is critical given the significant API contract change.

  4. The transition to pagination support and the ability to include soft-deleted browsers represents a significant architectural shift that requires careful communication to SDK users.

Tip

Help

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

11 files reviewed | 0 comments | Edit Agent SettingsRead Docs

@stainless-app stainless-app bot merged commit 852af5e into main Nov 19, 2025
8 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Nov 19, 2025

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.

2 participants