Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires: Fri, 24 Oct 2025 20:30:29 GMT |
There was a problem hiding this comment.
Performed full review of c1350d3...17a9531
Analysis
-
The method signature uses
InvocationFollowParams | undefined = {}which creates type confusion - it suggestsundefinedis allowed but defaults to an empty object instead. -
While the API changes maintain backward compatibility, the documentation should clearly indicate the behavior of the optional
queryparameter to ensure proper implementation by clients. -
The type safety implementation may need review to ensure that the
sinceproperty filtering works as expected across all possible input scenarios.
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 version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
17a9531 to
39c8164
Compare
|
🤖 Release is at https://github.com/onkernel/kernel-node-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 release introduces the ability to filter invocation logs by time.
Why we made these changes
To allow users to retrieve logs from a specific point in time, making it easier to monitor or debug long-running invocations without fetching the entire log history.
What changed?
invocations.followmethod now accepts an optionalqueryparameter with asinceproperty to filter logs by a timestamp.InvocationFollowParamstype is now exported for use in client applications.invocations.followmethod.0.11.3acrosspackage.json,CHANGELOG.md, and other release-related files.Description generated by Mesa. Update settings