Skip to content

r1.4

Latest

Choose a tag to compare

@camara-release-automation camara-release-automation released this 01 Jun 17:46
8d595f8

Release Notes

This public release contains the definition and documentation of

  • click-to-dial 0.1.0

The API definition(s) are based on

  • Commonalities 0.8.0
  • Identity and Consent Management 0.5.0

click-to-dial 0.1.0

click-to-dial 0.1.0 is the initial public version of the ClickToDial API.

Added

  • Added the initial public ClickToDial API definition with operations to create a call, retrieve call details, terminate a call, and retrieve call recordings when available.
  • Added callback support for ClickToDial call status change notifications using the CAMARA CloudEvents-based event model.
  • Added support for notification sink credentials aligned with the CAMARA event subscription model.
  • Added Gherkin test definitions for the main ClickToDial operations, including create call, get call, terminate call, and get recording.
  • Added API documentation and external API description content for public visibility.

Changed

  • Aligned the ClickToDial API definition with Commonalities r4.3 / 0.8.0.
  • Aligned the ClickToDial API definition with Identity and Consent Management r4.2 / 0.5.0.
  • Updated the API to use a CAMARA-compliant RESTful call resource model under /calls.
  • Updated CAMARA error response schemas and common reusable components to follow the applicable Commonalities model.
  • Updated callback notification security and callback response documentation.
  • Updated the ClickToDial event model to use the Commonalities CloudEvents envelope while retaining the ClickToDial-specific event type and payload.
  • Replaced the ClickToDial-specific CALL_ALREADY_ACTIVE 409 error code with the Commonalities-aligned ALREADY_EXISTS code.
  • Updated schema naming and validation constraints to comply with CAMARA validation rules.
  • Updated request-body documentation and schema constraints to align with Commonalities r4.3 request body strictness requirements.

Fixed

  • Fixed CAMARA validation findings so the API definition validates with zero errors and zero warnings.
  • Fixed authorization header usage in test definitions.
  • Fixed x-correlator handling and resource URLs in test definitions.
  • Fixed callback secured-operation response documentation by adding required error responses.

Removed

  • Removed obsolete local wrapper schemas now referenced directly from Commonalities artifacts.

Full Changelog: r1.1...r1.4