From 61ef57fe65c48d2e9a3c531cc283d0285711eab3 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:44:33 +0000 Subject: [PATCH] Remove inaccurate auto-reauth bullet from April 24 changelog --- changelog.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 9fa4431..f68d8c8 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -16,7 +16,6 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n - Kernel is now a [Cloudflare Web Bot Auth partner](https://www.kernel.sh/blog/cloudflare). Kernel browsers can [cryptographically identify themselves](/browsers/bot-detection/web-bot-auth) to Cloudflare-protected sites, so Kernel traffic isn't blocked. - Anti-detection features are now on by default for all Kernel browsers. [Stealth mode](/browsers/bot-detection/stealth) now specifically adds the managed residential proxy and CAPTCHA solver (both opt-out), and non-stealth browsers fully support [custom proxies](/proxies/custom). - Revamped the [managed auth hosted login page](/auth/hosted-ui): all available sign-in options (password fields, SSO providers, MFA, alternate sign-in methods) now render together on a single page, so end users can pick the path they want, instead of being funneled through one at a time. -- [Managed auth connections](/auth/overview) now automatically re-authenticate expired sessions during health checks when credentials are available, reducing the need for manual reauth. - Managed auth input fields now display contextual helper text when the site surfaces hints, reducing user confusion on multi-step logins. - The "Save credentials after login" option is now automatically disabled when [1Password](/integrations/1password) is selected as the [credential source](/auth/credentials), since those credentials are already managed externally. - Kernel now supports WebSocket connections through its API, enabling `process attach` and other long-lived streaming workflows.