Conversation
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
c5453e8 to
e58487c
Compare
There was a problem hiding this comment.
Performed full review of 1d89a86...c5453e8
Analysis
-
Type inconsistency between sync and async methods: The sync variant returns
SyncOffsetPagination[T]while async returnsAsyncPaginator[T, AsyncOffsetPagination[T]], which may confuse developers and create inconsistent usage patterns. -
The feature is auto-generated from OpenAPI specs, which ensures API definition consistency but may limit customization options for edge cases not captured in the specification.
-
While the implementation follows established SDK patterns, the addition of comprehensive filtering options increases API complexity, which might require additional documentation and examples for proper developer adoption.
Tip
⚡ Quick Actions
This review was generated by Mesa.
Actions:
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 | Review on Mesa | Edit Reviewer Settings
|
🤖 Release is at https://github.com/onkernel/kernel-python-sdk/releases/tag/v0.11.4 🌻 |
Automated Release PR
0.11.4 (2025-09-25)
Full Changelog: v0.11.3...v0.11.4
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
TL;DR
This is an automated release that bumps the package version to
0.11.4and introduces a newgetInvocationsendpoint.Why we made these changes
This release exposes the
getInvocationsendpoint, allowing users to programmatically list and filter invocations through the SDK.What changed?
getInvocationsmethod to theinvocationsresource.InvocationListParams,InvocationListResponse) for the new endpoint.test_invocations.py.CHANGELOG.md,api.md, and bumped the package version files.Description generated by Mesa. Update settings