-
Notifications
You must be signed in to change notification settings - Fork 1
release: 0.11.2 #41
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.11.2 #41
Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires: Fri, 24 Oct 2025 17:28:28 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 b63da5f...8341a14
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 | 1 comments | Review on Mesa | Edit Reviewer Settings
| include: IncEx | None = None, | ||
| exclude: IncEx | None = None, | ||
| by_alias: bool = False, | ||
| by_alias: bool | None = None, |
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.
Changing the default value of by_alias from False to None could introduce breaking changes for users who rely on keyword argument introspection or who expect the parameter to always be a boolean. Consider maintaining backward compatibility by keeping the default as False while still allowing None to be passed explicitly.
Agent: 🤖 General
8341a14 to
cc2a86c
Compare
cc2a86c to
1aa2644
Compare
1aa2644 to
1cf67cb
Compare
1cf67cb to
f5cb28b
Compare
f5cb28b to
fc97983
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
fc97983 to
1965b3b
Compare
|
🤖 Release is at https://github.com/onkernel/kernel-python-sdk/releases/tag/v0.11.2 🌻 |
Automated Release PR
0.11.2 (2025-09-24)
Full Changelog: v0.11.1...v0.11.2
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 a maintenance and feature release that introduces a new
proxiesresource, refactors optional parameter handling for improved type safety, and updates core dependencies like Pydantic.Why we made these changes
The primary goal was to enhance the SDK's capabilities by adding support for proxies. Additionally, we took the opportunity to improve internal code quality by standardizing how optional parameters are handled, moving from a class-based
NotGivensentinel to a more explicitnot_givensingleton and a newomitvalue. This release also includes dependency updates to ensure compatibility and security, notably with Pydantic v2.What changed?
kernel.proxieswithcreate,retrieve, andlistmethods.proxy_idto thebrowsers.createmethod to associate a browser with a proxy.NOT_GIVENsentinel with a singleton instancenot_giventhroughout the client for consistency.omitsentinel to explicitly exclude optional parameters from API requests.is_given,_transform_typeddict) to correctly handlenot_givenandomit._models.pyto be compatible with Pydantic v2.scripts/bootstrapscript to make Homebrew dependency installation interactive and optional.Description generated by Mesa. Update settings