-
Notifications
You must be signed in to change notification settings - Fork 1
release: 0.20.0 #57
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 #57
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 74a0fd6...2eac059
Analysis
-
CRITICAL: Missing
asynckeyword inAsyncBrowsersResource.list()method at line 596 in browsers.py, which will cause runtime failures when users attempt to await this method call. -
Breaking API change without major version bump: Return type of
list()changed from a simple list to paginated results (SyncOffsetPagination/AsyncOffsetPaginationwrappers), which violates semantic versioning principles. -
Pagination functionality lacks proper test coverage as pagination-related tests are marked with
@pytest.mark.skip(reason="Prism tests are disabled"). -
Potential code generation issue in the Stainless tool that generated this code, which may affect future code generation if not addressed.
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
13 files reviewed | 0 comments | Edit Agent Settings • Read Docs
|
🤖 Release is at https://github.com/onkernel/kernel-python-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