Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK, run: Expires: Sun, 02 Nov 2025 17:28:30 GMT |
There was a problem hiding this comment.
Performed full review of ca970cb...a083e9c
Analysis
- No validation logic appears to be implemented for the new health status fields, which may lead to inconsistent health state tracking if field constraints are not enforced
- The PR doesn't mention any mechanism for updating the health status fields, raising questions about how the proxy's health state will be maintained over time
- There's no indication of how clients should handle or recover from unavailable proxy states, potentially leaving implementers without clear guidance
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
a083e9c to
9c76a3d
Compare
sjmiller609
approved these changes
Oct 3, 2025
Contributor
Author
|
🤖 Release is at https://github.com/onkernel/kernel-node-sdk/releases/tag/v0.13.0 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.13.0 (2025-10-03)
Full Changelog: v0.12.0...v0.13.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 is an automated release that bumps the package version to
0.13.0. This version introduces support for an HTTP proxy and updates the data model for proxy status.Why we made these changes
This is an automated release generated by
release-pleaseto publish new features and chores. The main driver for this release is the addition of HTTP proxy functionality.What changed?
src/resources/proxies.tsto add support for an HTTP proxy and reflect changes to the proxy status data model.0.13.0inpackage.json,CHANGELOG.md, andsrc/version.ts..eslintcachefrom being tracked.Validation
Changes are validated by the existing CI pipeline and automated tests.
Description generated by Mesa. Update settings