Skip to content

r3.1

Pre-release
Pre-release

Choose a tag to compare

@camara-release-automation camara-release-automation released this 23 Jul 16:06
bac1e07

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.

Breaking changes

  • idDocument Management Error Scenarios by @PedroDiez in #65. Two exceptions are removed:
    • 422 - CUSTOMER_INSIGHTS.ID_DOCUMENT_REQUIRED
    • 422 - CUSTOMER_INSIGHTS.INVALID_IDENTIFIERS
    • Their scope is covered by existing 422 - SERVICE_NOT_APPLICABLE exception

Added

  • N/A

Changed

  • Apply CAMARA Commonalities OWASP recommendations by @PedroDiez in #67. Detailed updates:
    • x-correlator, phoneNumber and ErrorInfo are aligned with Commonalities definitions
    • idDocument is 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_APPLICABLE exception:
    • 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
  • 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