Skip to content

Commit 2ab7556

Browse files
authored
Merge pull request #55 from onkernel/release-please--branches--main--changes--next
release: 0.19.1
2 parents 991d9e1 + 14150b0 commit 2ab7556

File tree

10 files changed

+25
-17
lines changed

10 files changed

+25
-17
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.0"
2+
".": "0.19.1"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 66
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml
3-
openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
3+
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
44
config_hash: 9421eb86b7f3f4b274f123279da3858e

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.19.1 (2025-11-13)
4+
5+
Full Changelog: [v0.19.0...v0.19.1](https://github.com/onkernel/kernel-python-sdk/compare/v0.19.0...v0.19.1)
6+
7+
### Features
8+
9+
* Add support for 1200x800 ([1a8c6b5](https://github.com/onkernel/kernel-python-sdk/commit/1a8c6b5bbd91ddc2ab36b579f2fbd5552864259b))
10+
311
## 0.19.0 (2025-11-12)
412

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kernel"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "The official Python library for the kernel API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/kernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "kernel"
4-
__version__ = "0.19.0" # x-release-please-version
4+
__version__ = "0.19.1" # x-release-please-version

src/kernel/resources/browsers/browsers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ def create(
175175
image defaults apply (commonly 1024x768@60). Only specific viewport
176176
configurations are supported. The server will reject unsupported combinations.
177177
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
178-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
179-
automatically determined from the width and height if they match a supported
178+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
179+
be automatically determined from the width and height if they match a supported
180180
configuration exactly. Note: Higher resolutions may affect the responsiveness of
181181
live view browser
182182
@@ -483,8 +483,8 @@ async def create(
483483
image defaults apply (commonly 1024x768@60). Only specific viewport
484484
configurations are supported. The server will reject unsupported combinations.
485485
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
486-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
487-
automatically determined from the width and height if they match a supported
486+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
487+
be automatically determined from the width and height if they match a supported
488488
configuration exactly. Note: Higher resolutions may affect the responsiveness of
489489
live view browser
490490

src/kernel/types/browser_create_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class BrowserCreateParams(TypedDict, total=False):
7070
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
7171
configurations are supported. The server will reject unsupported combinations.
7272
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
73-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
74-
automatically determined from the width and height if they match a supported
73+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
74+
be automatically determined from the width and height if they match a supported
7575
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7676
live view browser
7777
"""

src/kernel/types/browser_create_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class BrowserCreateResponse(BaseModel):
6767
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
6868
configurations are supported. The server will reject unsupported combinations.
6969
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
70-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
71-
automatically determined from the width and height if they match a supported
70+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
71+
be automatically determined from the width and height if they match a supported
7272
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7373
live view browser
7474
"""

src/kernel/types/browser_list_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class BrowserListResponseItem(BaseModel):
6868
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
6969
configurations are supported. The server will reject unsupported combinations.
7070
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
71-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
72-
automatically determined from the width and height if they match a supported
71+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
72+
be automatically determined from the width and height if they match a supported
7373
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7474
live view browser
7575
"""

src/kernel/types/browser_retrieve_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class BrowserRetrieveResponse(BaseModel):
6767
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
6868
configurations are supported. The server will reject unsupported combinations.
6969
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
70-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
71-
automatically determined from the width and height if they match a supported
70+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
71+
be automatically determined from the width and height if they match a supported
7272
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7373
live view browser
7474
"""

0 commit comments

Comments
 (0)