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);Servicecollection 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:
| Area | Change |
|---|---|
| communications | Email, SMS, and push-notifications consolidated into one module |
| communications | Unified multi-channel templates, orchestration, and fallback chains |
| removed modules | forms dropped; legacy channel modules replaced by communications |
| core | Admin, commons, and core merged into packages/core |
| API tokens | cdt_ tokens on Admin API for MCP and automation (POST /api-tokens) |
| Admin MCP | Streamable HTTP MCP at {ADMIN_BASE_URL}/mcp for dev-time provisioning |
| GitOps (preview) | Admin state export/import for config-as-code — GitOps guide |
| readiness | Core deep GET /ready on Admin port for orchestration (JSON checks; legacy plain-text via ?legacy=true) |
| toolchain | Node.js 24+, pnpm, and Turbo replace Yarn/Lerna for platform development |
| router | Per-route rate limits; proxy route functionality removed |
| functions | vm2 removed; constrained VM context; cron function type for scheduled handlers |
| database | MongoDB 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.