diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79a4b2..230c4ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Get GitHub OIDC Token if: github.repository == 'stainless-sdks/kernel-typescript' id: github-oidc - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: core.setOutput('github_token', await core.getIDToken()); diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9800444..8316a6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.29.0" } diff --git a/.stats.yml b/.stats.yml index bcbec15..470e498 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 97 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-d430a8e3407ceb608d912cabadbcb016b4fcf057ca56b3bbd179ea3b3121b484.yml -openapi_spec_hash: 8adbf013baf77abacaf04ed067749397 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-46c8320dcd9f8fc596f469ef0dd1aafaca591ab36cf2a6f8a7297dc9136bdc71.yml +openapi_spec_hash: 1be1e6589cd94c581b241720e01a65bc config_hash: b470456b217bb9502f5212311d395a6f diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bd638..c47d06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.29.0 (2026-01-29) + +Full Changelog: [v0.28.0...v0.29.0](https://github.com/kernel/kernel-node-sdk/compare/v0.28.0...v0.29.0) + +### Features + +* add support for 1280x800@60 viewport ([87e91f2](https://github.com/kernel/kernel-node-sdk/commit/87e91f2bb76ed63ca56e69a936b479632a452be4)) + + +### Chores + +* **ci:** upgrade `actions/github-script` ([e56d4bf](https://github.com/kernel/kernel-node-sdk/commit/e56d4bffb8850fba35517ada61b54cd0fd6c6e3b)) + ## 0.28.0 (2026-01-22) Full Changelog: [v0.27.0...v0.28.0](https://github.com/kernel/kernel-node-sdk/compare/v0.27.0...v0.28.0) diff --git a/package.json b/package.json index d8a1dfd..605cedd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onkernel/sdk", - "version": "0.28.0", + "version": "0.29.0", "description": "The official TypeScript library for the Kernel API", "author": "Kernel <>", "types": "dist/index.d.ts", diff --git a/src/resources/browser-pools.ts b/src/resources/browser-pools.ts index b05ad66..ac2a128 100644 --- a/src/resources/browser-pools.ts +++ b/src/resources/browser-pools.ts @@ -243,8 +243,8 @@ export namespace BrowserPool { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -322,8 +322,8 @@ export interface BrowserPoolAcquireResponse { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -394,8 +394,8 @@ export interface BrowserPoolCreateParams { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -472,8 +472,8 @@ export interface BrowserPoolUpdateParams { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ diff --git a/src/resources/browsers/browsers.ts b/src/resources/browsers/browsers.ts index 8d7c1e8..f9b244f 100644 --- a/src/resources/browsers/browsers.ts +++ b/src/resources/browsers/browsers.ts @@ -316,8 +316,8 @@ export interface BrowserCreateResponse { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -392,8 +392,8 @@ export interface BrowserRetrieveResponse { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -468,8 +468,8 @@ export interface BrowserUpdateResponse { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -544,8 +544,8 @@ export interface BrowserListResponse { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ @@ -614,8 +614,8 @@ export interface BrowserCreateParams { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ diff --git a/src/resources/shared.ts b/src/resources/shared.ts index 3a3112b..600b53d 100644 --- a/src/resources/shared.ts +++ b/src/resources/shared.ts @@ -56,8 +56,8 @@ export interface BrowserProfile { * image defaults apply (1920x1080@25). 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, 1200x800@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1280x800@60, 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 */ diff --git a/src/version.ts b/src/version.ts index 3e76cc4..bef2b64 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.28.0'; // x-release-please-version +export const VERSION = '0.29.0'; // x-release-please-version