Conversation
There was a problem hiding this comment.
Performed full review of 22ff04a...e0ed760
Analysis
-
The API signature change to
FollowStreamingadds a newInvocationFollowParamsparameter, which constitutes a breaking change that should be carefully considered by consumers of this API. -
As this appears to be generated code (likely from OpenAPI specifications), there may be consistency issues if manual modifications are made without updating the source specifications.
-
While the PR adds time-based filtering capabilities, it's unclear if there are any performance implications for large log volumes or high-frequency invocations.
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
7 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
e0ed760 to
72ce9a5
Compare
|
🤖 Release is at https://github.com/onkernel/kernel-go-sdk/releases/tag/v0.11.3 🌻 |
Automated Release PR
0.11.3 (2025-09-24)
Full Changelog: v0.11.2...v0.11.3
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 PR to release version
0.11.3, which introduces a new feature for accessing per-invocation logs.Why we made these changes
To improve debugging and traceability for developers by allowing them to retrieve logs associated with each specific API invocation made through the SDK.
What changed?
invocation.go.CHANGELOG.md,README.md, andapi.mdto reflect the new version and document the feature.internal/version.goand other release-related files like.release-please-manifest.json.Description generated by Mesa. Update settings