Skip to content

Releases: camaraproject/ClickToDial

r1.2

09 Mar 15:09
866ea11

Choose a tag to compare

r1.2 Pre-release
Pre-release

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

Added

  • Introduced the fully RESTful /calls resource model:
    • POST /calls
    • GET /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"
  • Structured 422 UnprocessableEntity business validation error codes:
    • INVALID_PHONE_NUMBER
    • SAME_CALLER_CALLEE
    • RECORDING_NOT_SUPPORTED
    • CALLER_NOT_AVAILABLE
    • CALLEE_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 /calls endpoints 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 ErrorInfo schema.

Removed

  • Removed deprecated operations from earlier alpha versions:

    • beginCall
    • releaseCall
    • downloadRecording

    These have been replaced by the RESTful /calls design.

New Contributors

  • N/A

Full Changelog: r1.1...r1.2

r1.1

15 May 14:04
a1e85ad

Choose a tag to compare

r1.1 Pre-release
Pre-release

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.

Added

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A

New Contributors

Full Changelog: https://github.com/camaraproject/ClickToDial/commits/r1.1/