Skip to content

Latest commit

 

History

History
1426 lines (769 loc) · 69.2 KB

File metadata and controls

1426 lines (769 loc) · 69.2 KB

Changelog

0.90.0 (2026-08-12)

Features

  • Preserve canonical managed auth input metadata (6a142ab)
  • Support project selection by ID or name (79d4c5c)

0.89.0 (2026-08-12)

Features

  • Add region as a first-class API field with plan and flag gating (fd01c36)
  • Add typed network config with private_hosts to browsers and pools (9f0076b)
  • Expose plan-derived auth limits on GET /org/limits (25ccf2e)

0.88.0 (2026-08-10)

Features

  • Add typed browser proxy configuration using mode, id, or name
  • Add nested managed-auth browser configuration and per-login browser overrides

0.87.0 (2026-08-08)

Full Changelog: v0.86.1...v0.87.0

Features

  • Add audit logs plan paywall to the dashboard (6d7dc2e)
  • Expose authenticated request context (d44daa9)
  • Expose profile save behavior in browser responses (b6de398)

0.86.1 (2026-08-06)

Bug Fixes

  • restore Stainless artifact download slug (10e6488)

0.86.0 (2026-08-03)

Full Changelog: v0.85.0...v0.86.0

Features

  • Harden managed auth verification and login recovery (00515a8)
  • Report the unified concurrency ceiling from the org limits endpoint (f41ed59)

0.85.0 (2026-07-29)

Full Changelog: v0.84.0...v0.85.0

Features

  • Add encrypted per-proxy CA bundle for BYO MITM proxies (b0a77ec)
  • Stabilize project lifecycle error codes (778c389)

0.84.0 (2026-07-27)

Full Changelog: v0.83.0...v0.84.0

Features

  • Expose telemetry state on managed auth timeline events (9e6eace)

Bug Fixes

  • ci: unbreak update-cli-coverage workflow and switch to Claude Code (#142) (12b3ec6)

0.83.0 (2026-07-24)

Full Changelog: v0.82.0...v0.83.0

Features

  • Add browser telemetry to managed auth connections (fa63a73)

0.82.0 (2026-07-23)

Full Changelog: v0.81.0...v0.82.0

Features

  • Count project names by Unicode code point (fa9dcd4)
  • Stream profile downloads as tar archives (2a2ffe3)
  • Use format-neutral profile download Accept header (d6464d5)

0.81.0 (2026-07-21)

Full Changelog: v0.80.0...v0.81.0

Features

  • add complete audit log downloads (2f992e4)

0.80.0 (2026-07-19)

Full Changelog: v0.79.0...v0.80.0

Features

  • Add example to ProxyCheckRequest.url so API reference sample shows it (b32ed11)
  • Expose browser sessions on auth timeline events (00728f0)
  • managed-auth: add TS CUA worker contract (KERNEL-1456) (5951dfa)
  • stlc: configurable CI runner and private-production-repo support in workflow templates (77f3c17)

0.79.0 (2026-07-15)

Full Changelog: v0.78.1...v0.79.0

Features

  • Add telemetry support for browser pools with BAA enforcement (042f389)

0.78.1 (2026-07-15)

Full Changelog: v0.78.0...v0.78.1

Features

  • Default dashboard browser pools to 25% fill rate (d00ac8a)

0.78.0 (2026-07-13)

Full Changelog: v0.77.0...v0.78.0

Features

  • Expose telemetry exception message in API/SDK (7426310)

0.77.0 (2026-07-13)

Full Changelog: v0.76.0...v0.77.0

Features

  • Add exact-match name filter to list endpoints (6ffae2f)
  • Add name-only rename for profiles and proxies (c2b2b5e)
  • Auto-default refresh_on_profile_update when browser pool profile changes (b74cae1)
  • Document name uniqueness and query match semantics (fd4fcff)
  • Make the browser pool OpenAPI contract truthful (b1baff2)
  • Persist and echo deployment source identity (a09849a)
  • Support multiple audit log method exclusions (de83d75)

Documentation

  • openapi: describe unified concurrency limit, deprecate max_pooled_sessions (CUS-275) (edcc0e5)

0.76.0 (2026-07-09)

Full Changelog: v0.75.0...v0.76.0

Features

  • Layer telemetry request config onto the default set (7ff6801)
  • Return credential value keys and support removing values on update (750c15f)

0.75.0 (2026-07-08)

Full Changelog: v0.74.0...v0.75.0

Features

  • Auto-flush pools when a managed auth profile re-authenticates (9b65633)
  • Document env var redaction on deployment and app reads (1a17cf5)
  • Expose resolved profile_id and extension_ids on browser pool reads (3931759)
  • Reject API key self-deletion (0fe2a82)
  • Revert "Store and return a sha256 checksum for uploaded extensions (#… (763d2cd)
  • Store and return a sha256 checksum for uploaded extensions (92806ce)
  • Store and return a sha256 checksum for uploaded extensions (reland) (24fea5b)

Documentation

  • api: clarify reuse/discard_all_idle pool config staleness (c2a231d)

0.74.0 (2026-07-06)

Full Changelog: v0.73.0...v0.74.0

Features

  • Add order=desc pagination to telemetry event reads (f86b440)
  • Add tablet and mobile viewport presets to pool dashboard (eec3e1e)

0.73.0 (2026-07-01)

Full Changelog: v0.72.0...v0.73.0

Features

  • Add hidden audit-logs export endpoint (2afb724)

0.72.0 (2026-06-26)

Full Changelog: v0.71.0...v0.72.0

Bug Fixes

  • api: browser pool profile omits save_changes (BrowserPoolProfile) (5e31861)

0.71.0 (2026-06-26)

Full Changelog: v0.70.0...v0.71.0

Features

  • Add auth connection event timeline endpoint (d14cbe4)
  • Expose audit logs in public SDK (8c92e59)

0.70.0 (2026-06-24)

Full Changelog: v0.69.0...v0.70.0

Features

  • Add GET /browsers/{id}/telemetry/events (read from S2) (2c3e61e)
  • Align browser-pool timeout/viewport/fill-rate contract with implementation; reject save_changes on update (a986c45)
  • api: support per-acquire start_url override on browser pool acquire (1c675a3)
  • api: add GET /extensions/{id_or_name}/metadata (373f33b)
  • api: resolve GET /org/projects/{id} by ID or name (395e0a7)
  • Forward replay param through telemetry stream passthrough (ae02eeb)

Bug Fixes

  • don't misroute telemetry/events to the browser VM (95487e0)

0.69.0 (2026-06-18)

Full Changelog: v0.68.0...v0.69.0

Features

  • Add free-text search to remaining paginated list endpoints (3d07531)

0.68.0 (2026-06-15)

Full Changelog: v0.67.0...v0.68.0

Features

  • Add API key rotate endpoint (04d4a12)
  • api: surface deleted/expired API keys for audit trail (KERNEL-1350) (e7f9fd8)

Refactors

  • api: align API key audit surface with browser sibling (KERNEL-1350) (9e23506)

0.67.0 (2026-06-11)

Full Changelog: v0.66.0...v0.67.0

Features

  • Add project_id SDK client option mapped to X-Kernel-Project-Id (fc37447)

Documentation

  • api: correct project-scoping descriptions in OpenAPI spec (d10587c)

0.66.0 (2026-06-10)

Full Changelog: v0.65.0...v0.66.0

Features

  • Add org-level default per-project concurrency cap (da8ea41)
  • Support updating browser session name and tags via PATCH (f530bfb)

0.65.0 (2026-06-08)

Full Changelog: v0.64.0...v0.65.0

Features

  • api: allow setting a name and tags on a pool-acquired browser session (ef64773)
  • api: support id-or-name lookup on browser session get/patch/delete (193727b)

0.64.0 (2026-06-05)

Full Changelog: v0.63.0...v0.64.0

Features

  • Telemetry: expose opt-in categories + full event taxonomy (public API) (c965b72)

0.63.0 (2026-06-05)

Full Changelog: v0.62.0...v0.63.0

Features

  • api: label proxy config oneOf options by type (abbee19)
  • api: allow setting a custom name on a browser session at create time (22794dc)
  • api: allow setting key-value tags on a browser session at create time (12d335f)

Documentation

  • api: use neutral example for browser session name field (2319e34)

0.62.0 (2026-06-04)

Full Changelog: v0.61.0...v0.62.0

Features

  • api: paginate GET /browser_pools (ed9dc35)
  • api: paginate GET /extensions (f48c9cb)
  • api: paginate GET /org/credential_providers (d72262b)
  • api: paginate GET /proxies (cd37790)

0.61.0 (2026-06-03)

Full Changelog: v0.60.0...v0.61.0

Features

  • Add record_audio option to browser replay recording API (c04e9d8)

0.60.0 (2026-06-03)

Full Changelog: v0.59.0...v0.60.0

Features

  • Add API-backed API key management endpoints (6ea145b)
  • Fix browser pool update schema (370464e)
  • route browser telemetry directly to the VM by default (105313c)

Bug Fixes

  • ssestream: skip empty SSE keepalive comment frames (59bd952)

Refactors

  • examples: rename telemetry example to browser-telemetry (3908ff5)

0.59.0 (2026-06-03)

Full Changelog: v0.58.0...v0.59.0

Features

  • api: surface category field on browser telemetry events (803734d)
  • api: move browser telemetry SSE stream to /browsers/{id}/telemetry/stream (2c542d9)
  • Support Byteful mobile proxies (d7162b5)

Bug Fixes

  • api: move batch + get_mouse_position into Browser Computer Controls tag (743624f)

0.58.0 (2026-05-27)

Full Changelog: v0.57.0...v0.58.0

Features

  • [codex] Expose API keys in SDK config (bfed2b8)
  • Fix API key request model SDK metadata (ebc9f45)
  • Support telemetry enabled request config and fix SDK metadata (53bff5e)

Chores

  • refresh Go SDK release PR (fe23a23)

0.57.0 (2026-05-26)

Full Changelog: v0.56.0...v0.57.0

Features

  • [kernel-1116] browser events api integration (e0a367b)
  • api: dual-route /projects under /org/projects, deprecate /projects (166c834)
  • api: type can_reauth_reason as an enum on ManagedAuth (61f5842)
  • browsers: accept chrome_policy on POST /browsers (KERNEL-1216) (6f29adc)
  • EOL persistent browsers: openapi limits (b79f2fd)
  • Support telemetry enabled request config (ba2ff70)

0.56.0 (2026-05-18)

Full Changelog: v0.55.0...v0.56.0

Features

  • Expose POST /projects in public API (6f165cd)

0.55.0 (2026-05-15)

Full Changelog: v0.53.0...v0.55.0

Features

  • Add health check and auto-reauth controls for managed auth connections (e381d8e)
  • client: optimize json encoder for internal types (e7f4365)
  • Polish start URL OpenAPI descriptions (2d82565)

0.53.0 (2026-05-12)

Full Changelog: v0.52.0...v0.53.0

Features

  • Add 'switch' MFA option type for generic method-switcher links (b6c0d17)
  • Add opt-in record_session flag to managed auth (5673b41)
  • api: server-side search on GET /projects (81a050d)
  • browser_pools: add start_url config (KERNEL-1217 PR 2) (b2c8f95)
  • managed-auth: surface awaiting_external_action even when fallback actions exist (c1a9ba4)
  • Scope name uniqueness to project for profiles, session_pools, extensions, credentials (be3c6bd)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (15e7a88)

Chores

  • avoid embedding reflect.Type for dead code elimination (c267709)
  • redact api-key headers in debug logs (405d242)

Documentation

  • clarify record_session description in OpenAPI spec (c61abfa)

0.52.0 (2026-04-29)

Full Changelog: v0.51.0...v0.52.0

Features

  • go: add default http client with timeout (a999228)
  • profile download: 409 for empty profile + surface API errors in dashboard (c14aef2)
  • support setting headers via env (728fe39)

0.51.0 (2026-04-25)

Full Changelog: v0.50.0...v0.51.0

Features

  • add browser-scoped session client (ef994b4)
  • Expire stuck IN_PROGRESS managed auth sessions via background worker (f441a6f)
  • Expose browser_session_id on managed auth connection (e23defc)
  • generate browser-scoped service bindings (b6a77bc)

Bug Fixes

  • align browser-scoped routing with base_url (64f7f81)
  • clean up go browser routing follow-ups (77bda33)
  • keep browser pool routing in sync with cache (4f754d1)
  • make browser route deletion win over sniffing (0e44ff3)
  • propagate browser HTTP client config errors (1ec1358)
  • remove old go browser scope package (d594f39)
  • tighten browser route metadata parsing (b293866)
  • tighten browser-scoped helper surface (3e3e33f)

Chores

  • internal: more robust bootstrap script (c0430e3)

Documentation

  • add browser-scoped raw http example (92dc96e)

Refactors

  • move browser route cache sync into middleware (62078d3)
  • move go browser routing rollout to env (681e57f)
  • narrow browser-scoped helper exports (0ac61ef)
  • remove browser session wrapper layer (3452e53)
  • rename browser routing subresources config (909c377)
  • simplify direct-to-vm route caching (6bdf25f)

0.50.0 (2026-04-20)

Full Changelog: v0.49.0...v0.50.0

Features

  • add POST /browsers/{id}/curl and /curl/raw endpoints (94b52ae)
  • remove paid plan gating from project endpoints (f3cbeb3)

Bug Fixes

  • include MFA and sign-in options in CUA SSO-only step response (45db2eb)

0.49.0 (2026-04-10)

Full Changelog: v0.48.0...v0.49.0

Features

  • Neil/kernel 1180 fuzzy matching for browser pools (9b784cb)
  • Raise replay framerate limit from 20 to 60 fps (f095149)

0.48.0 (2026-04-10)

Full Changelog: v0.47.0...v0.48.0

Features

  • [kernel-1116] add base_url field to browser session response (6e52972)

Chores

  • retrigger Stainless codegen for projects resource (3e1b78f)

0.47.0 (2026-04-07)

Full Changelog: v0.46.0...v0.47.0

Features

  • Include login_url in managed auth connection response (795989c)

0.46.0 (2026-04-06)

Full Changelog: v0.45.0...v0.46.0

Features

  • Add optional url parameter to proxy check endpoint (084975a)

Bug Fixes

  • fix issue with unmarshaling in some cases (6f721ac)

0.45.0 (2026-03-30)

Full Changelog: v0.44.0...v0.45.0

Features

  • [kernel-1008] browser pools add custom policy (e740db7)
  • Add disable_default_proxy for stealth browsers (f584af5)
  • internal: support comma format in multipart form encoding (74f5c6a)

Bug Fixes

  • prevent duplicate ? in query params (66d97d3)

Chores

  • ci: skip lint on metadata-only changes (8296238)
  • ci: support opting out of skipping builds on metadata-only commits (708da0f)
  • client: fix multipart serialisation of Default() fields (cabda49)
  • internal: support default value struct tag (dd77af4)
  • internal: update gitignore (48baab7)
  • remove unnecessary error check for url parsing (05d2048)
  • update docs for api:"required" (abfd988)

0.44.0 (2026-03-20)

Full Changelog: v0.43.0...v0.44.0

Features

  • Add GPU viewport presets and GPU encoder defaults (5096099)
  • Adds description to OAS spec for docs about delta_x, delta_y (5d60a03)
  • Drop headless GPU support and disable pooling (188a32b)
  • Enhance managed authentication with CUA support and new features (b1c79e6)
  • expose smooth drag mouse movement via public API (1bcd6f5)
  • Rename hardware acceleration UI/docs wording to GPU acceleration (d225ff6)

Chores

  • internal: minor cleanup (2e50750)
  • internal: tweak CI branches (3a66a84)
  • internal: use explicit returns (4023de1)
  • internal: use explicit returns in more places (503a87c)

0.43.0 (2026-03-10)

Full Changelog: v0.42.1...v0.43.0

Features

  • Add webdriver_ws_url and metro webdriver session proxy (4e7c5d5)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (0586ec1)
  • internal: codegen related update (63ecb44)
  • update placeholder string (82510c4)

0.42.1 (2026-03-05)

Full Changelog: v0.42.0...v0.42.1

Features

  • [kernel-1028] add api clipboard support (12e68a1)
  • add force flag to viewport resize to bypass live view/recording check (d387238)
  • expose smooth mouse movement via public API (0e0f2ac)

Bug Fixes

  • use indices:dots arrayFmt in MarshalRoot for correct multipart array encoding (11a7720)

Chores

  • internal: codegen related update (3c706a4)

0.42.0 (2026-03-02)

Full Changelog: v0.41.0...v0.42.0

Features

  • Neil/kernel 1052 deployments list endpoint (8062ea7)

0.41.0 (2026-02-27)

Full Changelog: v0.40.0...v0.41.0

Features

  • Return uptime_ms for deleted browser sessions (a22343e)

0.40.0 (2026-02-26)

Full Changelog: v0.39.0...v0.40.0

Features

  • show pool browsers in dashboard and API (587b290)

0.39.0 (2026-02-25)

Full Changelog: v0.38.0...v0.39.0

Features

  • Add proxy hostname bypass hosts (2b066bf)

0.38.0 (2026-02-25)

Full Changelog: v0.37.0...v0.38.0

Features

  • Neil/kernel 1029 past session search (04750c0)

Chores

  • internal: move custom custom json tags to api (a35c88c)

0.37.0 (2026-02-23)

Full Changelog: v0.36.1...v0.37.0

Features

  • Neil/kernel 1017 profile pagination query parameter (d6166c8)

Bug Fixes

  • improve CLI coverage workflow reliability and accuracy (4dac142)
  • remove racy branch existence check in CLI coverage workflow (32639df)

0.36.1 (2026-02-21)

Full Changelog: v0.36.0...v0.36.1

Features

  • Add version filter to GET /deployments endpoint (cebd474)

0.36.0 (2026-02-21)

Full Changelog: v0.35.0...v0.36.0

Features

  • Add DELETE /deployments/{id} API endpoint (759add0)
  • add live smoke testing to CLI coverage workflow (fd4f331)

Bug Fixes

  • allow canceling a request while it is waiting to retry (f04d85f)

Chores

  • internal: remove mock server code (0676f28)
  • update mock server docs (217f713)

0.35.0 (2026-02-18)

Full Changelog: v0.34.0...v0.35.0

Features

0.34.0 (2026-02-18)

Full Changelog: v0.33.0...v0.34.0

Features

  • Add error_code field to ManagedAuthSession and related components (09fcbf2)
  • Allow arbitrary viewport dimensions (7460146)
  • Neil/kernel 873 templates v4 (dc79b42)

0.33.0 (2026-02-11)

Full Changelog: v0.32.0...v0.33.0

Features

  • auth: add save_credentials support (dc044eb)
  • auth: plan-based min health check intervals (b2f5bc2)
  • Browser API endpoint grouping (b772828)

Bug Fixes

  • encoder: correctly serialize NullStruct (85ac49d)
  • use kernel-internal app token in update-cli-coverage workflow (789d161)

Refactors

  • api: remove deprecated agent-auth endpoints from stainless.… (cb2010d)
  • auth: simplify proxy configuration in OpenAPI schema (7302183)

0.32.0 (2026-02-07)

Full Changelog: v0.31.1...v0.32.0

Features

  • auth: add reauth circuit breaker logic (9cfbd02)

0.31.1 (2026-02-06)

Full Changelog: v0.31.0...v0.31.1

Chores

  • add Managed Auth API planning doc (fe6c74f)

0.31.0 (2026-02-06)

Full Changelog: v0.30.0...v0.31.0

Features

  • add batch computer action proxy endpoint (19e11cc)

0.30.0 (2026-02-03)

Full Changelog: v0.29.0...v0.30.0

Features

  • Neil/kernel 872 templates v3 (9a6a1bf)

0.29.0 (2026-01-29)

Full Changelog: v0.28.0...v0.29.0

Features

  • add support for 1280x800@60 viewport (0e0add6)
  • client: add a convenient param.SetJSON helper (00e86b2)

0.28.0 (2026-01-22)

Full Changelog: v0.27.0...v0.28.0

Features

  • Allow hot loading profiles into sessions (436ac8c)

Bug Fixes

  • preserve existing CLI branch work in coverage workflow (5c2eb99)

0.27.0 (2026-01-21)

Full Changelog: v0.26.0...v0.27.0

Features

  • agent-auth: add 1Password integration for credential providers (690962f)
  • dashboard: add browser replays support for past browsers (33f2a9c)
  • Update browser pool org limits (6848a1c)

Refactors

  • agentauth: enhance discover and submit modules with improve… (71801e7)

0.26.0 (2026-01-17)

Full Changelog: v0.25.0...v0.26.0

Features

  • Auth agents auth check URL (b7ecbfe)

Bug Fixes

  • docs: add missing pointer prefix to api.md return types (ec3f3d7)
  • stainless: use @onkernel/sdk package name for TypeScript SDK (3a4991d)
  • use setup-go@v6 (not checkout@v6) (f1e6ffc)

Chores

  • internal: update actions/checkout version (5a2a7d4)

0.25.0 (2026-01-16)

Full Changelog: v0.24.0...v0.25.0

Features

  • add MFA options to agent authentication workflow (0f5b637)
  • add WebSocket process attach and PTY support (690d473)
  • api: add IP address logging for residential and custom proxies (35a09ad)
  • api: manual updates (0980329)
  • api: update production repos (0cdfbfd)
  • Support hot swap proxy on a session (5c479d9)

Chores

  • sync repo (1728134)
  • update module path from onkernel to kernel (52c5887)

0.24.0 (2025-12-17)

Full Changelog: v0.23.0...v0.24.0

Features

  • Enhance AuthAgentInvocationCreateResponse to include already_authenti… (fd4bfbd)
  • Fix browser pool sdk types (68de230)

0.23.0 (2025-12-16)

Full Changelog: v0.22.0...v0.23.0

Features

  • encoder: support bracket encoding form-data object members (7d11b85)
  • enhance agent authentication API with new endpoints and request… (7f2d67a)
  • Enhance AuthAgent model with last_auth_check_at field (a3cb1e1)

Bug Fixes

  • client: copy over change to params names to ExecuteNewRequeest (92fd6c1)
  • mcp: correct code tool API endpoint (563016a)
  • rename param to avoid collision (a20c158)

Chores

  • elide duplicate aliases (9eb4ec3)
  • internal: codegen related update (839598d)

0.22.0 (2025-12-06)

Full Changelog: v0.21.0...v0.22.0

Features

  • [wip] Browser pools polish pass (628410a)
  • Add async_timeout_seconds to PostInvocations (4ee4d7c)
  • Enhance agent authentication with optional login page URL and auth ch… (a2fc4ac)

Refactors

  • browser: remove persistence option UI (7ea9ccf)

0.21.0 (2025-12-02)

Full Changelog: v0.20.0...v0.21.0

Features

0.20.0 (2025-11-19)

Full Changelog: v0.19.2...v0.20.0

Features

  • Add pagination to list browsers method and allow it to include deleted browsers when include_deleted = true (2bebf78)

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (2a95394)

0.19.2 (2025-11-17)

Full Changelog: v0.19.1...v0.19.2

Features

  • Feat increase max timeout to 72h (f824eae)

0.19.1 (2025-11-13)

Full Changelog: v0.19.0...v0.19.1

Features

0.19.0 (2025-11-12)

Full Changelog: v0.18.0...v0.19.0

Features

  • feat hide cursor v2 (83ccf6e)
  • Remove price gating on computer endpoints (131fda4)

Chores

  • bump gjson version (666f492)
  • internal: grammar fix (it's -> its) (be376e8)

0.18.0 (2025-10-30)

Full Changelog: v0.17.0...v0.18.0

Features

  • apps: add offset pagination + headers (bb1bb22)

0.17.0 (2025-10-27)

Full Changelog: v0.16.0...v0.17.0

Features

  • Make country flag optional for DC and ISP proxies (cd2a114)

0.16.0 (2025-10-27)

Full Changelog: v0.15.0...v0.16.0

Features

  • ad hoc playwright code exec AP| (8589fb2)

0.15.0 (2025-10-17)

Full Changelog: v0.14.2...v0.15.0

Features

  • click mouse, move mouse, screenshot (b1dcded)
  • Phani/deploy with GitHub url (5e04228)

0.14.2 (2025-10-16)

Full Changelog: v0.14.1...v0.14.2

Features

0.14.1 (2025-10-13)

Full Changelog: v0.14.1...v0.14.1

Features

  • Hide and deprecate mobile proxy type (0775dfb)
  • WIP: Configurable Viewport (b8a3e85)

0.14.1 (2025-10-07)

Full Changelog: v0.14.0...v0.14.1

Features

0.14.0 (2025-10-03)

Full Changelog: v0.13.0...v0.14.0

Features

0.13.0 (2025-10-01)

Full Changelog: v0.12.0...v0.13.0

Features

  • Update oAPI and data model for proxy status (87b8365)

0.12.0 (2025-09-30)

Full Changelog: v0.11.5...v0.12.0

Features

  • Return proxy ID in browsers response (711c52f)

0.11.5 (2025-09-29)

Full Changelog: v0.11.4...v0.11.5

Features

  • Add App Version to Invocation and add filtering on App Version (81f87e2)
  • Fix my incorrect grammer (f04186f)

Bug Fixes

  • bugfix for setting JSON keys with special characters (32304ba)

0.11.4 (2025-09-25)

Full Changelog: v0.11.3...v0.11.4

Features

  • getInvocations endpoint (b9a983c)

0.11.3 (2025-09-24)

Full Changelog: v0.11.2...v0.11.3

Features

0.11.2 (2025-09-24)

Full Changelog: v0.11.1...v0.11.2

Features

Bug Fixes

  • use slices.Concat instead of sometimes modifying r.Options (e893e50)

Chores

  • bump minimum go version to 1.22 (8f9a2ac)
  • do not install brew dependencies in ./scripts/bootstrap by default (856b62a)
  • update more docs for 1.22 (f38538f)

0.11.1 (2025-09-06)

Full Changelog: v0.11.0...v0.11.1

Features

  • api: add pagination to the deployments endpoint (9130f8c)
  • api: pagination properties added to response (has_more, next_offset) (65c5342)
  • api: update API spec with pagination headers (ad37eb2)

Bug Fixes

  • client: correctly convert header pagination value to int (d42bd8a)
  • internal: unmarshal correctly when there are multiple discriminators (649203d)

0.11.0 (2025-09-04)

Full Changelog: v0.10.0...v0.11.0

Features

  • api: adding support for browser profiles (481cdb3)

Bug Fixes

  • close body before retrying (a6a2e40)

Chores

  • internal: codegen related update (a7030ab)

0.10.0 (2025-08-27)

Full Changelog: v0.9.1...v0.10.0

Features

  • api: new process, fs, and log endpoints (fa85f19)

0.9.1 (2025-08-15)

Full Changelog: v0.9.0...v0.9.1

Features

  • api: add browser timeouts (6c7b47f)

Chores

  • internal: codegen related update (e4ca558)
  • internal: update comment in script (9542333)
  • update @stainless-api/prism-cli to v5.15.0 (625476c)

0.9.0 (2025-08-07)

Full Changelog: v0.8.2...v0.9.0

Features

  • api: browser instance file i/o (7308fb8)
  • client: support optional json html escaping (7fb83d1)

0.8.2 (2025-07-23)

Full Changelog: v0.8.1...v0.8.2

Features

  • api: add action name to the response to invoke (e1bfb1d)

Bug Fixes

  • client: process custom base url ahead of time (4bef9af)

0.8.1 (2025-07-21)

Full Changelog: v0.8.0...v0.8.1

Chores

  • api: remove deprecated endpoints (7a659dc)

0.8.0 (2025-07-16)

Full Changelog: v0.7.1...v0.8.0

Features

  • api: manual updates (ba0a473)
  • client: expand max streaming buffer size (41bdefe)

Chores

  • internal: fix lint script for tests (5118fdf)
  • lint tests in subpackages (71d9002)

0.7.1 (2025-07-08)

Full Changelog: v0.7.0...v0.7.1

Features

Chores

0.7.0 (2025-07-02)

Full Changelog: v0.6.5...v0.7.0

Features

0.6.5 (2025-07-02)

Full Changelog: v0.6.4...v0.6.5

Bug Fixes

  • don't try to deserialize as json when ResponseBodyInto is []byte (7865ba8)

Chores

  • ci: only run for pushes and fork pull requests (a6b4ae7)

0.6.4 (2025-06-27)

Full Changelog: v0.6.3...v0.6.4

Features

0.6.3 (2025-06-25)

Full Changelog: v0.6.2...v0.6.3

Features

  • api: /browsers no longer requires invocation id (179da50)

0.6.2 (2025-06-24)

Full Changelog: v0.6.1...v0.6.2

Features

  • api: add since parameter to deployment logs endpoint (dc72c81)
  • client: add escape hatch for null slice & maps (d5e1ad9)

Chores

  • fix documentation of null map (a62b964)

0.6.1 (2025-06-18)

Full Changelog: v0.6.0...v0.6.1

Features

  • api: add delete_browsers endpoint (57fb070)

0.6.0 (2025-06-17)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: update via SDK Studio (ee8e77a)
  • api: update via SDK Studio (1b2efd8)
  • api: update via SDK Studio (3094578)
  • api: update via SDK Studio (0fec1e5)
  • api: update via SDK Studio (b44c90e)
  • api: update via SDK Studio (d6e1cd6)
  • api: update via SDK Studio (0bc5b00)
  • api: update via SDK Studio (db224f1)
  • api: update via SDK Studio (3be7afb)
  • api: update via SDK Studio (562f248)
  • api: update via SDK Studio (984cd7f)
  • api: update via SDK Studio (48d0b3d)
  • api: update via SDK Studio (8c6285b)
  • client: add debug log helper (5c92a71)

Chores

  • ci: enable for pull requests (72fd885)

0.5.0 (2025-06-04)

Full Changelog: v0.4.0...v0.5.0

Features

  • api: update via SDK Studio (f0b66f8)
  • api: update via SDK Studio (d60d333)
  • client: allow overriding unions (51d877d)

Bug Fixes

  • client: cast to raw message when converting to params (de14358)
  • fix error (7d27985)

Chores

  • make go mod tidy continue on error (91b5021)

0.4.0 (2025-05-28)

Full Changelog: v0.3.0...v0.4.0

Features

  • api: update via SDK Studio (ac5cf50)

0.3.0 (2025-05-22)

Full Changelog: v0.2.0...v0.3.0

Features

  • api: update via SDK Studio (7c22f9e)
  • api: update via SDK Studio (7941c72)
  • api: update via SDK Studio (470093a)
  • api: update via SDK Studio (5c567c9)

Chores

  • docs: grammar improvements (cb762f8)
  • improve devcontainer setup (8b46076)

0.2.0 (2025-05-21)

Full Changelog: v0.1.0...v0.2.0

Features

  • api: update via SDK Studio (788354c)

0.1.0 (2025-05-21)

Full Changelog: v0.1.0-alpha.6...v0.1.0

Features

  • api: update via SDK Studio (e05f5ec)

0.1.0-alpha.6 (2025-05-20)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

  • api: update via SDK Studio (8447b94)
  • api: update via SDK Studio (da5cfff)

0.1.0-alpha.5 (2025-05-20)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

  • api: update via SDK Studio (2f5051e)
  • api: update via SDK Studio (368ec0a)

0.1.0-alpha.4 (2025-05-20)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

  • api: update via SDK Studio (34dfea0)

Bug Fixes

  • client: correctly set stream key for multipart (2336290)
  • client: don't panic on marshal with extra null field (4208ce7)
  • client: increase max stream buffer size (eca7429)
  • client: use scanner for streaming (6fad3f9)

0.1.0-alpha.3 (2025-05-19)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

  • api: update via SDK Studio (4a12204)

0.1.0-alpha.2 (2025-05-19)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • api: update via SDK Studio (72da2c4)
  • api: update via SDK Studio (58da3af)
  • api: update via SDK Studio (ebab506)

0.1.0-alpha.1 (2025-05-14)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: update via SDK Studio (bb5cfe4)

Chores