|
| 1 | +{ |
| 2 | + "irVersion": "1.0", |
| 3 | + "project": "omnivoice-telnyx", |
| 4 | + "repository": "https://github.com/plexusone/omnivoice-telnyx", |
| 5 | + "versioning": "semver", |
| 6 | + "commitConvention": "conventional", |
| 7 | + "maintainers": ["johncwang@gmail.com"], |
| 8 | + "releases": [ |
| 9 | + { |
| 10 | + "version": "v0.1.0", |
| 11 | + "date": "2026-03-22", |
| 12 | + "highlights": [ |
| 13 | + { "description": "Initial Telnyx provider for OmniVoice with CallSystem, Transport, and SMS support" } |
| 14 | + ], |
| 15 | + "added": [ |
| 16 | + { "description": "Telnyx CallSystem provider implementing `callsystem.CallSystem` interface", "commit": "faf962a" }, |
| 17 | + { "description": "Telnyx SMSProvider implementing `callsystem.SMSProvider` interface", "commit": "faf962a" }, |
| 18 | + { "description": "`MakeCall`, `GetCall`, `ListCalls` for call management", "commit": "faf962a" }, |
| 19 | + { "description": "`OnIncomingCall` handler for inbound calls with webhook support", "commit": "faf962a" }, |
| 20 | + { "description": "`SendSMS` and `SendSMSFrom` for SMS messaging", "commit": "faf962a" }, |
| 21 | + { "description": "Call Control API integration: Answer, Hangup, Speak, PlayAudio", "commit": "faf962a" }, |
| 22 | + { "description": "Media Streaming support: `StartMediaStreaming`, `StopMediaStreaming`", "commit": "faf962a" }, |
| 23 | + { "description": "Real-time transcription: `StartTranscription`, `StopTranscription`", "commit": "faf962a" }, |
| 24 | + { "description": "Telnyx Media Streaming transport implementing `transport.Transport` interface", "commit": "c62b82d" }, |
| 25 | + { "description": "Telnyx TelephonyTransport implementing `transport.TelephonyTransport` interface", "commit": "c62b82d" }, |
| 26 | + { "description": "WebSocket-based bidirectional audio via `AudioIn()` and `AudioOut()` streams", "commit": "c62b82d" }, |
| 27 | + { "description": "DTMF event handling with `OnDTMF` callback", "commit": "c62b82d" }, |
| 28 | + { "description": "`SendMark` and `Clear` for audio synchronization", "commit": "c62b82d" } |
| 29 | + ], |
| 30 | + "documentation": [ |
| 31 | + { "description": "README with usage examples, architecture diagram, and configuration", "commit": "01dae50" }, |
| 32 | + { "description": "v0.1.0 release notes with feature highlights", "commit": "01dae50" } |
| 33 | + ], |
| 34 | + "build": [ |
| 35 | + { "description": "MIT LICENSE file", "commit": "d19637d" }, |
| 36 | + { "description": "Shared CI workflows for lint, test, and SAST", "commit": "2f1d1e1" } |
| 37 | + ], |
| 38 | + "dependencies": [ |
| 39 | + { "description": "`github.com/plexusone/omnivoice-core` v0.6.0", "commit": "603cc31" }, |
| 40 | + { "description": "`github.com/team-telnyx/telnyx-go/v4` v4.51.0", "commit": "eb30032" }, |
| 41 | + { "description": "`github.com/gorilla/websocket` v1.5.3", "commit": "603cc31" } |
| 42 | + ] |
| 43 | + } |
| 44 | + ] |
| 45 | +} |
0 commit comments