-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.20.0 #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 0.20.0 #58
Conversation
|
🧪 Testing |
Mesa DescriptionAutomated Release PR0.20.0 (2025-11-19)Full Changelog: v0.19.2...v0.20.0 Features
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 Description generated by Mesa. Update settings |
There was a problem hiding this 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
-
Breaking API Change: The
BrowserListResponsetype 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())...). -
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.
-
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.
-
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 Settings • Read Docs
|
🤖 Release is at https://github.com/onkernel/kernel-node-sdk/releases/tag/v0.20.0 🌻 |
Automated Release PR
0.20.0 (2025-11-19)
Full Changelog: v0.19.2...v0.20.0
Features
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