-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.14.0 #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 0.14.0 #48
Conversation
…kage‘s public interface
|
🧪 Testing To try out this version of the SDK, run: Expires: Thu, 06 Nov 2025 13:52:49 GMT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performed full review of 996f92d...6bdc4ea
Analysis
-
While the PR removes
{@link}annotations from internal types, there doesn't appear to be a systematic approach to identify all internal types that might need similar treatment in the future. -
The PR addresses documentation issues but doesn't mention if there's a validation process or tooling in place to prevent similar issues from recurring in future development.
-
The patch release changes documentation but doesn't clearly indicate if there are potential impacts on existing documentation references or external tools that may be parsing these docs.
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
5 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
6bdc4ea to
43c79e8
Compare
43c79e8 to
a520c3b
Compare
a520c3b to
791a3d1
Compare
791a3d1 to
d2b0a87
Compare
|
🤖 Release is at https://github.com/onkernel/kernel-node-sdk/releases/tag/v0.14.0 🌻 |
Automated Release PR
0.14.0 (2025-10-07)
Full Changelog: v0.13.0...v0.14.0
Features
Chores
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 version
0.14.0, featuring a new, work-in-progress API for managing browser extensions. It also includes internal improvements to the build process and documentation.Why we made these changes
This release adds foundational support for programmatically managing browser extensions via the SDK. The internal changes improve the reliability of our build artifact creation and enhance the accuracy of our JSDoc documentation.
What changed?
extensionsresource has been added to the client, providing methods to list, upload, and download browser extensions.ExtensionListResponse,ExtensionUploadParams, etc.) were added to support the new API.upload-artifact.sh) was updated to usenpm packinstead oftar, standardizing the package creation process.@linkannotations to ensure they refer to the public API.api.mdto reflect the new API endpoints.0.14.0inpackage.json,CHANGELOG.md, and other versioned files.Validation
extensionsresource intests/api-resources/extensions.test.ts.browsersresource to account for related changes.Description generated by Mesa. Update settings