Conversation
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
54734c6 to
a6a9ce9
Compare
There was a problem hiding this comment.
Performed full review of 4e1d5ce...54734c6
Analysis
-
Test coverage exists but tests are currently skipped due to disabled Prism tests, which could lead to undiscovered issues in the new endpoint functionality.
-
While version files are updated, the analysis doesn't mention any backward compatibility verification or migration guidance for existing users upgrading to version 0.12.0.
-
The analysis doesn't address potential performance implications of the new endpoint, particularly related to pagination handling with potentially large datasets.
-
No mention of error handling or edge case management specific to the new endpoint implementation.
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
10 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
|
🤖 Release is at https://github.com/onkernel/kernel-node-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 for
v0.11.4that introduces a newinvocations.list()method to the SDK.Why we made these changes
This release exposes the new
getInvocationsAPI endpoint, allowing users to programmatically retrieve a list of invocation records through the SDK.What changed?
invocationsresource: A newinvocations.list()method was added to fetch invocation data, with support for filtering parameters likeaction_name,app_name,status, and pagination.InvocationListResponse,InvocationListParams, andInvocationListResponsesOffsetPaginationto support the new endpoint.client.invocations.listmethod to validate its functionality.package.json,CHANGELOG.md, andapi.mdto reflect the new version and feature.Description generated by Mesa. Update settings