Skip to content

Commit 9ce6754

Browse files
authored
Update changelog.mdx
1 parent 6c2f437 commit 9ce6754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n
1313
## Product updates
1414

1515
- Added auto standby to browser pool instances — pools can now automatically suspend when idle and resume on the next incoming request, reducing costs without manual intervention.
16-
- New browser configuration options on `browsers.create()` and browser pool definitions: [`chrome_policy`](/browsers/pools/policy-json) and `start_url` for opening directly to a specified URL on launch. The corresponding `--start-url` flag is available in the [CLI](https://github.com/kernel/cli).
16+
- Launched new browser configuration options on `browsers.create()` and browser pool definitions: [`chrome_policy`](/browsers/pools/policy-json) and `start_url` for opening directly to a specified URL on launch. The corresponding `--start-url` flag is available in the [CLI](https://github.com/kernel/cli).
1717
- Exposed full [Projects](/info/projects) CRUD in the public API, so projects can be created, updated, and deleted programmatically alongside the existing list endpoint.
1818
- Managed auth improvements: Added health check and automatic re-authentication controls to the [managed auth API](/auth/overview), letting you configure check intervals and reauth triggers per connection. Sessions are now automatically recorded — when a connection enters `NEEDS_AUTH` on the dashboard, a "View last login attempt" link routes directly to the session replay, and /auth rows now show a re-auth capability chip. Also, broader SSO and OAuth provider coverage, support for Google's two-step mobile prompt flow, per-connection post-login wait configuration (`post_login.wait_ms`), automatic SSO provider brand icons in auth dialogs, MFA alternatives displayed on the external action waiting screen, and a post-login browser refresh before the profile snapshot is captured for cleaner saved sessions.
1919
- Extended `proxy.check()` with an optional `url` parameter for testing reachability against a specific target domain before assigning the proxy. This is useful for catching proxies that pass generic health checks but are blocked on your target site.
@@ -24,8 +24,8 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n
2424
- Added a new [hCaptcha](/browsers/bot-detection/hcaptcha) page documenting beta support for hCaptcha solving.
2525
- Refreshed [managed auth](/auth/overview) documentation for May 2026: new dedicated [connection lifecycle](/auth/connection-lifecycle) page covering health checks and re-authentication, a shared [connection configuration](/auth/configuration) reference, documented `success_url` / `error_url` query parameters for the [hosted UI](/auth/hosted-ui), [`start_url`](/browsers/create-a-browser) references across browser and pool docs, a reorganized sidebar, and new FAQ entries for short-session reauth and multi-step login forms.
2626
- Clarified that managed residential proxy IPs are stable within a session but are not guaranteed to persist across sessions.
27-
- Clarified that profile updates do not propagate to idle browser pool instances — pools must be recycled for profile changes to take effect.
2827
- Updated the [Yutori integration guide](/integrations/computer-use/yutori) to Navigator n1.5.
28+
- Clarified that profile updates do not propagate to idle browser pool instances — pools must be recycled for profile changes to take effect.
2929
</Update>
3030

3131
<Update label="May 8" tags={["Product", "Docs"]}>

0 commit comments

Comments
 (0)