r3.1
Pre-release
Pre-release
Release Notes
This release candidate contains the definition and documentation of
- customer-insights 0.3.0-rc.1
The API definition(s) are based on
- Commonalities 0.8.0
- Identity and Consent Management 0.5.0
customer-insights 0.3.0-rc.1
customer-insights 0.3.0-rc.1 is a release-candidate version of this API.
Changes documented below are compared to version 0.2.0.
- API definition with inline documentation:
Breaking changes
- idDocument Management Error Scenarios by @PedroDiez in #65. Two exceptions are removed:
422 - CUSTOMER_INSIGHTS.ID_DOCUMENT_REQUIRED422 - CUSTOMER_INSIGHTS.INVALID_IDENTIFIERS- Their scope is covered by existing
422 - SERVICE_NOT_APPLICABLEexception
Added
- N/A
Changed
- Apply CAMARA Commonalities OWASP recommendations by @PedroDiez in #67. Detailed updates:
x-correlator,phoneNumberandErrorInfoare aligned with Commonalities definitionsidDocumentis set to have a maxLength of 30 characters
- idDocument Management Error Scenarios by @PedroDiez in #65. Scenarios below indicated are now covered by
422 - SERVICE_NOT_APPLICABLEexception:- idDocument is required by API Provider and is not provided. Former exception:
422 - CUSTOMER_INSIGHTS.ID_DOCUMENT_REQUIRED - idDocument (required) and phoneNumber provided do not point the same susbcription: Former exception:
422 - CUSTOMER_INSIGHTS.INVALID_IDENTIFIERS - Involved tests are also updated
- idDocument is required by API Provider and is not provided. Former exception:
- Update API specification to local CAMARA_common.yaml references by @PedroDiez in #75
- Testing alignment with Commonalities Spring26 artifacts by @PedroDiez in #83
Fixed
- N/A
Removed
- N/A
Full Changelog: r2.2...r3.1