Skip to content

docs: remove experimental lazy connections wording#842

Merged
heisbrot merged 2 commits into
mainfrom
docs/lazy-connections-not-experimental
Jul 10, 2026
Merged

docs: remove experimental lazy connections wording#842
heisbrot merged 2 commits into
mainfrom
docs/lazy-connections-not-experimental

Conversation

@heisbrot

@heisbrot heisbrot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Lazy connections have graduated from experimental status, so this PR removes the "experimental" framing from the docs:

  • manage/peers/lazy-connection.mdx — dropped "experimental" from the intro; replaced the "under active development" note with a focused note stating that accessing resources through routing peers (Networks) is not yet supported.
  • use-cases/security/implement-zero-trust.mdx — removed "experimental" from the lazy connections mentions.
  • get-started/cli.mdx — dropped the [Experimental] prefix from the --enable-lazy-connection flag description.

Left unchanged intentionally:

  • ipa/resources/accounts.mdx — generated from the upstream OpenAPI spec (npm run gen), so its "experimental" wording should be updated at the source.
  • NB_ENABLE_EXPERIMENTAL_LAZY_CONN env var — that's the actual variable name shipped by the client.

Testing

  • npm run build passes.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated lazy connection guidance to present the feature as generally available rather than experimental.
    • Clarified the minimum client version required and the need to review guidance before large-scale rollout.
    • Updated the limitations note to reflect support for (or restriction from) accessing resources through routing peers.

Lazy connections have graduated from experimental status. Remove the
"experimental" framing from the feature guide, the zero-trust use case,
and the CLI flag reference.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0afdaa91-bb65-4dfa-9656-53a1774ac6fb

📥 Commits

Reviewing files that changed from the base of the PR and between c787fac and ef0a724.

📒 Files selected for processing (2)
  • src/pages/manage/peers/lazy-connection.mdx
  • src/pages/use-cases/security/implement-zero-trust.mdx
💤 Files with no reviewable changes (1)
  • src/pages/manage/peers/lazy-connection.mdx

📝 Walkthrough

Walkthrough

Documentation updates across three pages remove experimental labeling from Lazy Connections, add a routing peer limitation to its dedicated page, and revise zero-trust scaling guidance while retaining version and rollout-review requirements.

Changes

Lazy Connections documentation update

Layer / File(s) Summary
Update feature status and limitations
src/pages/get-started/cli.mdx, src/pages/manage/peers/lazy-connection.mdx
The CLI flag and feature introduction no longer describe Lazy Connections as experimental, while the feature page documents its routing peer limitation.
Revise zero-trust rollout guidance
src/pages/use-cases/security/implement-zero-trust.mdx
The scaling guidance retains the 0.50.1+ client requirement and documentation review recommendation while removing the routing peer limitation statement.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: mlsmaycon, lixmal

Poem

A bunny sees the flags turn bright,
No “experimental” badge in sight.
One page notes a routing wall,
Another guides the scaling call.
Docs now hop in clearer cheer! 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main documentation change: removing experimental wording from lazy connections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/lazy-connections-not-experimental

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/pages/use-cases/security/implement-zero-trust.mdx

Oops! Something went wrong! :(

ESLint: 9.39.2

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@heisbrot heisbrot changed the title docs: lazy connections are no longer experimental docs: remove experimental lazy connections wording Jul 9, 2026
@heisbrot heisbrot merged commit 46e3e6b into main Jul 10, 2026
3 checks passed
@heisbrot heisbrot deleted the docs/lazy-connections-not-experimental branch July 10, 2026 12:29
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