Release Notes
Purpose
Section titled “Purpose”Track notable changes to the Get2Dial platform — features, fixes and breaking changes — newest first.
Overview
Section titled “Overview”Until formal semantic versioning is in place, images are tagged latest plus an
immutable sha-<commit> on every push to main (see the
Upgrade runbook). Each entry below groups changes by
Added / Changed / Fixed.
2026-07 — Documentation portal
Section titled “2026-07 — Documentation portal”- Documentation portal (this site) — an Astro Starlight build served at
docs.get2dial.com, covering the platform, dialer, contact center, edge, infrastructure and a dedicated API reference. - Voicemail — mailboxes (
*99<mailbox>) with greetings,max_secscaps and optional voicemail-to-email; messages recorded at the edge and stored in MinIO. - Ring groups — simultaneous or sequential hunt groups (
*88<group>) with a no-answer fallback destination. - In-queue callback — “keep my place”: a waiting caller presses a digit and is called back when an agent frees up, instead of holding.
- Queue announcements — periodic position and estimated-wait comfort
messages via
mod_say.
Changed
Section titled “Changed”- The edge now follows the zero-shared-secrets posture — node API-key identity, per-tenant Redis ACLs and NATS accounts, and config read over the node API rather than a shared database handle.
- Caller ID at the carrier —
caller-id-in-fromis now set unconditionally so a campaign’s CLI reaches the carrier’s SIPFromheader.
Configuration
Section titled “Configuration”Not applicable.
Examples
Section titled “Examples”## 2026-08 — <release name>### Added- ...### Changed- ...### Fixed- ...- Keep entries short and operator-focused; link to runbooks/ADRs for detail.
- Call out breaking changes prominently with migration steps.