Conduit
Conduit
Docsllms.txtHostingGitHubIntroduction

Getting Started

OverviewInstall ConduitMCP SetupYour First AppStart with AI

Learn

ArchitectureClient vs Admin APIConfiguration

Modules

OverviewAuthenticationAuthorizationDatabaseStorageCommunicationsChatRouterFunctions

Guides

Next.js IntegrationReBAC Team ScopingGitOps State Export

Deployment

Deployment OverviewDocker ComposeKubernetes and HelmLocal from SourceContainer Images

Reference

CLI ReferenceClient APIAdmin APIEnvironment VariablesMCP Tools

Resources

Migration v0.16 → v0.17Legacy DocumentationChangelogFAQGlossaryContributing

Changelog

Release notes for Conduit Platform — v0.17 alpha and recent patches.

Notable changes from the Conduit CHANGELOG. For upgrade steps, see Migration v0.16 → v0.17.

v0.17 breaking changes (next alpha)

These ship on the v0.17 track and require action when upgrading from v0.16:

  • authentication: Legacy service account login removed — superseded by core cdt_ API tokens (POST /api-tokens); Service collection migrated away on startup. See Migration.

v0.17.0-alpha.3 (2026-06-19)

Bug fixes

  • build: Restore alpha release build
  • hermes: Support Socket.IO handshake auth (#1487)
  • module-tools: Restore grpc-sdk prod dependency for container runtime

v0.17.0-alpha.2 (2026-06-10)

Bug fixes

  • authentication: Resolve container build TypeScript errors

v0.17.0-alpha.1 (2026-06-10)

Bug fixes

  • authentication: Reconcile logged-in users metric (#1468)
  • chat: Missing migration on findMany
  • ci: Sync lockfile and harden alpha release pipeline (#1473)
  • database: Persistence issues in schema patching
  • ci: New CI pipeline failure

v0.17.0-alpha.0 (2026-05-19)

Features

  • v0.17-alpha (#1471) — major release track including:
AreaChange
communicationsEmail, SMS, and push-notifications consolidated into one module
communicationsUnified multi-channel templates, orchestration, and fallback chains
removed modulesforms dropped; legacy channel modules replaced by communications
coreAdmin, commons, and core merged into packages/core
API tokenscdt_ tokens on Admin API for MCP and automation (POST /api-tokens)
Admin MCPStreamable HTTP MCP at {ADMIN_BASE_URL}/mcp for dev-time provisioning
GitOps (preview)Admin state export/import for config-as-code — GitOps guide
readinessCore deep GET /ready on Admin port for orchestration (JSON checks; legacy plain-text via ?legacy=true)
toolchainNode.js 24+, pnpm, and Turbo replace Yarn/Lerna for platform development
routerPer-route rate limits; proxy route functionality removed
functionsvm2 removed; constrained VM context; cron function type for scheduled handlers
databaseMongoDB read preference / replica-set tuning; stale view cleanup (#1461)

v0.17 is currently alpha. Pin image and npm versions in production until stable.

Older releases

Full history back to early versions: GitHub releases and CHANGELOG.md.

Legacy Documentation

Archived Docusaurus docs for Conduit v0.14, v0.15, and v0.16.

FAQ

Frequently asked questions about Conduit Platform.

On this page

v0.17 breaking changes (next alpha)v0.17.0-alpha.3 (2026-06-19)Bug fixesv0.17.0-alpha.2 (2026-06-10)Bug fixesv0.17.0-alpha.1 (2026-06-10)Bug fixesv0.17.0-alpha.0 (2026-05-19)FeaturesOlder releases