Conversation
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
e15f083 to
799e631
Compare
There was a problem hiding this comment.
Performed full review of 99eb978...e15f083
Analysis
Based on the architectural analysis, there are no significant architectural issues identified with this pull request. The implementation of the new getInvocations endpoint follows established SDK patterns and maintains consistency with existing code. The analysis indicates that the code is well-structured with appropriate type safety, pagination implementation, and testing coverage. Since no architectural concerns were raised in the analysis, there are no specific issues to list.
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
8 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
|
🤖 Release is at https://github.com/onkernel/kernel-go-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 a routine release that bumps the version to
0.11.4and introduces a newgetInvocationsendpoint.Why we made these changes
This change exposes the invocations API, allowing users to programmatically list and filter their invocation history for monitoring and integration purposes.
What changed?
Invocations.Listmethod to the client.ActionName,AppName,DeploymentID,Status, and pagination controls.TestInvocationListWithOptionalParamsto ensure the new endpoint and its filters work correctly.Description generated by Mesa. Update settings