Skip to content

Commit d248ebc

Browse files
authored
Add April 24 changelog entry (#339)
* Add April 24 changelog entry * Refactor product updates in changelog Removed duplicate entries and improved clarity in product updates section. * Revise changelog for April 17 updates Updated changelog with recent product and documentation changes. --------- Co-authored-by: eclairen <236733058+eclairen@users.noreply.github.com>
1 parent ead5226 commit d248ebc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

changelog.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx';
99
For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-node-sdk/blob/main/CHANGELOG.md), [Python SDK](https://github.com/onkernel/kernel-python-sdk/blob/next/CHANGELOG.md), and [Go SDK](https://github.com/onkernel/kernel-go-sdk/blob/main/CHANGELOG.md) changelogs.
1010
</Note>
1111

12+
<Update label="April 24" tags={["Product", "Docs"]}>
13+
## Product updates
14+
15+
- 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.
16+
- 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).
17+
- 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.
18+
- [Managed auth connections](/auth/overview) now automatically re-authenticate expired sessions during health checks when credentials are available, reducing the need for manual reauth.
19+
- Managed auth input fields now display contextual helper text when the site surfaces hints, reducing user confusion on multi-step logins.
20+
- 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.
21+
- Kernel now supports WebSocket connections through its API, enabling `process attach` and other long-lived streaming workflows.
22+
- Exceeding invocation concurrency limits now returns a 429 response immediately, for faster and more actionable feedback.
23+
24+
## Documentation updates
25+
26+
- Rewrote the [stealth mode](/browsers/bot-detection/stealth) and [bot detection overview](/browsers/bot-detection/overview) pages to clarify the new anti-detection defaults, and added a "Bring your own proxy" section to the [proxies overview](/proxies/overview).
27+
</Update>
28+
1229
<Update label="April 17" tags={["Product", "Docs"]}>
1330
## Product updates
1431

0 commit comments

Comments
 (0)