Skip to content

Commit ec21b53

Browse files
authored
Add August 21 changelog entry (#512)
Co-authored-by: eclairen <236733058+eclairen@users.noreply.github.com>
1 parent 87010be commit ec21b53

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

changelog.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ 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="August 21" tags={["Product", "Docs"]}>
13+
## Product updates
14+
15+
- Added **org entitlements**: a read-only `GET /org/entitlements` endpoint returning your organization's effective feature access and constraints after applying its plan, active trial treatment, plan status, and any organization-specific overrides. Null constraint values mean unlimited.
16+
- Added a **`memory` option** when creating a browser: request `16GiB` instead of the default `8GiB` for headful, non-GPU sessions. Every browser now reports its allocation on create, read, list, and pool acquire.
17+
- Added **customer-configurable OTLP export** for on-demand browser sessions. Create, list, update, and delete project-scoped OTLP/HTTP destinations through the API or [CLI](https://github.com/kernel/cli), then point a session at one with `telemetry.export.otlp.destination` when creating a browser. Destination headers are encrypted at rest and returned redacted. Browser pools do not support export.
18+
- Expanded [browser telemetry](/browsers/telemetry/overview) with two event types: proxy failures now arrive as first-class `proxy_error` events carrying a typed code instead of being buried in the raw network stream, and the CDP commands that drive the browser — input gestures, navigation, dialogs, file selection, screenshots — are reported as `cdp_command` under the `control` category.
19+
- [Proxy](/proxies/overview) configurations are now cleaned up automatically. Once an organization has more than 100 active configurations, those unused for 14 days are deleted; anything attached to a session, browser pool, instance, or managed auth connection is retained.
20+
- Extended the [CLI](https://github.com/kernel/cli) (v0.30.0–v0.31.0) with the `kernel telemetry destinations` command group, `--memory` on `browsers create`, `--proxy-name` / `--proxy-mode` and `--telemetry-export-otlp` across browser and managed auth commands, a new `kernel auth context` for inspecting the principal and scope behind your credentials, `--name` and `--query` filters on the list commands, and a Stagehand v4 project template. Note that `kernel browsers list` changed its column order, so scripts parsing that table positionally need updating.
21+
22+
## Documentation updates
23+
24+
- Added a [Foreman integration guide](/integrations/vercel/foreman) to the Vercel section.
25+
- Documented [replay iframe embedding](/browsers/replays) for embedding session replays inside your own dashboards.
26+
- Documented the 30-day retention window for browser telemetry events.
27+
- Documented automatic [proxy](/proxies/overview) cleanup behavior.
28+
- Added a print-to-PDF example to the Chrome policies doc.
29+
- Documented deployment API key lifecycle and the list of reserved env vars that cannot be overridden at deploy time.
30+
- Updated [Stagehand integration](/integrations/stagehand) docs to v4.
31+
</Update>
32+
1233
<Update label="August 14" tags={["Product", "Docs"]}>
1334
## Product updates
1435

0 commit comments

Comments
 (0)