# Changelog

## 0.72.0 (2026-06-26)

Full Changelog: [v0.71.1...v0.72.0](https://github.com/kernel/kernel-node-sdk/compare/v0.71.1...v0.72.0)

### ⚠ BREAKING CHANGES

* browser pool `profile` is now `BrowserPoolProfile` (id/name only); `save_changes` is no longer accepted on pool profiles. Wire-compatible for inline callers; typed callers must update. Sending `save_changes` on a pool used to return `400` and is now silently ignored.

### Chores

* re-release browser pool profile change as 0.72.0 ([3efca49](https://github.com/kernel/kernel-node-sdk/commit/3efca4930b67cb8460bc8c3880cc38fa8d026309))

## 0.71.1 (2026-06-26)

Full Changelog: [v0.71.0...v0.71.1](https://github.com/kernel/kernel-node-sdk/compare/v0.71.0...v0.71.1)

### Bug Fixes

* **api:** browser pool profile omits save_changes (BrowserPoolProfile) ([41f382e](https://github.com/kernel/kernel-node-sdk/commit/41f382e07d767dd998533de4e2904f5db46b1ea8))

## 0.71.0 (2026-06-26)

Full Changelog: [v0.70.0...v0.71.0](https://github.com/kernel/kernel-node-sdk/compare/v0.70.0...v0.71.0)

### Features

* Add auth connection event timeline endpoint ([460845e](https://github.com/kernel/kernel-node-sdk/commit/460845e5171937bc16bbcb03b93bf95f659b8e64))
* Expose audit logs in public SDK ([e08b560](https://github.com/kernel/kernel-node-sdk/commit/e08b560f83fd5532f2e45940dd2b92bdbbe27951))

## 0.70.0 (2026-06-24)

Full Changelog: [v0.69.0...v0.70.0](https://github.com/kernel/kernel-node-sdk/compare/v0.69.0...v0.70.0)

### Features

* Add GET /browsers/{id}/telemetry/events (read from S2) ([ea6e530](https://github.com/kernel/kernel-node-sdk/commit/ea6e530b0b5a6a0c9894d210d11561cafd6efce0))
* Align browser-pool timeout/viewport/fill-rate contract with implementation; reject save_changes on update ([3d11ac3](https://github.com/kernel/kernel-node-sdk/commit/3d11ac39a69d4ac0692e3a382d7fe8a7c09a6b18))
* api: support per-acquire start_url override on browser pool acquire ([9c18267](https://github.com/kernel/kernel-node-sdk/commit/9c182671033468c6d1ee262938cf69991310947e))
* **api:** add GET /extensions/{id_or_name}/metadata ([7d4d430](https://github.com/kernel/kernel-node-sdk/commit/7d4d43047db620474d7216543516775a56598b5d))
* **api:** resolve GET /org/projects/{id} by ID or name ([8503b01](https://github.com/kernel/kernel-node-sdk/commit/8503b0141181d9501710befe7e4b592631250feb))
* Forward replay param through telemetry stream passthrough ([feafd18](https://github.com/kernel/kernel-node-sdk/commit/feafd18c80e73aa304dd3628d23f10dc288c8ab8))


### Bug Fixes

* don't misroute telemetry/events to the browser VM ([2f75392](https://github.com/kernel/kernel-node-sdk/commit/2f75392bef0d5fabebcf0d6e86f3a8ea8794138e))

## 0.69.0 (2026-06-18)

Full Changelog: [v0.68.0...v0.69.0](https://github.com/kernel/kernel-node-sdk/compare/v0.68.0...v0.69.0)

### Features

* Add free-text search to remaining paginated list endpoints ([bc595a5](https://github.com/kernel/kernel-node-sdk/commit/bc595a51a8d1f53ec70b56ecf2fbc0ade8d471ff))


### Bug Fixes

* **client:** send content-type header for requests with an omitted optional body ([2cde4eb](https://github.com/kernel/kernel-node-sdk/commit/2cde4eb8a2469ffe31bad3462e9c3e3339d9bd7c))

## 0.68.0 (2026-06-15)

Full Changelog: [v0.67.0...v0.68.0](https://github.com/kernel/kernel-node-sdk/compare/v0.67.0...v0.68.0)

### Features

* Add API key rotate endpoint ([c0d9f90](https://github.com/kernel/kernel-node-sdk/commit/c0d9f9023e79159def22465bb2249fdbd689cd98))
* **api:** surface deleted/expired API keys for audit trail (KERNEL-1350) ([2b7164c](https://github.com/kernel/kernel-node-sdk/commit/2b7164c38b4ecc99faf594914a6e2c6b4b094afb))


### Bug Fixes

* **pagination:** fail loudly when X-Has-More contradicts a missing X-Next-Offset ([994749d](https://github.com/kernel/kernel-node-sdk/commit/994749dd56176dfae27a60d9b8df6bf10c335eb8))
* **pagination:** stop on the X-Next-Offset 0 sentinel, not just has_more ([d318410](https://github.com/kernel/kernel-node-sdk/commit/d3184109680279c5c6565f730c874ae04c52a58d))
* **pagination:** stop skipping a page per auto-pagination iteration ([f7bf2d9](https://github.com/kernel/kernel-node-sdk/commit/f7bf2d92d25c85be6b0b33d6ce738f75917dceff))


### Styles

* prettier-format pagination test ([16ee899](https://github.com/kernel/kernel-node-sdk/commit/16ee899f00f755d72db94fe7cd37c1af1770d51f))


### Refactors

* **api:** align API key audit surface with browser sibling (KERNEL-1350) ([faf4119](https://github.com/kernel/kernel-node-sdk/commit/faf4119ff60ad8805c20e01f05ea59684dc91205))

## 0.67.0 (2026-06-11)

Full Changelog: [v0.66.0...v0.67.0](https://github.com/kernel/kernel-node-sdk/compare/v0.66.0...v0.67.0)

### Features

* Add project_id SDK client option mapped to X-Kernel-Project-Id ([2de4df2](https://github.com/kernel/kernel-node-sdk/commit/2de4df21f6d2d2dd570bed37c4da34b2df34cf83))


### Documentation

* **api:** correct project-scoping descriptions in OpenAPI spec ([5320bde](https://github.com/kernel/kernel-node-sdk/commit/5320bdeec70aa344ccdf2c7f601574c655a8eac1))

## 0.66.0 (2026-06-10)

Full Changelog: [v0.65.0...v0.66.0](https://github.com/kernel/kernel-node-sdk/compare/v0.65.0...v0.66.0)

### Features

* Add org-level default per-project concurrency cap ([b5aa208](https://github.com/kernel/kernel-node-sdk/commit/b5aa208786bf91940ba8e9efec4eaa34c2e9f547))
* Support updating browser session name and tags via PATCH ([608cb36](https://github.com/kernel/kernel-node-sdk/commit/608cb360a226f5968f253ea3ab928231f649c12e))

## 0.65.0 (2026-06-08)

Full Changelog: [v0.64.0...v0.65.0](https://github.com/kernel/kernel-node-sdk/compare/v0.64.0...v0.65.0)

### Features

* **api:** allow setting a name and tags on a pool-acquired browser session ([0c107dd](https://github.com/kernel/kernel-node-sdk/commit/0c107ddca43080fea6e209e252b49e697035d7f8))
* **api:** support id-or-name lookup on browser session get/patch/delete ([1384691](https://github.com/kernel/kernel-node-sdk/commit/1384691c39a0af40184379b50417f7cfeb34ed60))

## 0.64.0 (2026-06-05)

Full Changelog: [v0.63.0...v0.64.0](https://github.com/kernel/kernel-node-sdk/compare/v0.63.0...v0.64.0)

### Features

* Telemetry: expose opt-in categories + full event taxonomy (public API) ([6694395](https://github.com/kernel/kernel-node-sdk/commit/66943955bff80f219199e13961315750075acc52))

## 0.63.0 (2026-06-05)

Full Changelog: [v0.62.0...v0.63.0](https://github.com/kernel/kernel-node-sdk/compare/v0.62.0...v0.63.0)

### Features

* **api:** allow setting a custom name on a browser session at create time ([1c1b647](https://github.com/kernel/kernel-node-sdk/commit/1c1b647518635e41e9ff3aec818917c9f7d02ab9))
* **api:** allow setting key-value tags on a browser session at create time ([93f8e0e](https://github.com/kernel/kernel-node-sdk/commit/93f8e0e46477364d095503e0d0c276e4f14d2bbc))


### Documentation

* **api:** use neutral example for browser session name field ([316ea2e](https://github.com/kernel/kernel-node-sdk/commit/316ea2eb22cee52340deb53299bb131c9391aa6e))

## 0.62.0 (2026-06-04)

Full Changelog: [v0.61.0...v0.62.0](https://github.com/kernel/kernel-node-sdk/compare/v0.61.0...v0.62.0)

### Features

* api: paginate GET /browser_pools ([694525a](https://github.com/kernel/kernel-node-sdk/commit/694525a66e8c30775e043593e8b81c60d0b6929b))
* api: paginate GET /extensions ([df67fdd](https://github.com/kernel/kernel-node-sdk/commit/df67fddc43df68b01c50eb484a75bd1335a7632d))
* api: paginate GET /org/credential_providers ([2976140](https://github.com/kernel/kernel-node-sdk/commit/2976140c1d35046ab5fff05b1419f74e39b1be5e))
* api: paginate GET /proxies ([1520c55](https://github.com/kernel/kernel-node-sdk/commit/1520c5542688f2621483e8d62701b0fc07de731a))

## 0.61.0 (2026-06-03)

Full Changelog: [v0.60.0...v0.61.0](https://github.com/kernel/kernel-node-sdk/compare/v0.60.0...v0.61.0)

### Features

* Add record_audio option to browser replay recording API ([fe210bc](https://github.com/kernel/kernel-node-sdk/commit/fe210bcc49e0b0d404afa3e63e67c3dbf05f7ae1))

## 0.60.0 (2026-06-03)

Full Changelog: [v0.59.0...v0.60.0](https://github.com/kernel/kernel-node-sdk/compare/v0.59.0...v0.60.0)

### Features

* Add API-backed API key management endpoints ([1e0f035](https://github.com/kernel/kernel-node-sdk/commit/1e0f035be5c62191399afa4843eb5b15f32001e6))
* Fix browser pool update schema ([a0c377d](https://github.com/kernel/kernel-node-sdk/commit/a0c377d9a05c8f3f81c763be868b60d53663f772))
* route browser telemetry directly to the VM by default ([2c4d153](https://github.com/kernel/kernel-node-sdk/commit/2c4d153399f48723d5eb4680379426029356e44c))


### Refactors

* **examples:** rename telemetry example to browser-telemetry ([2030547](https://github.com/kernel/kernel-node-sdk/commit/203054736d39a77e3e55895668130655a680b0c5))

## 0.59.0 (2026-06-03)

Full Changelog: [v0.58.0...v0.59.0](https://github.com/kernel/kernel-node-sdk/compare/v0.58.0...v0.59.0)

### Features

* api: surface category field on browser telemetry events ([131f0e9](https://github.com/kernel/kernel-node-sdk/commit/131f0e923dc19f803330fb0397fd42aa8c738cd1))
* **api:** move browser telemetry SSE stream to /browsers/{id}/telemetry/stream ([a5a2d33](https://github.com/kernel/kernel-node-sdk/commit/a5a2d33608865eae65d1dd94c0a82e7da1626dd9))
* Support Byteful mobile proxies ([c591523](https://github.com/kernel/kernel-node-sdk/commit/c591523059b7032d3081b7c2d996f92ede3eeff7))


### Bug Fixes

* **api:** move batch + get_mouse_position into Browser Computer Controls tag ([2798284](https://github.com/kernel/kernel-node-sdk/commit/27982848c92f285163665421815f46a43cfef129))

## 0.58.0 (2026-05-27)

Full Changelog: [v0.57.0...v0.58.0](https://github.com/kernel/kernel-node-sdk/compare/v0.57.0...v0.58.0)

### Features

* [codex] Expose API keys in SDK config ([342f436](https://github.com/kernel/kernel-node-sdk/commit/342f436fe2c9833ed2c418eff3d018a1538acef5))
* Fix API key request model SDK metadata ([464c2ee](https://github.com/kernel/kernel-node-sdk/commit/464c2eec36533b1346aa215f6050e4a9cedaf87e))
* Support telemetry enabled request config and fix SDK metadata ([14d3265](https://github.com/kernel/kernel-node-sdk/commit/14d3265acdd9911f08fff8ff7fde51561a226845))

## 0.57.0 (2026-05-26)

Full Changelog: [v0.55.0...v0.57.0](https://github.com/kernel/kernel-node-sdk/compare/v0.55.0...v0.57.0)

### Features

* [kernel-1116] browser events api integration ([958614b](https://github.com/kernel/kernel-node-sdk/commit/958614b4a683675d7e00d901fee039515f94df6a))
* api: dual-route /projects under /org/projects, deprecate /projects ([e333d62](https://github.com/kernel/kernel-node-sdk/commit/e333d62b51b1f119f6f0b25798ca62a1d49eaf72))
* **api:** type can_reauth_reason as an enum on ManagedAuth ([be986fa](https://github.com/kernel/kernel-node-sdk/commit/be986fabf5305bfaa447f88225750a1c054a1a8e))
* browsers: accept chrome_policy on POST /browsers (KERNEL-1216) ([e3b32bb](https://github.com/kernel/kernel-node-sdk/commit/e3b32bb8178e98e4ea15fb358a3e370dd96d0315))
* EOL persistent browsers: openapi limits ([4dced80](https://github.com/kernel/kernel-node-sdk/commit/4dced80cd4f8cc1057717e0110ac043575290367))
* Expose POST /projects in public API ([e251459](https://github.com/kernel/kernel-node-sdk/commit/e251459afc038f2e15eef5ab77b91b398a75eae1))
* Support telemetry enabled request config ([2aea49f](https://github.com/kernel/kernel-node-sdk/commit/2aea49f341f7cc1a2f8e99a5112e831bbcfdcd4e))


### Bug Fixes

* **typescript:** upgrade tsc-multi so that it works with Node 26 ([46e3fb5](https://github.com/kernel/kernel-node-sdk/commit/46e3fb57502dcf44dd4c972fc42fb09c30eab6eb))


### Chores

* **tests:** remove redundant File import ([1677dc1](https://github.com/kernel/kernel-node-sdk/commit/1677dc13811672b22ec12102bda30755fa4d1f6f))

## 0.55.0 (2026-05-15)

Full Changelog: [v0.54.0...v0.55.0](https://github.com/kernel/kernel-node-sdk/compare/v0.54.0...v0.55.0)

### Features

* Add health check and auto-reauth controls for managed auth connections ([259c75b](https://github.com/kernel/kernel-node-sdk/commit/259c75be12f66c2180fb20c83269573bc5c2b00a))
* Polish start URL OpenAPI descriptions ([6f9e3d9](https://github.com/kernel/kernel-node-sdk/commit/6f9e3d97031b8f5dd3536a86b65a1b45f27f6af1))

## 0.54.0 (2026-05-13)

Full Changelog: [v0.53.0...v0.54.0](https://github.com/kernel/kernel-node-sdk/compare/v0.53.0...v0.54.0)

### Features

* Add opt-in record_session flag to managed auth ([0fd9a82](https://github.com/kernel/kernel-node-sdk/commit/0fd9a82f23facc069946bc635da0c3d023d30087))
* managed-auth: surface awaiting_external_action even when fallback actions exist ([4d3eacd](https://github.com/kernel/kernel-node-sdk/commit/4d3eacd52096f9a497a492388af8acb99f4b8802))


### Documentation

* clarify record_session description in OpenAPI spec ([de53ea5](https://github.com/kernel/kernel-node-sdk/commit/de53ea541914c933e3828db73a4104ef8f27c447))

## 0.53.0 (2026-05-12)

Full Changelog: [v0.52.0...v0.53.0](https://github.com/kernel/kernel-node-sdk/compare/v0.52.0...v0.53.0)

### Features

* Add 'switch' MFA option type for generic method-switcher links ([856e76b](https://github.com/kernel/kernel-node-sdk/commit/856e76bd7344762e3ef3041fba14dd325466c558))
* **api:** server-side search on GET /projects ([0f26037](https://github.com/kernel/kernel-node-sdk/commit/0f260373c9266c632c2a2990317a9239caa6f24e))
* browser_pools: add start_url config (KERNEL-1217 PR 2) ([ce4fd29](https://github.com/kernel/kernel-node-sdk/commit/ce4fd29801277fd8d96aa6c56324222f3f8b5d34))
* Scope name uniqueness to project for profiles, session_pools, extensions, credentials ([f552873](https://github.com/kernel/kernel-node-sdk/commit/f552873b94a67ba8d12a71785cb1cf6bcc047033))


### Bug Fixes

* remove incorrect setup-bun input — project uses yarn ([48c75c6](https://github.com/kernel/kernel-node-sdk/commit/48c75c6d157c05d9bd92ca9294efb89f81c65ada))


### Chores

* redact api-key headers in debug logs ([0052fe0](https://github.com/kernel/kernel-node-sdk/commit/0052fe0fbaf8eeca6ac833b2de0a20f0a97a2475))

## 0.52.0 (2026-04-29)

Full Changelog: [v0.51.0...v0.52.0](https://github.com/kernel/kernel-node-sdk/compare/v0.51.0...v0.52.0)

### Features

* profile download: 409 for empty profile + surface API errors in dashboard ([db164ab](https://github.com/kernel/kernel-node-sdk/commit/db164abb21ef046db547e13d1b9cdeab2aa1fcf4))
* support setting headers via env ([1a5897b](https://github.com/kernel/kernel-node-sdk/commit/1a5897b9f941b59622b82f1cc6244109b8c70bc6))


### Chores

* **format:** run eslint and prettier separately ([127af86](https://github.com/kernel/kernel-node-sdk/commit/127af86528c1c942c2b8b2af6c9e367f4acb832f))
* **internal:** codegen related update ([98c6a4b](https://github.com/kernel/kernel-node-sdk/commit/98c6a4b6e8cce127205f690b9f0b1d8f8ae333c9))
* prettier format browser routing example ([d530ee3](https://github.com/kernel/kernel-node-sdk/commit/d530ee341694c72f095fc12c1f417dbd5a5a7a51))


### Documentation

* print response body and clarify fetch() / Response semantics ([125c74d](https://github.com/kernel/kernel-node-sdk/commit/125c74db4b373d14b37ef898718dc2b18cf1d5ad))
* show both raw streaming and buffered curl in routing example ([47e2462](https://github.com/kernel/kernel-node-sdk/commit/47e2462511cbd04605612b4a76e692d635e3ef06))

## 0.51.0 (2026-04-25)

Full Changelog: [v0.50.0...v0.51.0](https://github.com/kernel/kernel-node-sdk/compare/v0.50.0...v0.51.0)

### Features

* add browser-scoped session client ([94228be](https://github.com/kernel/kernel-node-sdk/commit/94228be699cc42b42caccba4b179875fc6bfcab3))
* Expire stuck IN_PROGRESS managed auth sessions via background worker ([8c5e75d](https://github.com/kernel/kernel-node-sdk/commit/8c5e75d924c6a77703afa260cc2f5046e2617303))
* Expose browser_session_id on managed auth connection ([410b647](https://github.com/kernel/kernel-node-sdk/commit/410b647f81d64dc632ccc6f8fb09bbb2a364b49d))
* generate browser-scoped session bindings ([e730af8](https://github.com/kernel/kernel-node-sdk/commit/e730af816f72663041170b4602c009ae5e86ba9c))
* restore node browser fetch helper ([b09434e](https://github.com/kernel/kernel-node-sdk/commit/b09434ec0642ec166a749beccc985510ed3a4723))


### Bug Fixes

* clean up node browser routing lint drift ([7a56ab6](https://github.com/kernel/kernel-node-sdk/commit/7a56ab6c6c08697f1a6c4ddc104a9c6abab5bd98))
* drop node browser routing branch churn ([2f16386](https://github.com/kernel/kernel-node-sdk/commit/2f1638684e9e687f26c24bd7e2d54bb335810ef8))
* enforce browser base_url routing ([d835f69](https://github.com/kernel/kernel-node-sdk/commit/d835f6925b8940bbf58703ddbb03858117f0e070))
* evict deleted browser routes ([2d0056e](https://github.com/kernel/kernel-node-sdk/commit/2d0056e0dabe2e4716d50d053a12e2b8e95048a0))
* handle browser pool route cache updates ([81e47ca](https://github.com/kernel/kernel-node-sdk/commit/81e47caffea08415750b6a3480b59a4f698c4187))
* keep browser routing helpers out of generated code ([a76f7ae](https://github.com/kernel/kernel-node-sdk/commit/a76f7ae7e8d040835cd38eb026fad626dfa718db))
* limit browser route cache sniffing ([0e0e88f](https://github.com/kernel/kernel-node-sdk/commit/0e0e88fd88d3f1c11a9b3dc5f10c3c379a10bf96))
* preserve browser routing fetch options ([9b24280](https://github.com/kernel/kernel-node-sdk/commit/9b242808521a9960ce48174af2e3e2ccb30a7a84))
* require base_url for browser-scoped routing ([ae9a739](https://github.com/kernel/kernel-node-sdk/commit/ae9a739d0b1026b3ebf71d6f7d11ce52070cf42e))
* restore generated types formatting ([a7ff9bc](https://github.com/kernel/kernel-node-sdk/commit/a7ff9bcae419cefbebaccaf4e07545504ec39356))
* simplify node browser routing helpers ([fdd3adf](https://github.com/kernel/kernel-node-sdk/commit/fdd3adf1cd0bbd669a6aa2cd053359256735d9a7))


### Chores

* **internal:** more robust bootstrap script ([4ba0696](https://github.com/kernel/kernel-node-sdk/commit/4ba0696f2b38548f3dcb6763cddd3490b090f658))


### Documentation

* restore raw http example in browser routing demo ([0d9ddce](https://github.com/kernel/kernel-node-sdk/commit/0d9ddced05e9b030efd055ccf9fc75080ec6dcec))


### Refactors

* move node browser routing rollout to env ([00c91ef](https://github.com/kernel/kernel-node-sdk/commit/00c91ef1de5a18604fe6e66a57227a2cc794cdba))
* rename browser routing subresources config ([7030d96](https://github.com/kernel/kernel-node-sdk/commit/7030d969217535fd7e29215ef1e45e8625e6c3e4))
* replace browser-scoped client with browser routing cache ([2f12277](https://github.com/kernel/kernel-node-sdk/commit/2f1227728f83205144169be48de7b4f145f920d7))
* simplify browser routing cache ([2082705](https://github.com/kernel/kernel-node-sdk/commit/20827054115bd07042359acc6a167c72ab8a581f))

## 0.50.0 (2026-04-20)

Full Changelog: [v0.49.0...v0.50.0](https://github.com/kernel/kernel-node-sdk/compare/v0.49.0...v0.50.0)

### Features

* add POST /browsers/{id}/curl and /curl/raw endpoints ([e60b999](https://github.com/kernel/kernel-node-sdk/commit/e60b999ed881b76a29ba949e691af35793b0e694))
* remove paid plan gating from project endpoints ([deee93a](https://github.com/kernel/kernel-node-sdk/commit/deee93a6df11b6c0849a24dd888781678bb8379c))


### Bug Fixes

* include MFA and sign-in options in CUA SSO-only step response ([516f87b](https://github.com/kernel/kernel-node-sdk/commit/516f87b537e0b84fb5559bfea1c40221003694ec))


### Chores

* **internal:** codegen related update ([591019f](https://github.com/kernel/kernel-node-sdk/commit/591019fd1f305d69dd5641fe6c1de39a796e3d94))

## 0.49.0 (2026-04-10)

Full Changelog: [v0.48.0...v0.49.0](https://github.com/kernel/kernel-node-sdk/compare/v0.48.0...v0.49.0)

### Features

* Neil/kernel 1180 fuzzy matching for browser pools ([3ded8c0](https://github.com/kernel/kernel-node-sdk/commit/3ded8c028fbc1ca0aa3084082e48d026409c1a86))
* Raise replay framerate limit from 20 to 60 fps ([63c8751](https://github.com/kernel/kernel-node-sdk/commit/63c8751a245012180b37efb77f689a95dadc806a))

## 0.48.0 (2026-04-10)

Full Changelog: [v0.47.0...v0.48.0](https://github.com/kernel/kernel-node-sdk/compare/v0.47.0...v0.48.0)

### Features

* [kernel-1116] add base_url field to browser session response ([50cc800](https://github.com/kernel/kernel-node-sdk/commit/50cc8004d30cb579d1fb789be0092610b0c67d2a))


### Chores

* **internal:** codegen related update ([87b21a8](https://github.com/kernel/kernel-node-sdk/commit/87b21a8d12f82d8f88b6a4651954c6a42f09d201))
* retrigger Stainless codegen for projects resource ([068027a](https://github.com/kernel/kernel-node-sdk/commit/068027a7b58e3234b99c8b87fe7ef4610f33f941))

## 0.47.0 (2026-04-07)

Full Changelog: [v0.46.0...v0.47.0](https://github.com/kernel/kernel-node-sdk/compare/v0.46.0...v0.47.0)

### Features

* Include login_url in managed auth connection response ([8900a89](https://github.com/kernel/kernel-node-sdk/commit/8900a895eaf957e902b7f26752419548fdde224e))

## 0.46.0 (2026-04-06)

Full Changelog: [v0.45.0...v0.46.0](https://github.com/kernel/kernel-node-sdk/compare/v0.45.0...v0.46.0)

### Features

* Add optional url parameter to proxy check endpoint ([eb53ca2](https://github.com/kernel/kernel-node-sdk/commit/eb53ca23e7ec879ff93ca9c3b76413f98c6dbd87))


### Bug Fixes

* **internal:** gitignore generated `oidc` dir ([2e37932](https://github.com/kernel/kernel-node-sdk/commit/2e3793282c496980415e3fac8cedaaff49d143a5))

## 0.45.0 (2026-03-30)

Full Changelog: [v0.44.0...v0.45.0](https://github.com/kernel/kernel-node-sdk/compare/v0.44.0...v0.45.0)

### Features

* [kernel-1008] browser pools add custom policy ([4425fd1](https://github.com/kernel/kernel-node-sdk/commit/4425fd17c82a65519212e2abc78fc5e0af432f87))
* Add disable_default_proxy for stealth browsers ([d45ae2f](https://github.com/kernel/kernel-node-sdk/commit/d45ae2f215032f925ecf493acf61636ec57ac5b4))


### Chores

* **ci:** skip lint on metadata-only changes ([4417a72](https://github.com/kernel/kernel-node-sdk/commit/4417a7212f71689e8eb7f31e6fbd14a2b3388cc3))
* **internal:** codegen related update ([302cab1](https://github.com/kernel/kernel-node-sdk/commit/302cab1ffd51d805a819313dacff719e6268a738))
* **internal:** update gitignore ([0e536f0](https://github.com/kernel/kernel-node-sdk/commit/0e536f09ab1a8b54da212d3f530602efb5df08cc))

## 0.44.0 (2026-03-20)

Full Changelog: [v0.43.0...v0.44.0](https://github.com/kernel/kernel-node-sdk/compare/v0.43.0...v0.44.0)

### Features

* Add GPU viewport presets and GPU encoder defaults ([693e4f6](https://github.com/kernel/kernel-node-sdk/commit/693e4f6cdd4d2db7524c2ff22ec99c2013cf6279))
* Adds description to OAS spec for docs about delta_x, delta_y ([7aa9d1e](https://github.com/kernel/kernel-node-sdk/commit/7aa9d1eed6890de62f92edac3bbccff8565b1d57))
* Drop headless GPU support and disable pooling ([762670e](https://github.com/kernel/kernel-node-sdk/commit/762670ef4e3c6126a4c541eb67f49b2565504e40))
* Enhance managed authentication with CUA support and new features ([2d89c68](https://github.com/kernel/kernel-node-sdk/commit/2d89c683d2cb4249dfea19407bc5064dd8bb9131))
* expose smooth drag mouse movement via public API ([b9911dd](https://github.com/kernel/kernel-node-sdk/commit/b9911dd1c37610192c9ef70e1344f7b93a191f24))
* Rename hardware acceleration UI/docs wording to GPU acceleration ([1d22910](https://github.com/kernel/kernel-node-sdk/commit/1d22910d61a9baec560384fd0485fc0bb9216371))


### Chores

* **internal:** tweak CI branches ([256d3ff](https://github.com/kernel/kernel-node-sdk/commit/256d3ff87c9744a8017a4fa93e21ec05118dbfca))

## 0.43.0 (2026-03-10)

Full Changelog: [v0.42.1...v0.43.0](https://github.com/kernel/kernel-node-sdk/compare/v0.42.1...v0.43.0)

### Features

* Add webdriver_ws_url and metro webdriver session proxy ([cff6562](https://github.com/kernel/kernel-node-sdk/commit/cff6562f4488fd3dd4131f8bdac10ccb81173f43))


### Bug Fixes

* **client:** preserve URL params already embedded in path ([d7ab66f](https://github.com/kernel/kernel-node-sdk/commit/d7ab66fa9cb44f5b56113ff57f745b86d10e4ba8))


### Chores

* **ci:** skip uploading artifacts on stainless-internal branches ([2e40c24](https://github.com/kernel/kernel-node-sdk/commit/2e40c24ead5d5d2b8a98d0dde705e62d346b63ae))
* **internal:** codegen related update ([1185eae](https://github.com/kernel/kernel-node-sdk/commit/1185eae6d84aadd098de9429a24192187a00a74c))
* **internal:** update dependencies to address dependabot vulnerabilities ([51c1411](https://github.com/kernel/kernel-node-sdk/commit/51c14111248aa4d876e829da2f7ef01216238aa5))
* update placeholder string ([7608d8b](https://github.com/kernel/kernel-node-sdk/commit/7608d8b49713c24693c52d2eee64284f974158af))

## 0.42.1 (2026-03-05)

Full Changelog: [v0.42.0...v0.42.1](https://github.com/kernel/kernel-node-sdk/compare/v0.42.0...v0.42.1)

### Features

* [kernel-1028] add api clipboard support ([1ff017f](https://github.com/kernel/kernel-node-sdk/commit/1ff017f131009649dfc46318e351cb8d8ea07fff))
* add force flag to viewport resize to bypass live view/recording check ([0a65b3a](https://github.com/kernel/kernel-node-sdk/commit/0a65b3a32d1b3c970580c0673b226c0f4cd63721))
* expose smooth mouse movement via public API ([070c915](https://github.com/kernel/kernel-node-sdk/commit/070c9156259bfdb5e33f0809adc6f70f7ce1a37e))


### Bug Fixes

* use indexed bracket notation for multipart array encoding ([e2a7664](https://github.com/kernel/kernel-node-sdk/commit/e2a766470f90573d351c8507344b8e98c1f13cb6))


### Chores

* **internal:** codegen related update ([d55e6f5](https://github.com/kernel/kernel-node-sdk/commit/d55e6f590bf52a54ab1de762eb729fba2ce77c9a))

## 0.42.0 (2026-03-02)

Full Changelog: [v0.41.0...v0.42.0](https://github.com/kernel/kernel-node-sdk/compare/v0.41.0...v0.42.0)

### Features

* Neil/kernel 1052 deployments list endpoint ([ef0293a](https://github.com/kernel/kernel-node-sdk/commit/ef0293a781c384873758b3ac13021e0fadc6c88a))


### Chores

* **internal:** move stringifyQuery implementation to internal function ([6c5754b](https://github.com/kernel/kernel-node-sdk/commit/6c5754b181e0f7abf9bcf8b6c5dfc7d7dbfda8ac))

## 0.41.0 (2026-02-27)

Full Changelog: [v0.40.0...v0.41.0](https://github.com/kernel/kernel-node-sdk/compare/v0.40.0...v0.41.0)

### Features

* Return uptime_ms for deleted browser sessions ([a1569fa](https://github.com/kernel/kernel-node-sdk/commit/a1569fabd84b7b1a16aba3183eb54f73edb5d9e2))

## 0.40.0 (2026-02-26)

Full Changelog: [v0.39.0...v0.40.0](https://github.com/kernel/kernel-node-sdk/compare/v0.39.0...v0.40.0)

### Features

* show pool browsers in dashboard and API ([f8cf26d](https://github.com/kernel/kernel-node-sdk/commit/f8cf26de9e5a46ea071673419267027e389ef5cb))

## 0.39.0 (2026-02-25)

Full Changelog: [v0.38.0...v0.39.0](https://github.com/kernel/kernel-node-sdk/compare/v0.38.0...v0.39.0)

### Features

* Add proxy hostname bypass hosts ([c6878d4](https://github.com/kernel/kernel-node-sdk/commit/c6878d4b555e00680709d0778e142439c8990d74))

## 0.38.0 (2026-02-25)

Full Changelog: [v0.37.0...v0.38.0](https://github.com/kernel/kernel-node-sdk/compare/v0.37.0...v0.38.0)

### Features

* Neil/kernel 1029 past session search ([c417833](https://github.com/kernel/kernel-node-sdk/commit/c417833c9d93b30f03954135921850adfe177616))


### Bug Fixes

* **docs/contributing:** correct pnpm link command ([4b4bb6c](https://github.com/kernel/kernel-node-sdk/commit/4b4bb6ceab1759dce8864539ac0e877b00287211))

## 0.37.0 (2026-02-23)

Full Changelog: [v0.36.1...v0.37.0](https://github.com/kernel/kernel-node-sdk/compare/v0.36.1...v0.37.0)

### Features

* Neil/kernel 1017 profile pagination query parameter ([5f46e36](https://github.com/kernel/kernel-node-sdk/commit/5f46e36d3b1f48fcaeaa346acc8fd080dafb1830))

## 0.36.1 (2026-02-21)

Full Changelog: [v0.36.0...v0.36.1](https://github.com/kernel/kernel-node-sdk/compare/v0.36.0...v0.36.1)

### Features

* Add version filter to GET /deployments endpoint ([b983eeb](https://github.com/kernel/kernel-node-sdk/commit/b983eebd67c079b7e40c53ab5963a960f40f2e1b))

## 0.36.0 (2026-02-21)

Full Changelog: [v0.35.0...v0.36.0](https://github.com/kernel/kernel-node-sdk/compare/v0.35.0...v0.36.0)

### Features

* Add DELETE /deployments/{id} API endpoint ([6df842e](https://github.com/kernel/kernel-node-sdk/commit/6df842e5d90124f64c312dd951027f0708a4e74f))


### Chores

* **internal:** remove mock server code ([5784a3f](https://github.com/kernel/kernel-node-sdk/commit/5784a3f2b6ebf92c53767128da5712514bd46660))
* **test:** update skip reason message ([e5d7f07](https://github.com/kernel/kernel-node-sdk/commit/e5d7f07905e39753b164553b85f5439418297f67))
* update mock server docs ([1c1ae0f](https://github.com/kernel/kernel-node-sdk/commit/1c1ae0f5eaba7b0512dccf2c5e5979e30538d966))

## 0.35.0 (2026-02-18)

Full Changelog: [v0.34.0...v0.35.0](https://github.com/kernel/kernel-node-sdk/compare/v0.34.0...v0.35.0)

### Features

* GPU pools ([64d61d9](https://github.com/kernel/kernel-node-sdk/commit/64d61d9f994493b89061292358f70e3386aa3551))

## 0.34.0 (2026-02-18)

Full Changelog: [v0.33.0...v0.34.0](https://github.com/kernel/kernel-node-sdk/compare/v0.33.0...v0.34.0)

### Features

* Add error_code field to ManagedAuthSession and related components ([1adbca7](https://github.com/kernel/kernel-node-sdk/commit/1adbca7f07a5f2b0af05fa5c4c3a284b68f36455))
* Allow arbitrary viewport dimensions ([7860190](https://github.com/kernel/kernel-node-sdk/commit/7860190991d770a0299b188720e47e5eb2745626))
* Neil/kernel 873 templates v4 ([73b1b98](https://github.com/kernel/kernel-node-sdk/commit/73b1b98c01eca471f7d44b18158e8d8f0c33af19))


### Chores

* **internal/client:** fix form-urlencoded requests ([cc9982c](https://github.com/kernel/kernel-node-sdk/commit/cc9982c53e6be0c151de0eb8a0e9a5d148b7c535))
* **internal:** avoid type checking errors with ts-reset ([8ca1d54](https://github.com/kernel/kernel-node-sdk/commit/8ca1d5422ec00b6042ee742c5d306f1ef81d0503))

## 0.33.0 (2026-02-11)

Full Changelog: [v0.32.0...v0.33.0](https://github.com/kernel/kernel-node-sdk/compare/v0.32.0...v0.33.0)

### Features

* **auth:** add save_credentials support ([dd391f8](https://github.com/kernel/kernel-node-sdk/commit/dd391f87c9b7f8ecc59df1e94e9174ade9013ffd))
* **auth:** plan-based min health check intervals ([6b8cede](https://github.com/kernel/kernel-node-sdk/commit/6b8cede21e2040ad7c7c184369d36f409f53fa00))
* Browser API endpoint grouping ([063a950](https://github.com/kernel/kernel-node-sdk/commit/063a950e3111a3ea560bbd8ae23b1062f9ddc646))


### Refactors

* **api:** remove deprecated agent-auth endpoints from stainless.… ([fd445dd](https://github.com/kernel/kernel-node-sdk/commit/fd445dd9d345fb084758b7217a7d0af2232d3b51))
* **auth:** simplify proxy configuration in OpenAPI schema ([8184e98](https://github.com/kernel/kernel-node-sdk/commit/8184e981e3d36c57e58428eee67fbd96342e74a2))

## 0.32.0 (2026-02-07)

Full Changelog: [v0.31.2...v0.32.0](https://github.com/kernel/kernel-node-sdk/compare/v0.31.2...v0.32.0)

### Features

* **auth:** add reauth circuit breaker logic ([917dc3d](https://github.com/kernel/kernel-node-sdk/commit/917dc3d4ed691b16b969fb4f723d45dc0324d896))


### Chores

* switch npm publish to OIDC auth in stainless config ([403d222](https://github.com/kernel/kernel-node-sdk/commit/403d2223481c5217fa5cd126c41b2182b0a23f4a))

## 0.31.2 (2026-02-06)

Full Changelog: [v0.31.1...v0.31.2](https://github.com/kernel/kernel-node-sdk/compare/v0.31.1...v0.31.2)

### Bug Fixes

* publish to npm registry directly instead of Yarn proxy ([52a9c5d](https://github.com/kernel/kernel-node-sdk/commit/52a9c5db07b1e3ee5adac09ebaa64a2d05301fad))

## 0.31.1 (2026-02-06)

Full Changelog: [v0.31.0...v0.31.1](https://github.com/kernel/kernel-node-sdk/compare/v0.31.0...v0.31.1)

### Chores

* add Managed Auth API planning doc ([a6cb845](https://github.com/kernel/kernel-node-sdk/commit/a6cb845a2bc963459dd5f7d04a11650c20064d6f))

## 0.31.0 (2026-02-06)

Full Changelog: [v0.30.0...v0.31.0](https://github.com/kernel/kernel-node-sdk/compare/v0.30.0...v0.31.0)

### Features

* add batch computer action proxy endpoint ([56f8c33](https://github.com/kernel/kernel-node-sdk/commit/56f8c3303f7c1ac4082bffd756bc4b1ea4836ab1))


### Bug Fixes

* **client:** avoid removing abort listener too early ([4e4c9df](https://github.com/kernel/kernel-node-sdk/commit/4e4c9df0cf07d7f4e457b28c16431389b5cf7fd1))


### Chores

* **client:** restructure abort controller binding ([d12c7fa](https://github.com/kernel/kernel-node-sdk/commit/d12c7fae75a9ed3346dc423d21c8c19aa65c0b3f))
* **internal:** fix pagination internals not accepting option promises ([5c52149](https://github.com/kernel/kernel-node-sdk/commit/5c521491092a3ea0386daa75d3552f9ddf88aad2))

## 0.30.0 (2026-02-03)

Full Changelog: [v0.29.0...v0.30.0](https://github.com/kernel/kernel-node-sdk/compare/v0.29.0...v0.30.0)

### Features

* Neil/kernel 872 templates v3 ([3a73c62](https://github.com/kernel/kernel-node-sdk/commit/3a73c6245590aeb784ab0c840728b486f42e7cd5))


### Bug Fixes

* **client:** avoid memory leak with abort signals ([8523597](https://github.com/kernel/kernel-node-sdk/commit/85235970dd1c13e0b1ce5086d74515439453b929))


### Chores

* **client:** do not parse responses with empty content-length ([ada489d](https://github.com/kernel/kernel-node-sdk/commit/ada489d63f91567c9740623ede272a5f0763484b))

## 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)

### Features

* Allow hot loading profiles into sessions ([3a46405](https://github.com/kernel/kernel-node-sdk/commit/3a464057165045b2fe3c3b7ffb176d6800b4b673))

## 0.27.0 (2026-01-21)

Full Changelog: [v0.26.0...v0.27.0](https://github.com/kernel/kernel-node-sdk/compare/v0.26.0...v0.27.0)

### Features

* **agent-auth:** add 1Password integration for credential providers ([b0fb58d](https://github.com/kernel/kernel-node-sdk/commit/b0fb58ddd6adb4ac70cd981557433a4af9f9675c))
* **dashboard:** add browser replays support for past browsers ([7df0d1b](https://github.com/kernel/kernel-node-sdk/commit/7df0d1b630bd87d6a8fc1999d33214f9434646fb))
* Update browser pool org limits ([9475083](https://github.com/kernel/kernel-node-sdk/commit/94750833811e4842b29b7be918894e1d1458067a))


### Refactors

* **agentauth:** enhance discover and submit modules with improve… ([6554724](https://github.com/kernel/kernel-node-sdk/commit/655472432e7241daf996b406ef842c4d63e0f7a2))

## 0.26.0 (2026-01-17)

Full Changelog: [v0.26.0...v0.26.0](https://github.com/kernel/kernel-node-sdk/compare/v0.26.0...v0.26.0)

### Features

* Auth agents auth check URL ([7c75e74](https://github.com/kernel/kernel-node-sdk/commit/7c75e7439229cb1a699d0eb25fd830ed72053fda))


### Bug Fixes

* **stainless:** use @onkernel/sdk package name for TypeScript SDK ([0cf8ce1](https://github.com/kernel/kernel-node-sdk/commit/0cf8ce1528ace2106d2dd4f80cf7722aa871409a))


### Chores

* **internal:** update `actions/checkout` version ([1ddf4de](https://github.com/kernel/kernel-node-sdk/commit/1ddf4de47a73022e392459109d17d25f80f38db9))

## 0.26.0 (2026-01-16)

Full Changelog: [v0.24.0...v0.26.0](https://github.com/kernel/kernel-node-sdk/compare/v0.24.0...v0.26.0)

### Features

* add MFA options to agent authentication workflow ([3e2dd3f](https://github.com/kernel/kernel-node-sdk/commit/3e2dd3f657592d6a2e224f0c0238d58514a548f6))
* add WebSocket process attach and PTY support ([b18e46d](https://github.com/kernel/kernel-node-sdk/commit/b18e46d414be71e13a43cace1e4b60411908100d))
* **api:** add IP address logging for residential and custom proxies ([24e37bb](https://github.com/kernel/kernel-node-sdk/commit/24e37bb60de11625aa5a5a67ff4f224977cb8955))
* **api:** manual updates ([b9715f8](https://github.com/kernel/kernel-node-sdk/commit/b9715f89fbd10b6cf48e0d68168750c807f77004))
* **api:** update production repos ([d18f7de](https://github.com/kernel/kernel-node-sdk/commit/d18f7decf64aa26e70a1c018f5b434af502bd82b))
* Support hot swap proxy on a session ([ead291b](https://github.com/kernel/kernel-node-sdk/commit/ead291bff1089bfafe05da4d35a2405f3165f7a7))


### Chores

* **ci:** update org name from onkernel to kernel ([8197587](https://github.com/kernel/kernel-node-sdk/commit/81975879cc89feaf95334a5bd90ba752bd828453))
* **internal:** upgrade babel, qs, js-yaml ([b695aee](https://github.com/kernel/kernel-node-sdk/commit/b695aee782f55865f912f24fc67041718597c98a))
* sync repo ([3d1de59](https://github.com/kernel/kernel-node-sdk/commit/3d1de59c268cd3029370b762af25a7032a7e2699))

## 0.24.0 (2025-12-17)

Full Changelog: [v0.23.0...v0.24.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.23.0...v0.24.0)

### Features

* Enhance AuthAgentInvocationCreateResponse to include already_authenti… ([70cd6d6](https://github.com/onkernel/kernel-node-sdk/commit/70cd6d6c44fa9f90a5bfad3e6268bd6264a9f83b))
* Fix browser pool sdk types ([e4b773f](https://github.com/onkernel/kernel-node-sdk/commit/e4b773f9923b1bf4fcda5bd2c9832cbb291981bd))

## 0.23.0 (2025-12-11)

Full Changelog: [v0.22.0...v0.23.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.22.0...v0.23.0)

### Features

* [wip] Browser pools polish pass ([7c8a464](https://github.com/onkernel/kernel-node-sdk/commit/7c8a4641cb87a76a3248e2d1df713df929957262))
* enhance agent authentication API with new endpoints and request… ([0ef28fd](https://github.com/onkernel/kernel-node-sdk/commit/0ef28fddbf7c7d03b24a56d4157d1eb3966c0a7f))
* Enhance agent authentication with optional login page URL and auth ch… ([7ea4b07](https://github.com/onkernel/kernel-node-sdk/commit/7ea4b076cc5255f76945ae370a8f686349a28a30))
* Enhance AuthAgent model with last_auth_check_at field ([29d43d1](https://github.com/onkernel/kernel-node-sdk/commit/29d43d10a026f25cf1a1de2579c06f90ca246054))


### Bug Fixes

* **mcp:** correct code tool API endpoint ([4f60927](https://github.com/onkernel/kernel-node-sdk/commit/4f6092702503c6dafb0d310c8123bf8dccce60e1))
* **mcp:** return correct lines on typescript errors ([8ccaae1](https://github.com/onkernel/kernel-node-sdk/commit/8ccaae1b63ee9ca371c4f32033486e6e9ba1c351))


### Chores

* **internal:** codegen related update ([3ffeaa7](https://github.com/onkernel/kernel-node-sdk/commit/3ffeaa72b3cb5c7cd5baea0ddeaf5fad60979235))
* **internal:** codegen related update ([c9461e7](https://github.com/onkernel/kernel-node-sdk/commit/c9461e7e02592559c3592f8916bf1351d32cce9a))


### Refactors

* **browser:** remove persistence option UI ([f3fdc89](https://github.com/onkernel/kernel-node-sdk/commit/f3fdc89088feeb32983da39700e47e922f767126))

## 0.22.0 (2025-12-05)

Full Changelog: [v0.21.0...v0.22.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.21.0...v0.22.0)

### Features

* Add `async_timeout_seconds` to PostInvocations ([b6ecd9b](https://github.com/onkernel/kernel-node-sdk/commit/b6ecd9be250a191df92238b1ac6610518a69d251))


### Chores

* **internal:** upgrade eslint ([15e301b](https://github.com/onkernel/kernel-node-sdk/commit/15e301b3db576725b69f9dea97e4f46a97404dda))

## 0.21.0 (2025-12-02)

Full Changelog: [v0.20.0...v0.21.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.20.0...v0.21.0)

### Features

* Browser pools sdk release ([0fca0c8](https://github.com/onkernel/kernel-node-sdk/commit/0fca0c8145e7a9938a9ebe20eeac19eb9d3e4e82))
* Mason/agent auth api ([963aaf2](https://github.com/onkernel/kernel-node-sdk/commit/963aaf27f6449d4bcd39f9f3340b5d5a68ae49e8))


### Chores

* **client:** fix logger property type ([426b7b4](https://github.com/onkernel/kernel-node-sdk/commit/426b7b4d79357fcae88807aad49718c26eb02044))

## 0.20.0 (2025-11-19)

Full Changelog: [v0.19.2...v0.20.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.19.2...v0.20.0)

### Features

* Add pagination to list browsers method and allow it to include deleted browsers when `include_deleted = true` ([115aa05](https://github.com/onkernel/kernel-node-sdk/commit/115aa05556536a505610e80152dc40f03f4dfada))

## 0.19.2 (2025-11-17)

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

### Features

* Feat increase max timeout to 72h ([a2496da](https://github.com/onkernel/kernel-node-sdk/commit/a2496daa6609a55c75934584cc764344db5a4098))

## 0.19.1 (2025-11-13)

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

### Features

* Add support for 1200x800 ([6321644](https://github.com/onkernel/kernel-node-sdk/commit/63216447e56cc6bc3ee706812d8afaf94071308f))

## 0.19.0 (2025-11-12)

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

### Features

* feat hide cursor v2 ([b9b6fe9](https://github.com/onkernel/kernel-node-sdk/commit/b9b6fe94de3194fb5a1753f4cab7112b437b8a35))

## 0.18.0 (2025-10-30)

Full Changelog: [v0.17.0...v0.18.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.17.0...v0.18.0)

### Features

* apps: add offset pagination + headers ([7c91210](https://github.com/onkernel/kernel-node-sdk/commit/7c912109b90c18481e45a5c6d5f367afca039d23))

## 0.17.0 (2025-10-27)

Full Changelog: [v0.16.0...v0.17.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.16.0...v0.17.0)

### Features

* Make country flag optional for DC and ISP proxies ([8fb8abb](https://github.com/onkernel/kernel-node-sdk/commit/8fb8abbfb9d399e19db2ec8ca7464f536c808252))

## 0.16.0 (2025-10-27)

Full Changelog: [v0.15.0...v0.16.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.15.0...v0.16.0)

### Features

* ad hoc playwright code exec AP| ([1112215](https://github.com/onkernel/kernel-node-sdk/commit/11122155f3745843cb56d19261e97d1df4eaadea))


### Bug Fixes

* **client:** incorrect offset pagination check ([63aee26](https://github.com/onkernel/kernel-node-sdk/commit/63aee268f4954577bfdf284f2e6af8adc466712d))

## 0.15.0 (2025-10-17)

Full Changelog: [v0.14.2...v0.15.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.14.2...v0.15.0)

### Features

* click mouse, move mouse, screenshot ([68e527c](https://github.com/onkernel/kernel-node-sdk/commit/68e527cefd5659f579119a39ecd4c170193bbed5))
* Phani/deploy with GitHub url ([1e97151](https://github.com/onkernel/kernel-node-sdk/commit/1e971513c25cdfe84624c033ad89c5bfdc7fef20))

## 0.14.2 (2025-10-16)

Full Changelog: [v0.14.1...v0.14.2](https://github.com/onkernel/kernel-node-sdk/compare/v0.14.1...v0.14.2)

### Features

* Kiosk mode ([7b9016e](https://github.com/onkernel/kernel-node-sdk/commit/7b9016ef162c9b28569e48aea971220fbc02c7aa))

## 0.14.1 (2025-10-13)

Full Changelog: [v0.14.0...v0.14.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.14.0...v0.14.1)

### Features

* Hide and deprecate mobile proxy type ([54dae63](https://github.com/onkernel/kernel-node-sdk/commit/54dae631f02ce14c75222677ffa171895f4cb0ca))
* WIP: Configurable Viewport ([2a85d81](https://github.com/onkernel/kernel-node-sdk/commit/2a85d8110a918d62a528401e278758cf5eeb9b82))

## 0.14.0 (2025-10-07)

Full Changelog: [v0.13.0...v0.14.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.13.0...v0.14.0)

### Features

* WIP browser extensions ([77333ab](https://github.com/onkernel/kernel-node-sdk/commit/77333abe7f7ee0c53da495adcec728b2fed7f831))


### Chores

* **internal:** use npm pack for build uploads ([aac1084](https://github.com/onkernel/kernel-node-sdk/commit/aac1084dca1bb547f314144891ed277ff82f2c89))
* **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([fe32267](https://github.com/onkernel/kernel-node-sdk/commit/fe32267f011df4444169d45787bac50b6249eab4))

## 0.13.0 (2025-10-03)

Full Changelog: [v0.12.0...v0.13.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.12.0...v0.13.0)

### Features

* Http proxy ([a178cc3](https://github.com/onkernel/kernel-node-sdk/commit/a178cc39945833b6cf9300c1828df82b726261f9))
* Update oAPI and data model for proxy status ([26063c8](https://github.com/onkernel/kernel-node-sdk/commit/26063c82a096ac63ad9de34597c1a1849ab881f4))


### Chores

* **internal:** remove .eslintcache ([c7a7e8c](https://github.com/onkernel/kernel-node-sdk/commit/c7a7e8cad9e529906a3d351587ec57ae56e864f3))

## 0.12.0 (2025-09-30)

Full Changelog: [v0.11.5...v0.12.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.5...v0.12.0)

### Features

* Add App Version to Invocation and add filtering on App Version ([b3e109c](https://github.com/onkernel/kernel-node-sdk/commit/b3e109c8117770f911440eddd463672df2be96c4))
* Return proxy ID in browsers response ([4eaa3ae](https://github.com/onkernel/kernel-node-sdk/commit/4eaa3aea0958f94741be4d4dfbe3e58b96550cd8))


### Chores

* **internal:** ignore .eslintcache ([59d069a](https://github.com/onkernel/kernel-node-sdk/commit/59d069a398718d31eb92c2de189257698bdefd2a))
* **internal:** version bump ([2fd4758](https://github.com/onkernel/kernel-node-sdk/commit/2fd4758c4bd417d8eb5674d1396813674fcaf173))

## 0.11.5 (2025-09-29)

Full Changelog: [v0.11.4...v0.11.5](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.4...v0.11.5)

### Features

* Fix my incorrect grammer ([535963a](https://github.com/onkernel/kernel-node-sdk/commit/535963a0ba0ab69a07af7f9903836e869d7baf8f))


### Performance Improvements

* faster formatting ([d55b4d5](https://github.com/onkernel/kernel-node-sdk/commit/d55b4d53e7c2db501dcfbc344695716e2ebee9be))


### Chores

* **internal:** codegen related update ([dde7c0a](https://github.com/onkernel/kernel-node-sdk/commit/dde7c0a13e1f20bc95f6a6ab5cea66d6907b30f6))
* **internal:** fix incremental formatting in some cases ([cf995a4](https://github.com/onkernel/kernel-node-sdk/commit/cf995a47eadf146da7486f59c60e8c245ec64419))
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([00ea517](https://github.com/onkernel/kernel-node-sdk/commit/00ea517c0e23bb0e2fc4459d212d4445ed16c1e2))

## 0.11.4 (2025-09-25)

Full Changelog: [v0.11.3...v0.11.4](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.3...v0.11.4)

### Features

* getInvocations endpoint ([5166b00](https://github.com/onkernel/kernel-node-sdk/commit/5166b00297fa06e003ce1314910d870ac4c7ae1f))

## 0.11.3 (2025-09-24)

Full Changelog: [v0.11.2...v0.11.3](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.2...v0.11.3)

### Features

* Per Invocation Logs ([927cab6](https://github.com/onkernel/kernel-node-sdk/commit/927cab6e8a599d9737246220ceb54b245b3d4fc5))

## 0.11.2 (2025-09-24)

Full Changelog: [v0.11.1...v0.11.2](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.1...v0.11.2)

### Features

* Add stainless CI ([63436fa](https://github.com/onkernel/kernel-node-sdk/commit/63436fac84ae5bc88b8713dd5b8b58b4d4989c62))


### Chores

* do not install brew dependencies in ./scripts/bootstrap by default ([b902d04](https://github.com/onkernel/kernel-node-sdk/commit/b902d04ed09ff6001eb59ca8c2a9e9bccd629ed4))

## 0.11.1 (2025-09-08)

Full Changelog: [v0.11.0...v0.11.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.11.0...v0.11.1)

### Features

* **api:** add pagination to the deployments endpoint ([b8fa501](https://github.com/onkernel/kernel-node-sdk/commit/b8fa5012dd3b5944e128a5ff629aeea19159362a))
* **api:** pagination properties added to response (has_more, next_offset) ([49c574e](https://github.com/onkernel/kernel-node-sdk/commit/49c574eeba8413d01cc4528282a59068dfc2150d))
* **api:** update API spec with pagination headers ([d1169c0](https://github.com/onkernel/kernel-node-sdk/commit/d1169c09fb1222114db878a133ca593479d257fc))


### Bug Fixes

* coerce nullable values to undefined ([41cb0ae](https://github.com/onkernel/kernel-node-sdk/commit/41cb0aeb163e00f1e3e2fe41acd3f0c379b64976))


### Chores

* ci build action ([790397f](https://github.com/onkernel/kernel-node-sdk/commit/790397fdd2f074f49e70a1eebfa129750174bcb3))

## 0.11.0 (2025-09-04)

Full Changelog: [v0.10.0...v0.11.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.10.0...v0.11.0)

### Features

* **api:** adding support for browser profiles ([e614d58](https://github.com/onkernel/kernel-node-sdk/commit/e614d585a515121a2bba520941ee667f60f1e3ce))


### Chores

* **internal:** update global Error reference ([2697844](https://github.com/onkernel/kernel-node-sdk/commit/26978447f89c1fb152ef98ff2cc841ec1b76ad87))

## 0.10.0 (2025-08-27)

Full Changelog: [v0.9.1...v0.10.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.9.1...v0.10.0)

### Features

* **api:** new process, fs, and log endpoints ([0cceb4e](https://github.com/onkernel/kernel-node-sdk/commit/0cceb4e3be5b8e6d267f075f6d9f696f24b1d7f3))
* **mcp:** add code execution tool ([d3a08a9](https://github.com/onkernel/kernel-node-sdk/commit/d3a08a9e8bccbdf15e2404c9131f0969dc95be24))


### Chores

* add package to package.json ([294b1d8](https://github.com/onkernel/kernel-node-sdk/commit/294b1d85cbbe33ce1fd68f4fd879e95922b651c5))
* **client:** qualify global Blob ([7ac9358](https://github.com/onkernel/kernel-node-sdk/commit/7ac9358a1f9d8d2b12ea1f91cd54c1cb169abab9))
* **deps:** update dependency @types/node to v20.17.58 ([797f96b](https://github.com/onkernel/kernel-node-sdk/commit/797f96bd96877114412860f63f47e8ac16a7ab6c))
* **internal:** formatting change ([8a4b4cf](https://github.com/onkernel/kernel-node-sdk/commit/8a4b4cf31f313b0cbe2c8de9eed168519b702dd7))
* update CI script ([b0aabec](https://github.com/onkernel/kernel-node-sdk/commit/b0aabec18bf5b0f50264e42fd460b80a347db4a1))

## 0.9.1 (2025-08-15)

Full Changelog: [v0.9.0...v0.9.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.9.0...v0.9.1)

### Features

* **api:** add browser timeouts ([a7cf6cd](https://github.com/onkernel/kernel-node-sdk/commit/a7cf6cdc4b35728bbdf85469d4212e90e5241b78))

### Chores

* **internal:** codegen related update ([0665717](https://github.com/onkernel/kernel-node-sdk/commit/0665717e9f8831133ccec9cb24e29a0db800c86f))
* **internal:** update comment in script ([c435fb5](https://github.com/onkernel/kernel-node-sdk/commit/c435fb5125da065d4a5d36777506a8924c7fb02e))
* update @stainless-api/prism-cli to v5.15.0 ([391384a](https://github.com/onkernel/kernel-node-sdk/commit/391384a0c5cc64b4bc4f4e8f717e11ae4cf7bce5))

## 0.9.0 (2025-08-08)

Full Changelog: [v0.8.3...v0.9.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.8.3...v0.9.0)

### Features

* **api:** browser instance file i/o ([cc7f07f](https://github.com/onkernel/kernel-node-sdk/commit/cc7f07fedf78492e092dd1e982634a6e142f0dfa))


### Bug Fixes

* **methods:** define methods with parameters and binary body correctly ([6c70c14](https://github.com/onkernel/kernel-node-sdk/commit/6c70c147bfca8429aec6c114e42741d405c552b2))


### Chores

* **internal:** move publish config ([7662fc0](https://github.com/onkernel/kernel-node-sdk/commit/7662fc06f49f4816b9ff6328bae5aa70964a4143))

## 0.8.3 (2025-08-01)

Full Changelog: [v0.8.2...v0.8.3](https://github.com/onkernel/kernel-node-sdk/compare/v0.8.2...v0.8.3)

### Features

* **api:** lower default timeout to 5s ([743b241](https://github.com/onkernel/kernel-node-sdk/commit/743b24161f294e289a6fe17537d02b8fe35f7b06))
* **api:** manual updates ([d341269](https://github.com/onkernel/kernel-node-sdk/commit/d3412699e03073534c66912c0ccd607248655202))


### Chores

* **internal:** remove redundant imports config ([9da9247](https://github.com/onkernel/kernel-node-sdk/commit/9da92475e2a744e9f3714a83887ffba5c24559ee))

## 0.8.2 (2025-07-23)

Full Changelog: [v0.8.0...v0.8.2](https://github.com/onkernel/kernel-node-sdk/compare/v0.8.0...v0.8.2)

### Features

* **api:** add action name to the response to invoke ([02097a8](https://github.com/onkernel/kernel-node-sdk/commit/02097a886f25ce632ac2ba166b510901fc6693ae))


### Chores

* **api:** remove deprecated endpoints ([904ea56](https://github.com/onkernel/kernel-node-sdk/commit/904ea5662e465a5238402427341550c6e7421614))
* **ts:** reorder package.json imports ([e260997](https://github.com/onkernel/kernel-node-sdk/commit/e260997238b81c3183bbd7ba7f178cd2c4e3a1ac))

## 0.8.0 (2025-07-16)

Full Changelog: [v0.7.1...v0.8.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.7.1...v0.8.0)

### Features

* **api:** manual updates ([d073427](https://github.com/onkernel/kernel-node-sdk/commit/d0734275dd0014d8710a08eaa3a732d4530abe4f))


### Chores

* make some internal functions async ([b5d654f](https://github.com/onkernel/kernel-node-sdk/commit/b5d654f72557c9f5949e2067f6e61a5dcd514b03))

## 0.7.1 (2025-07-08)

Full Changelog: [v0.7.0...v0.7.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.7.0...v0.7.1)

### Features

* **api:** manual updates ([a018f17](https://github.com/onkernel/kernel-node-sdk/commit/a018f171c8161b3595fd66c9b2c8ca458e50deec))


### Bug Fixes

* avoid console usage ([f37b356](https://github.com/onkernel/kernel-node-sdk/commit/f37b3560b92abc5a85416b9b69f03a70b3ff71cf))


### Chores

* add docs to RequestOptions type ([fcb82ff](https://github.com/onkernel/kernel-node-sdk/commit/fcb82ff3d5c14af006bba0e441d57baf318a19cf))

## 0.7.0 (2025-07-02)

Full Changelog: [v0.6.5...v0.7.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.6.5...v0.7.0)

### Features

* **api:** headless browsers ([af9ecef](https://github.com/onkernel/kernel-node-sdk/commit/af9ecef97c052d66a78e2c4048998f981ad47695))

## 0.6.5 (2025-07-02)

Full Changelog: [v0.6.4...v0.6.5](https://github.com/onkernel/kernel-node-sdk/compare/v0.6.4...v0.6.5)

### Chores

* **ci:** only run for pushes and fork pull requests ([4b2836c](https://github.com/onkernel/kernel-node-sdk/commit/4b2836ccf9a7e66e43633b9f92b1c24c6fc25ab7))
* **client:** improve path param validation ([0105321](https://github.com/onkernel/kernel-node-sdk/commit/010532116b7a1ad3bf631e6f7760825ed8142996))

## 0.6.4 (2025-06-27)

Full Changelog: [v0.6.3...v0.6.4](https://github.com/onkernel/kernel-node-sdk/compare/v0.6.3...v0.6.4)

### Features

* **api:** add GET deployments endpoint ([89b755a](https://github.com/onkernel/kernel-node-sdk/commit/89b755ab2e178f4b0dc5c62931a1fd45ff1021b7))
* **api:** deployments ([94db12e](https://github.com/onkernel/kernel-node-sdk/commit/94db12ed7156c1c1288f37d27d3e29318317ca77))
* **api:** manual updates ([042d683](https://github.com/onkernel/kernel-node-sdk/commit/042d6833991c6252b104d2a590ecc7d6c98dcf99))


### Bug Fixes

* **ci:** release-doctor — report correct token name ([c9e22fd](https://github.com/onkernel/kernel-node-sdk/commit/c9e22fdadb192a655859db322fd174321001040d))
* **client:** get fetchOptions type more reliably ([5f60c0f](https://github.com/onkernel/kernel-node-sdk/commit/5f60c0f4c555ae86fc5e6c43c09a465adca163f0))

## 0.6.3 (2025-06-25)

Full Changelog: [v0.6.2...v0.6.3](https://github.com/onkernel/kernel-node-sdk/compare/v0.6.2...v0.6.3)

### Features

* **api:** /browsers no longer requires invocation id ([8875d65](https://github.com/onkernel/kernel-node-sdk/commit/8875d65b89f6a1d8d79bf8b1463b0900247e89b3))

## 0.6.2 (2025-06-24)

Full Changelog: [v0.6.1...v0.6.2](https://github.com/onkernel/kernel-node-sdk/compare/v0.6.1...v0.6.2)

### Features

* **api:** add `since` parameter to deployment logs endpoint ([178712c](https://github.com/onkernel/kernel-node-sdk/commit/178712ccb7c7f326df11c6c63e3ca02697a793b4))


### Bug Fixes

* **client:** explicitly copy fetch in withOptions ([9859602](https://github.com/onkernel/kernel-node-sdk/commit/98596028a28e39d7b5bf7253f0a950aba5144e57))


### Chores

* **readme:** use better example snippet for undocumented params ([e8633e0](https://github.com/onkernel/kernel-node-sdk/commit/e8633e0ef4dbeb73d964ce86e74bc75288c04594))


### Refactors

* **types:** replace Record with mapped types ([73ff4fa](https://github.com/onkernel/kernel-node-sdk/commit/73ff4fa307465ad81a01070d9eb4e1ff1f7e5bd8))

## 0.6.1 (2025-06-18)

Full Changelog: [v0.6.0...v0.6.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.6.0...v0.6.1)

### Features

* **api:** add delete_browsers endpoint ([1f1c4d8](https://github.com/onkernel/kernel-node-sdk/commit/1f1c4d8e8dbe85048bfe91081603538ccc716417))

## 0.6.0 (2025-06-18)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.5.0...v0.6.0)

### Features

* **api:** update via SDK Studio ([ce675af](https://github.com/onkernel/kernel-node-sdk/commit/ce675afa43f72708fd26bd0ab9d37b43f2e4b645))
* **api:** update via SDK Studio ([b4fbd8c](https://github.com/onkernel/kernel-node-sdk/commit/b4fbd8cd5287894a1e31c3369e6268676b5cfb93))
* **api:** update via SDK Studio ([c6890ba](https://github.com/onkernel/kernel-node-sdk/commit/c6890ba4c2ccebc4be3388107de407ef833555d6))
* **api:** update via SDK Studio ([842ec55](https://github.com/onkernel/kernel-node-sdk/commit/842ec5503a95b8a7bd43405cb0af36411610d14a))
* **api:** update via SDK Studio ([b0652c7](https://github.com/onkernel/kernel-node-sdk/commit/b0652c76a0d9b8ff39c8d97d0087a305ed1bb0b7))
* **api:** update via SDK Studio ([76a1ea8](https://github.com/onkernel/kernel-node-sdk/commit/76a1ea8d2d978b7872ff122f6b4457f361695e22))
* **api:** update via SDK Studio ([371e317](https://github.com/onkernel/kernel-node-sdk/commit/371e3178a73439915a459dc0b7e968aeaf9f7e8f))
* **api:** update via SDK Studio ([6e4f782](https://github.com/onkernel/kernel-node-sdk/commit/6e4f782824e8ec1956d31ddaff7073a0015a3014))
* **api:** update via SDK Studio ([121219a](https://github.com/onkernel/kernel-node-sdk/commit/121219a8e7dab92398d7373afb84be06a9d15217))
* **api:** update via SDK Studio ([567602f](https://github.com/onkernel/kernel-node-sdk/commit/567602fb83e9135938abd7cd080f864fc787f288))
* **api:** update via SDK Studio ([ef99764](https://github.com/onkernel/kernel-node-sdk/commit/ef99764a42bc6243b028162eb1fcc88ae36eed41))
* **api:** update via SDK Studio ([e4ad78d](https://github.com/onkernel/kernel-node-sdk/commit/e4ad78d21af5a7d009f55cea09da358780ca8d2d))
* **api:** update via SDK Studio ([171423f](https://github.com/onkernel/kernel-node-sdk/commit/171423fb6af8fde206a1e32a1e8611f4b1d325be))
* **client:** add support for endpoint-specific base URLs ([7b4d7a2](https://github.com/onkernel/kernel-node-sdk/commit/7b4d7a2da7ba44fa0e0648545eccb5e175cf8255))


### Bug Fixes

* publish script — handle NPM errors correctly ([16c70f4](https://github.com/onkernel/kernel-node-sdk/commit/16c70f444b06763b186c7138e16476d03b9638fe))


### Chores

* avoid type error in certain environments ([ec7be8d](https://github.com/onkernel/kernel-node-sdk/commit/ec7be8d0c90029c4fb5911afee057dcd73f6caa1))
* **ci:** enable for pull requests ([0dc0e13](https://github.com/onkernel/kernel-node-sdk/commit/0dc0e130a319209e0debcb41df6a7e4e473a013b))
* **client:** refactor imports ([801fb38](https://github.com/onkernel/kernel-node-sdk/commit/801fb38b66af7598d9bbc12d6964031f44f7a6ea))
* **internal:** add pure annotations, make base APIResource abstract ([71cd518](https://github.com/onkernel/kernel-node-sdk/commit/71cd5185af173938e8bf933045de56dec7c04802))
* **readme:** update badges ([48f24e9](https://github.com/onkernel/kernel-node-sdk/commit/48f24e9591eeb869dfeb38b6f52f28d6edfcd10e))

## 0.5.0 (2025-06-04)

Full Changelog: [v0.4.0...v0.5.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.4.0...v0.5.0)

### Features

* **api:** update via SDK Studio ([8622a14](https://github.com/onkernel/kernel-node-sdk/commit/8622a147a7919f2edd3aa41dfa3ab0a89a7146c8))
* **api:** update via SDK Studio ([285e2b1](https://github.com/onkernel/kernel-node-sdk/commit/285e2b18ef1458eee08daa75e26ac65884cbac92))


### Bug Fixes

* compat with more runtimes ([9862639](https://github.com/onkernel/kernel-node-sdk/commit/98626394921ac1b3ec0b91d4800d0070e90373aa))


### Chores

* adjust eslint.config.mjs ignore pattern ([8e7e28a](https://github.com/onkernel/kernel-node-sdk/commit/8e7e28aac90753040d3eb24320c6a758266d4391))
* **deps:** bump eslint-plugin-prettier ([d3c4417](https://github.com/onkernel/kernel-node-sdk/commit/d3c4417538150b91be13854d837938113ce6a09f))
* **docs:** use top-level-await in example snippets ([ac334e0](https://github.com/onkernel/kernel-node-sdk/commit/ac334e0fb49f98a15e1318c6754838ae17b036d9))
* **internal:** codegen related update ([1d16505](https://github.com/onkernel/kernel-node-sdk/commit/1d16505b24c6ee4236cf982ac710bb351006b955))
* **internal:** fix readablestream types in node 20 ([77cdbc2](https://github.com/onkernel/kernel-node-sdk/commit/77cdbc227d624567aa460e3659bdb30678548a26))
* **internal:** update jest config ([3248860](https://github.com/onkernel/kernel-node-sdk/commit/3248860f264c1a24c3721eeb5a79c59f6f53dd7f))
* **internal:** version bump ([870e534](https://github.com/onkernel/kernel-node-sdk/commit/870e534210b2ccdebdbeee4f1346d32bb321c756))

## 0.4.0 (2025-05-28)

Full Changelog: [v0.3.0...v0.4.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.3.0...v0.4.0)

### Features

* **api:** update via SDK Studio ([4c5b6b6](https://github.com/onkernel/kernel-node-sdk/commit/4c5b6b6ecf8e34ced647b42dca75c5a2b5deaf87))


### Chores

* improve publish-npm script --latest tag logic ([ac1ab4f](https://github.com/onkernel/kernel-node-sdk/commit/ac1ab4f2c79dc4df0b405007e9d64999ce8ed362))

## 0.3.0 (2025-05-22)

Full Changelog: [v0.2.0...v0.3.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.2.0...v0.3.0)

### Features

* **api:** update via SDK Studio ([4203ce6](https://github.com/onkernel/kernel-node-sdk/commit/4203ce6729274b73b8cfec048b149405098a0295))
* **api:** update via SDK Studio ([17ea405](https://github.com/onkernel/kernel-node-sdk/commit/17ea40587b26c15bf6d2fb8ac7521d6a635bad9c))
* **api:** update via SDK Studio ([f8bf6c3](https://github.com/onkernel/kernel-node-sdk/commit/f8bf6c3b395a702ecdfe6f1517416bdeadf0b726))
* **api:** update via SDK Studio ([4164908](https://github.com/onkernel/kernel-node-sdk/commit/416490808559874428ef93270296235a8eaeb046))


### Chores

* **docs:** grammar improvements ([b07afdd](https://github.com/onkernel/kernel-node-sdk/commit/b07afdd965c35a2eafc2c3604cec0c0bd76d8abd))

## 0.2.0 (2025-05-21)

Full Changelog: [v0.1.0...v0.2.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0...v0.2.0)

### Features

* **api:** update via SDK Studio ([333c981](https://github.com/onkernel/kernel-node-sdk/commit/333c98181ca025488b333cc3608c32937e521e74))

## 0.1.0 (2025-05-21)

Full Changelog: [v0.1.0-alpha.16...v0.1.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.16...v0.1.0)

### Features

* **api:** update via SDK Studio ([bccf7be](https://github.com/onkernel/kernel-node-sdk/commit/bccf7befab57f52fe30e00724c5c32b28d63ec03))

## 0.1.0-alpha.16 (2025-05-20)

Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)

### Features

* **api:** update via SDK Studio ([34ec9b0](https://github.com/onkernel/kernel-node-sdk/commit/34ec9b0a5bb7ed3dad7d69e37f9002c47b9e583a))
* **api:** update via SDK Studio ([f0cda49](https://github.com/onkernel/kernel-node-sdk/commit/f0cda4930160e18c2615936f62cd5e7434f1cc9c))

## 0.1.0-alpha.15 (2025-05-20)

Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)

### Features

* **api:** update via SDK Studio ([5a8e147](https://github.com/onkernel/kernel-node-sdk/commit/5a8e1474d3a630ae770ebd541375aec4bf183086))

## 0.1.0-alpha.14 (2025-05-20)

Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

### Features

* **api:** update via SDK Studio ([1a48ef2](https://github.com/onkernel/kernel-node-sdk/commit/1a48ef24166848971e3f2f6403cad99c1771f0e9))

## 0.1.0-alpha.13 (2025-05-19)

Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)

### Features

* **api:** update via SDK Studio ([bba7f08](https://github.com/onkernel/kernel-node-sdk/commit/bba7f08386eb92c2fcc5087a414e6d29f2ece821))
* **api:** update via SDK Studio ([4c42d7c](https://github.com/onkernel/kernel-node-sdk/commit/4c42d7cdd5c0d25d48b2c5ea4bb1db9af009b279))

## 0.1.0-alpha.12 (2025-05-19)

Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)

### Features

* **api:** update via SDK Studio ([d3f5db2](https://github.com/onkernel/kernel-node-sdk/commit/d3f5db20dc45f80ea024807f26c257011aaa3203))
* **api:** update via SDK Studio ([112bfcb](https://github.com/onkernel/kernel-node-sdk/commit/112bfcbd42273aef9dcf8cb3f29083ac4c1d1b59))

## 0.1.0-alpha.11 (2025-05-19)

Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)

### Features

* **api:** update via SDK Studio ([ca8d138](https://github.com/onkernel/kernel-node-sdk/commit/ca8d138bd9242266ddd5a5180cefb4baf85f583d))

## 0.1.0-alpha.10 (2025-05-14)

Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)

### Features

* **api:** update via SDK Studio ([3b78bc2](https://github.com/onkernel/kernel-node-sdk/commit/3b78bc20c94d4e6cfca144da4096b32fe6c5d5dc))


### Chores

* **package:** remove engines ([d4d2eb2](https://github.com/onkernel/kernel-node-sdk/commit/d4d2eb2ab59cc5e4d237fddd143388a4348d51ba))

## 0.1.0-alpha.9 (2025-05-12)

Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)

### Features

* **api:** update via SDK Studio ([553e10c](https://github.com/onkernel/kernel-node-sdk/commit/553e10cfd6516146d2d81fb3cce9f3f88b21aa62))

## 0.1.0-alpha.8 (2025-05-11)

Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)

### Features

* **api:** update via SDK Studio ([78d450e](https://github.com/onkernel/kernel-node-sdk/commit/78d450e7f02ea519794247bf6ae1fe341779151f))

## 0.1.0-alpha.7 (2025-05-11)

Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)

### Features

* **api:** update via SDK Studio ([aef2da7](https://github.com/onkernel/kernel-node-sdk/commit/aef2da7440950671557470da84955d0293fbbace))

## 0.1.0-alpha.6 (2025-05-10)

Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)

### Features

* **api:** update via SDK Studio ([4f6bb37](https://github.com/onkernel/kernel-node-sdk/commit/4f6bb3761722ad4ff471a5b60837cba6b4533c8e))

## 0.1.0-alpha.5 (2025-05-10)

Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

### Features

* **api:** update via SDK Studio ([f5be580](https://github.com/onkernel/kernel-node-sdk/commit/f5be580d5f0023b57c9b1a63bb7b6dedc57deca9))
* **api:** update via SDK Studio ([7d31661](https://github.com/onkernel/kernel-node-sdk/commit/7d316613cf880a22e2a17946089c78eb878bcbc6))
* **api:** update via SDK Studio ([68f457e](https://github.com/onkernel/kernel-node-sdk/commit/68f457eb0f66b5b243e682677b0fa34eee685853))


### Bug Fixes

* **client:** always overwrite when merging headers ([69f15d8](https://github.com/onkernel/kernel-node-sdk/commit/69f15d855463e7dfecc009eb67273371bdd5efff))


### Chores

* configure new SDK language ([bc19eee](https://github.com/onkernel/kernel-node-sdk/commit/bc19eeeb0eea066f8ad69fd1f03038f839108a31))
* **internal:** codegen related update ([82bfbe8](https://github.com/onkernel/kernel-node-sdk/commit/82bfbe8710fec8dd7a834e1cd4a0495195ae4840))
* update SDK settings ([c9c482c](https://github.com/onkernel/kernel-node-sdk/commit/c9c482c8ae564005abe75f46300cebea44c26f8f))
* update SDK settings ([25c177f](https://github.com/onkernel/kernel-node-sdk/commit/25c177ff56b479a6389c79a72d696b4b0bef8f69))

## 0.1.0-alpha.2 (2025-05-09)

Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

### Features

* **api:** update via SDK Studio ([7d31661](https://github.com/onkernel/kernel-node-sdk/commit/7d316613cf880a22e2a17946089c78eb878bcbc6))

## 0.1.0-alpha.1 (2025-05-08)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* **api:** update via SDK Studio ([68f457e](https://github.com/onkernel/kernel-node-sdk/commit/68f457eb0f66b5b243e682677b0fa34eee685853))


### Chores

* configure new SDK language ([bc19eee](https://github.com/onkernel/kernel-node-sdk/commit/bc19eeeb0eea066f8ad69fd1f03038f839108a31))
* update SDK settings ([c9c482c](https://github.com/onkernel/kernel-node-sdk/commit/c9c482c8ae564005abe75f46300cebea44c26f8f))
* update SDK settings ([25c177f](https://github.com/onkernel/kernel-node-sdk/commit/25c177ff56b479a6389c79a72d696b4b0bef8f69))
