From c5063244b66f4ce6b398ebdd7dfa8a904af18a90 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:18:43 +0000 Subject: [PATCH 1/2] Add Projects launch to April 24 changelog --- changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.mdx b/changelog.mdx index 76ee6c5..7a030a0 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -12,6 +12,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Product updates +- Launched [Projects](/info/projects), a new way to organize resources and isolate access within your Kernel organization. Each project has its own browsers, profiles, credentials, proxies, extensions, deployments, and pools, and supports project-scoped API keys, per-project concurrency limits, and the `X-Kernel-Project-Id` header for scoping requests. Existing resources have been moved into a **Default** project so nothing changes for current workloads. - 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. From fefe57ad467621e6fd7e0f27a7901ca657135f31 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:21:11 +0000 Subject: [PATCH 2/2] Rework Projects changelog bullet to focus on benefits --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 7a030a0..a999129 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -12,7 +12,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Product updates -- Launched [Projects](/info/projects), a new way to organize resources and isolate access within your Kernel organization. Each project has its own browsers, profiles, credentials, proxies, extensions, deployments, and pools, and supports project-scoped API keys, per-project concurrency limits, and the `X-Kernel-Project-Id` header for scoping requests. Existing resources have been moved into a **Default** project so nothing changes for current workloads. +- Launched [Projects](/info/projects) so you can keep `production` and `staging` separate, split resources between teams, scope API keys to a single environment, and cap concurrency per project so one workload can't exhaust your org quota. Existing resources have been moved into a **Default** project, so nothing changes for current workloads. - 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.