r4.1
Pre-release
Pre-release
Release Notes
This release candidate contains the definition and documentation of
- connectivity-insights-subscriptions 0.7.0-rc.1
- connectivity-insights 0.7.0-rc.1
The API definition(s) are based on
- Commonalities r4.3 (0.8.0)
- Identity and Consent Management r4.2 (0.5.0)
connectivity-insights-subscriptions 0.7.0-rc.1
connectivity-insights-subscriptions 0.7.0-rc.1 is a release-candidate version of this API.
Changes documented below are compared to version 0.6.0.
- API definition with inline documentation:
Breaking changes
- Aligned the API with CAMARA Commonalities r4.3 (0.8.0) by @maheshc01 in #198
- Pagination for listing of subscriptions using
GET /subscriptionsis now supported — also listed under Changed- Addition of
pageandperPagequery parameters to control pagination - Returned subscriptions are now embedded in the
subscriptionsarray within the response JSON, with page metadata in thepaginationobject - Addition of response headers
X-Total-Count,X-Total-Pages, andLinkto facilitate page navigation
- Addition of
- Pagination for listing of subscriptions using
Added
- N/A
Changed
- Aligned the API with CAMARA Commonalities r4.3 (0.8.0) by @maheshc01 in #198
- Pagination for listing of subscriptions using
GET /subscriptionsis now supported — also listed under Breaking changes- Addition of
pageandperPagequery parameters to control pagination - Returned subscriptions are now embedded in the
subscriptionsarray within the response JSON, with page metadata in thepaginationobject - Addition of response headers
X-Total-Count,X-Total-Pages, andLinkto facilitate page navigation
- Addition of
- CloudEvent subscription replaced with
allOfref toCAMARA_event_common.CloudEvent - Added mandatory
info.descriptionsections (authorization and authentication, additional error responses, request body strictness) - Added
maxLength,format, and pattern constraints to string fields
- Pagination for listing of subscriptions using
Fixed
- Fixed
maxLength,patternforApplicationServerIpv4AddressandApplicationServerIpv6Addressschemas, and fixed required properties inCreateSubscriptionDetailby @Kevsy in #209 - Fixed
externalDocs.urltrailing slash andexternalDocs.descriptiontrailing period by @Kevsy in #214
Removed
- N/A
connectivity-insights 0.7.0-rc.1
connectivity-insights 0.7.0-rc.1 is a release-candidate version of this API.
Changes documented below are compared to version 0.6.0.
- API definition with inline documentation:
Breaking changes
- N/A
Added
- N/A
Changed
- Aligned the API with CAMARA Commonalities r4.3 (0.8.0) by @maheshc01 in #198
- Common definitions reused via
$refintoCAMARA_common.yaml(Device,DeviceResponse,Port,XCorrelator, error responses) - Added mandatory
info.descriptionsections (authorization and authentication, additional error responses, request body strictness) - Added
maxLength,format,minimum, andmaximumconstraints throughout
- Common definitions reused via
Fixed
- Fixed missing
type: objectdeclarations in schema definitions by @hdamker in #193 - Fixed
maxLengthand addedpatternforApplicationServerIpv4AddressandApplicationServerIpv6Addressschemas by @Kevsy in #214 - Fixed
externalDocs.descriptiontrailing period by @Kevsy in #214
Removed
- N/A
Full Changelog: r3.2...r4.1