Add July 10 changelog entry#443
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
fixing hypeship mistakes
There was a problem hiding this comment.
Risk assessment: Very Low
Evidence from the diff: this PR only adds an 18-line July 10 entry to changelog.mdx. It doesn't modify executable code, API specs, navigation/config, infrastructure, auth/permissions, generated assets, or model/prompt instruction files. No CODEOWNERS file is present in the workspace for this path, and the PR has no existing approvals, so approval is appropriate under the risk policy.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
Evidence from the diff: this PR only adds an 18-line July 10 changelog entry to changelog.mdx. It doesn't modify executable code, Mintlify config/navigation, API specs, infrastructure, auth/permissions logic, generated assets, or model/prompt instruction files. No CODEOWNERS file is present for this repository path in the checked-out workspace.
Review state: the PR is already approved at the current head commit (508352747f1c2af185d8518c120217ad202752ab), so I did not submit another approval.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 508352747f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## Documentation updates | ||
|
|
||
| - Documented the unified [concurrency limit](/info/projects) and marked `max_pooled_sessions` deprecated across pricing, projects, and the CLI reference. |
There was a problem hiding this comment.
Land unified concurrency docs before announcing them
This bullet says the unified concurrency limit is documented and max_pooled_sessions is deprecated across pricing, projects, and the CLI reference, but in this commit those pages are still stale: info/pricing.mdx still lists separate Reserved browsers and On-demand browsers concurrency rows, and reference/cli/projects.mdx still documents --max-pooled-sessions without a deprecation note. If this changelog ships before the companion docs, readers following the link won't find the new semantics the entry announces.
Useful? React with 👍 / 👎.
|
|
||
| - Consolidated on-demand and browser-pool concurrency into a single unified [concurrency limit](/info/projects) that counts `browsers.create()` sessions and pool reservations against one org cap. `max_pooled_sessions` is deprecated; `max_concurrent_sessions` now covers both. Rolling out gradually. | ||
| - Shipped `kernel audit-logs search` in the [CLI](https://github.com/kernel/cli) for querying the org audit log by time window, HTTP method, service, auth strategy, and user, with table or JSON output. `GET` requests are excluded by default to keep the signal on mutations. | ||
| - Added a `refresh_on_profile_update` flag to [browser pools](/browsers/pools) (SDK, [CLI](https://github.com/kernel/cli) `--refresh-on-profile-update`, and dashboard). Opted-in pools automatically flush their idle browsers when the pool's managed-auth profile re-authenticates, so pooled sessions stay logged in after a re-auth. |
There was a problem hiding this comment.
Point browser-pool links at the existing overview page
This new link targets /browsers/pools, but the docs tree only declares browsers/pools/overview for the browser-pools page in docs.json, and there isn't a browsers/pools.mdx source file or redirect for /browsers/pools. Readers clicking this changelog entry can hit a 404; link to /browsers/pools/overview here and in the matching docs bullet below.
Useful? React with 👍 / 👎.


Summary
Adds the July 10 changelog entry covering product and docs changes that shipped July 3–9.
Notes on the unified concurrency limit bullet
Both the product bullet and the docs bullet reference the unified concurrency limit, which is currently rolling out (10% of orgs + Kernel internal are on as of July 9 via infra#791). The customer-facing docs describing the new semantics live in a companion draft PR (#436) and the OpenAPI deprecation of
max_pooled_sessionslives in kernel/kernel#2630. Those should land alongside this entry, otherwise the changelog references concepts that aren't yet documented.Test plan
Note
Low Risk
Documentation-only changelog addition with no runtime or API behavior changes in this diff.
Overview
Adds a July 10 changelog block above the existing July 3 entry, in the same
<Update>format with separate Product updates and Documentation updates sections.The product bullets announce shipped work from early July: unified org concurrency (
max_concurrent_sessions, deprecatedmax_pooled_sessions),kernel audit-logs search, browser poolrefresh_on_profile_update,@onkernel/cua-agentmode/tool updates, richer pool/extension/credential API surfaces, and a guard on API key self-deletion. The docs bullets point readers at the new concurrency semantics, the pool refresh flag, and proxy health-check docs.Note: The PR description flags that linked docs/OpenAPI changes may still be in companion PRs, so some links may not match live docs until those land.
Reviewed by Cursor Bugbot for commit 5083527. Bugbot is set up for automated code reviews on this repo. Configure here.