Skip to content

Add July 10 changelog entry#443

Merged
eclairen merged 2 commits into
mainfrom
hypeship/july-10-changelog
Jul 9, 2026
Merged

Add July 10 changelog entry#443
eclairen merged 2 commits into
mainfrom
hypeship/july-10-changelog

Conversation

@eclairen

@eclairen eclairen commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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_sessions lives in kernel/kernel#2630. Those should land alongside this entry, otherwise the changelog references concepts that aren't yet documented.

Test plan

  • Preview the changelog page and confirm the July 10 entry renders above July 3 with the correct link targets

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, deprecated max_pooled_sessions), kernel audit-logs search, browser pool refresh_on_profile_update, @onkernel/cua-agent mode/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.

@eclairen eclairen requested a review from ehfeng July 9, 2026 22:52
@mintlify

mintlify Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟢 Ready View Preview Jul 9, 2026, 10:56 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

fixing hypeship mistakes

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@ehfeng ehfeng marked this pull request as ready for review July 9, 2026 23:16

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@eclairen eclairen merged commit 897a09c into main Jul 9, 2026
4 checks passed
@eclairen eclairen deleted the hypeship/july-10-changelog branch July 9, 2026 23:19

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread changelog.mdx

## Documentation updates

- Documented the unified [concurrency limit](/info/projects) and marked `max_pooled_sessions` deprecated across pricing, projects, and the CLI reference.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Comment thread changelog.mdx

- 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants