Release compatibility
Every Delphi release is delivered as a single version. When you set that version for your deployment, all of the platform's services are designed and tested to run together — you never mix versions between services. Upgrading is simply moving your deployment from one release to the next.
This page is about how the platform's own services fit together across releases: which releases are available, which one to run, and which services changed in each. If you build voice apps on the client SDK, see SDK compatibility for how SDK versions line up with platform versions.
Releases
| Release | Released | Status | What it delivers |
|---|---|---|---|
| v0.9.14latest patch: v0.9.14-patch3 | June 2026 | Current | Full TelWeb internationalization, layered resilience defaults and bot-delay handling, new voice providers, hard account lockout, TOBi DTMF controls, API access gating, and broader observability and operations controls. Release notes |
| v0.9.13latest patch: v0.9.13-patch3 | June 2026 | Supported | Managed telephony actions, Flow Builder rollback and checkpoints, security/session hardening, billing improvements, richer SIP observability, and a dedicated migration container. Release notes |
| v0.9.12latest patch: v0.9.12-patch1you are reading these docs | May 2026 | Supported | Operational reliability and workflow polish: TelAPI health checks, Flow Builder version cleanup, TOBi webhook hardening, and separate database and Redis TLS trust bundles. Release notes |
| v0.9.11 | May 2026 | Supported | Introduces the AI Flow Builder, upgrades the voice stack to Asterisk 22.9, broadens AI provider support, and adds managed billing. Release notes |
| v0.9.10latest patch: v0.9.10-patch1 | April 2026 | Superseded | Earlier 0.9.x release. Superseded by v0.9.11; upgrade when convenient. |
Which release should I run?
- Run the release marked Current. It is the newest tested release and gets the latest fixes.
- If your release line has a latest patch, apply it — patches contain fixes only and are always safe to take.
- Supported releases still receive critical fixes, but plan to move to the current release.
- Superseded releases are no longer updated; upgrade when convenient.
What changed in each release
A release upgrades every service together, but not every service changes in every release — many are carried forward unchanged. The table below shows which services got a new build in each recent release. To pick up a particular service's update, run at least the release where it last changed.
| Service | v0.9.14-patch3 | v0.9.14-patch1 | v0.9.14 | v0.9.13-patch3 | v0.9.13-patch1 | v0.9.13 | v0.9.12-patch1 | v0.9.12 | v0.9.11 | Last updated in |
|---|---|---|---|---|---|---|---|---|---|---|
| TelProTelephony / WebRTC gateway | Updated | · | Updated | Updated | Updated | Updated | · | · | Updated | v0.9.14-patch3 |
| RTPEngineMedia proxy | Updated | · | Updated | · | · | · | · | · | · | v0.9.14-patch3 |
| WebRTC (Janus)Browser-to-SIP bridge | Updated | · | Updated | · | · | · | · | · | · | v0.9.14-patch3 |
| TelSysAsterisk PBX | · | · | Updated | · | · | Updated | · | · | Updated | v0.9.14 |
| TelPhiAI conversation engine | Updated | Updated | Updated | Updated | Updated | Updated | Updated | Updated | Updated | v0.9.14-patch3 |
| AudioProcAudio processing | Updated | · | Updated | · | · | · | · | · | · | v0.9.14-patch3 |
| TelAPIAPI / WebSocket server | Updated | Updated | Updated | Updated | Updated | Updated | · | Updated | Updated | v0.9.14-patch3 |
| TelWebManagement dashboard | Updated | Updated | Updated | Updated | Updated | Updated | · | Updated | Updated | v0.9.14-patch3 |
| Media serverTTS media cache | · | · | Updated | · | · | · | · | Updated | Updated | v0.9.14 |
| ScalerAutoscaler | Updated | · | Updated | · | · | Updated | · | Updated | Updated | v0.9.14-patch3 |
| TaskerBackground jobs | Updated | · | Updated | Updated | · | Updated | · | Updated | Updated | v0.9.14-patch3 |
| DB migrateOne-shot migration and release seeding | Updated | Updated | Updated | Updated | Updated | Updated | · | · | · | v0.9.14-patch3 |
| Log-to-spanStructured SIP log to OTLP span bridge | Updated | · | · | · | · | Updated | · | · | · | v0.9.14-patch3 |
Updated means the service got a new build in that release. To pick up a service's update, run at least the release where it last changed (the Last updated in column). Services with no recent change are carried forward unchanged and need no action.
See also
- Release notes — what changed in each release and the upgrade checklist.
- SDK compatibility — how client-SDK versions line up with platform versions.
- Version sources — the upstream component versions bundled in a release.