Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.19.1"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 66
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml
openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
config_hash: 9421eb86b7f3f4b274f123279da3858e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.19.1 (2025-11-13)

Full Changelog: [v0.19.0...v0.19.1](https://github.com/onkernel/kernel-python-sdk/compare/v0.19.0...v0.19.1)

### Features

* Add support for 1200x800 ([1a8c6b5](https://github.com/onkernel/kernel-python-sdk/commit/1a8c6b5bbd91ddc2ab36b579f2fbd5552864259b))

## 0.19.0 (2025-11-12)

Full Changelog: [v0.18.0...v0.19.0](https://github.com/onkernel/kernel-python-sdk/compare/v0.18.0...v0.19.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kernel"
version = "0.19.0"
version = "0.19.1"
description = "The official Python library for the kernel API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "kernel"
__version__ = "0.19.0" # x-release-please-version
__version__ = "0.19.1" # x-release-please-version
8 changes: 4 additions & 4 deletions src/kernel/resources/browsers/browsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def create(
image defaults apply (commonly 1024x768@60). Only specific viewport
configurations are supported. The server will reject unsupported combinations.
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
automatically determined from the width and height if they match a supported
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
be automatically determined from the width and height if they match a supported
configuration exactly. Note: Higher resolutions may affect the responsiveness of
live view browser

Expand Down Expand Up @@ -483,8 +483,8 @@ async def create(
image defaults apply (commonly 1024x768@60). Only specific viewport
configurations are supported. The server will reject unsupported combinations.
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
automatically determined from the width and height if they match a supported
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
be automatically determined from the width and height if they match a supported
configuration exactly. Note: Higher resolutions may affect the responsiveness of
live view browser

Expand Down
4 changes: 2 additions & 2 deletions src/kernel/types/browser_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ class BrowserCreateParams(TypedDict, total=False):
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
configurations are supported. The server will reject unsupported combinations.
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
automatically determined from the width and height if they match a supported
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
be automatically determined from the width and height if they match a supported
configuration exactly. Note: Higher resolutions may affect the responsiveness of
live view browser
"""
Expand Down
4 changes: 2 additions & 2 deletions src/kernel/types/browser_create_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class BrowserCreateResponse(BaseModel):
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
configurations are supported. The server will reject unsupported combinations.
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
automatically determined from the width and height if they match a supported
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
be automatically determined from the width and height if they match a supported
configuration exactly. Note: Higher resolutions may affect the responsiveness of
live view browser
"""
4 changes: 2 additions & 2 deletions src/kernel/types/browser_list_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class BrowserListResponseItem(BaseModel):
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
configurations are supported. The server will reject unsupported combinations.
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
automatically determined from the width and height if they match a supported
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
be automatically determined from the width and height if they match a supported
configuration exactly. Note: Higher resolutions may affect the responsiveness of
live view browser
"""
Expand Down
4 changes: 2 additions & 2 deletions src/kernel/types/browser_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class BrowserRetrieveResponse(BaseModel):
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
configurations are supported. The server will reject unsupported combinations.
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
automatically determined from the width and height if they match a supported
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
be automatically determined from the width and height if they match a supported
configuration exactly. Note: Higher resolutions may affect the responsiveness of
live view browser
"""