Releases: camaraproject/ClickToDial
Releases · camaraproject/ClickToDial
r1.2
Release Notes
This release candidate contains the definition and documentation of
- click-to-dial 0.1.0-rc.1
The API definition(s) are based on
- Commonalities v0.7.0-rc.1
- Identity and Consent Management v0.5.0-rc.1
click-to-dial 0.1.0-rc.1
click-to-dial 0.1.0-rc.1 is a pre-release version of the click-to-dial API
- API definition with inline documentation:
Added
- Introduced the fully RESTful
/callsresource model:POST /callsGET /calls/{callId}DELETE /calls/{callId}GET /calls/{callId}/recording
- CloudEvents-based call status change notifications:
- type:
org.camaraproject.click-to-dial.v0.status-changed - specversion: "1.0"
- type:
- Structured
422 UnprocessableEntitybusiness validation error codes:INVALID_PHONE_NUMBERSAME_CALLER_CALLEERECORDING_NOT_SUPPORTEDCALLER_NOT_AVAILABLECALLEE_NOT_AVAILABLE
Changed
- Enum values aligned with CAMARA lowerCamelCase conventions for status and reason.
- Updated sink credential schema to enforce
credentialType = "ACCESSTOKEN". - Updated BDD test definitions to reflect the
/callsendpoints and versioned base paths. - Improved alignment of OpenAPI definitions and markdown API documentation examples.
Fixed
- Corrected CloudEvent examples to match defined schemas and enum values.
- Resolved inconsistencies between error examples and the
ErrorInfoschema.
Removed
-
Removed deprecated operations from earlier alpha versions:
beginCallreleaseCalldownloadRecording
These have been replaced by the RESTful
/callsdesign.
New Contributors
- N/A
Full Changelog: r1.1...r1.2
r1.1
Release Note
This release contains the definition and documentation of
- click-to-dial v0.1.0-alpha.1
The API definition(s) are based on
- Commonalities v0.5.0
- Identity and Consent Management v0.3.0
click-to-dial v0.1.0-alpha.1
click-to-dial v0.1.0-alpha.1 is the first pre-release version of the click-to-dial API.
- API definition with inline documentation:
Added
- Update for fall2025 by @YadingFang in #22, #27, #29, #31, #32, #34
- Create Click to Dial_API.md by @wuhonglin in #9
- Add Click to Dial support material by @HanbaiWang in #6
- Create Click to Dial_User_Story by @seekwain in #11
- Add API yaml files by @seekwain in #10
- Create Click to Dial_API.md by @wuhonglin in #9
- Add CTD support material by @HanbaiWang in #6
Changed
- N/A
Fixed
- N/A
Removed
- N/A
New Contributors
- @HanbaiWang made their first contribution in #4
- @wuhonglin made their first contribution in #9
- @seekwain made their first contribution in #10
- @YadingFang make their first contribution in #22
Full Changelog: https://github.com/camaraproject/ClickToDial/commits/r1.1/