Skip to content

feat: default Connector connectorClassName to iroh-quic-tunnel#151

Merged
zachsmith1 merged 2 commits intomainfrom
feat/connectorclass-iroh-quic-tunnel
Apr 30, 2026
Merged

feat: default Connector connectorClassName to iroh-quic-tunnel#151
zachsmith1 merged 2 commits intomainfrom
feat/connectorclass-iroh-quic-tunnel

Conversation

@zachsmith1
Copy link
Copy Markdown
Contributor

Summary

  • Switch DEFAULT_CONNECTOR_CLASS_NAME from datum-connect to iroh-quic-tunnel.
  • Companion change in datum-cloud/milo provisions the new iroh-quic-tunnel ConnectorClass on every project (existing projects keep their legacy datum-connect class as well, so older builds still resolve).
  • The Connector resource's metadata.generateName prefix is intentionally left as datum-connect- for now; that is cosmetic resource naming, not the class ref.

Test plan

  • Build a desktop binary from this branch, connect to a project, confirm the Connector resolves under iroh-quic-tunnel.
  • Verify older builds (still defaulting to datum-connect) continue to work against existing projects.

🤖 Generated with Claude Code

Switch DEFAULT_CONNECTOR_CLASS_NAME from datum-connect to
iroh-quic-tunnel so newly-created Connectors target the renamed class
that Milo will start provisioning on every project. Older builds of
this app continue to resolve against the legacy datum-connect class on
existing projects until they age out.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zachsmith1 zachsmith1 requested a review from scotwells April 30, 2026 19:21
scotwells
scotwells previously approved these changes Apr 30, 2026
The dep was declared with a bare git URL and no rev pin. Combined with
bundle CI's `cargo generate-lockfile` step (which discards the committed
lockfile before `dx bundle --locked`), every CI run resolved upstream
HEAD. Upstream just landed a Select API change (`value` is now
`Option<ReadSignal<Option<T>>>` and `placeholder` was removed), breaking
the bundle build with no source changes on our side.

Pin to ffbc750 (the rev currently in Cargo.lock and the last known to
build cleanly), matching the same approach used for the recent pkcs8
pin. Bumps should be deliberate going forward.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zachsmith1 zachsmith1 merged commit a93533f into main Apr 30, 2026
10 checks passed
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