r4.1
Pre-release
Pre-release
Release Notes
This release candidate contains the definition and documentation of
- qos-profiles 1.2.0-rc.3
- qos-provisioning 0.4.0-rc.1
- quality-on-demand 1.2.0-rc.3
The API definition(s) are based on
- Commonalities r4.3 (0.8.0)
- Identity and Consent Management r4.2 (0.5.0)
qos-profiles 1.2.0-rc.3
qos-profiles 1.2.0-rc.3 is a release-candidate version of this API.
Changes documented below are compared to version 1.1.0.
- API definition with inline documentation:
Breaking changes
- N/A
Added
- N/A
Changed
- Aligned the API and its test definitions with CAMARA Commonalities r4.3 (0.8.0) by @RandyLevensalor in #575
- Common definitions are reused via
$refintocode/common/CAMARA_common.yaml(openId,x-correlator,Device,ErrorInfo, and the generic 400/401/404/429 error responses); the 403, 404 and 422 responses of this API remain local code subsets, as the common definitions list codes that cannot occur here - Added the mandatory
info.descriptionsections (authorization and authentication, additional error responses, request body strictness) and setx-camara-commonalitiesto0.8.0 - Added
maxLengthandmaxItemsconstraints toQosProfile.description,Availabilityand itsnetworksarray,countryName, and theretrieveQoSProfiles200 response array - Aligned both test definition files with the r4.3 sample service template and added
429and invalidx-correlatorscenarios
- Common definitions are reused via
Fixed
- Corrected the
targetMinDownstreamRatedescription by @tlohmar in #543 - Removed the redundant
format: stringfrom theQosProfileNameschema by @eric-murray in #549 - Standardized on the term
API consumer(replacingdeveloper) throughout the API description by @tlohmar in #547 - Used the term
QoS Sessionsystematically throughout the API description by @tlohmar in #574
Removed
- N/A
qos-provisioning 0.4.0-rc.1
qos-provisioning 0.4.0-rc.1 is a release-candidate version of this API.
Changes documented below are compared to version 0.3.0.
- API definition with inline documentation:
Breaking changes
- The sink credential model is narrowed from
PLAIN,ACCESSTOKEN,REFRESHTOKENtoACCESSTOKEN,PRIVATE_KEY_JWT, followingSinkCredentialinCAMARA_event_common.yamlof Commonalities r4.3, by @jlurien in #580- Listed for awareness: the
PLAINandREFRESHTOKENvalues, and thePlainCredentialandRefreshTokenCredentialschemas, were part of the published 0.3.0 schema and are no longer accepted. - A previously compliant API consumer is not affected. The 0.3.0 definition already stated that
sinkCredential.credentialTypeMUST be set toACCESSTOKEN, so no well-behaving client sent the removed values. Assessed against the previous public API contract, as required by the CAMARA API Design Guide, the change does not restrict well-behaving clients.
- Listed for awareness: the
Added
- Added the
PRIVATE_KEY_JWTsink credential type and the correspondingPRIVATE_KEY_JWT_NOT_CONFIGURED422 error code by @jlurien in #580
Changed
- Aligned the API and its test plan with CAMARA Commonalities r4.3 (0.8.0) by @jlurien in #580
Device,DeviceResponse,ErrorInfo, thex-correlatorparameter and header, and the generic error responses are reused via$refintocode/common/CAMARA_common.yaml; the API-specificCreateAssignment400,AssignmentConflict409andCreateAssignment422responses remain localCloudEvent,SinkCredentialandAccessTokenCredentialare reused via$refintocode/common/CAMARA_event_common.yaml, with the event expressed as a CloudEvent subtype carrying its own event type enum- Added the mandatory
info.descriptionsections (authorization and authentication, additional error responses, request body strictness) and setx-camara-commonalitiesto0.8.0 - Added
maxLengthconstraints toAssignmentId,BaseAssignmentInfo.sinkandAssignmentInfo.startedAt
Fixed
- Corrected the required property of
EventStatusChanged.datafromqosStatustostatus, matching the actual property name, by @jlurien in #580 - Added the missing
typeon theCloudEventandStatusschemas by @hdamker in #555 - Removed the redundant
format: stringfrom theQosProfileNameschema by @eric-murray in #549 - Corrected the typo "ssignment" to "assignment" by @Kevsy in #515
- Standardized on the term
API consumer(replacingdeveloper) throughout the API description by @tlohmar in #547 - Corrected the
externalDocs.descriptionwording by @hdamker in #595
Removed
- Removed the
PlainCredentialandRefreshTokenCredentialschemas and thePLAINandREFRESHTOKENcredential types by @jlurien in #580 (see breaking changes above)
quality-on-demand 1.2.0-rc.3
quality-on-demand 1.2.0-rc.3 is a release-candidate version of this API.
Changes documented below are compared to version 1.1.0.
- API definition with inline documentation:
Breaking changes
- The sink credential model is narrowed from
PLAIN,ACCESSTOKEN,REFRESHTOKENtoACCESSTOKEN,PRIVATE_KEY_JWT, followingSinkCredentialinCAMARA_event_common.yamlof Commonalities r4.3, by @hdamker in #579- Listed for awareness: the
PLAINandREFRESHTOKENvalues, and thePlainCredentialandRefreshTokenCredentialschemas, were part of the published 1.1.0 schema and are no longer accepted. - A previously compliant API consumer is not affected. The 1.1.0 definition already stated that
sinkCredential.credentialTypeMUST be set toACCESSTOKEN, so no well-behaving client sent the removed values. Assessed against the previous public API contract, as required by the CAMARA API Design Guide, the change does not restrict well-behaving clients.
- Listed for awareness: the
Added
- Allowed application servers to be identified by a list of single IPv4 and IPv6 addresses, in addition to a contiguous set of addresses within a subnet, and added test cases for it, by @eric-murray in #522 and #587
- Added the
PRIVATE_KEY_JWTsink credential type and the correspondingPRIVATE_KEY_JWT_NOT_CONFIGURED422 error code oncreateSessionby @hdamker in #579
Changed
- Aligned the API and its test definitions with CAMARA Commonalities r4.3 (0.8.0) by @hdamker in #579
openId,x-correlator,Device,DeviceResponse,ErrorInfoand the generic error responses are reused via$refintocode/common/; the API-specific code subset error responses remain local- Added the mandatory
info.descriptionsections (authorization and authentication, additional error responses, request body strictness) and setx-camara-commonalitiesto0.8.0 - Added
maxLength,maxItems,minimum,maximum,formatandpatternconstraints to the remaining local schemas.durationintentionally keeps no API level maximum, as the limit is themaxDurationof the QoS Profile - Aligned the QoS status change notifications to the CloudEvents model, consuming the shared
CloudEventandSinkCredentialfromcode/common/CAMARA_event_common.yaml - The
sinkCredential.credentialTypeenum is narrowed toACCESSTOKENandPRIVATE_KEY_JWT(see breaking changes above) Portnow references the common schema withminimum: 1; the previous local copy allowed0, which is not a usable flow port. Assessed against the previous public API contract, this makes a domain-limited bound machine-readable and rejects no request a well-behaving client would send- Aligned the five test definition files, adding
429and invalidx-correlatorscenarios
- Added dedicated 400 error responses for
getSessionanddeleteSession, so that error codes which cannot occur on those operations are no longer documented, by @maxl2287 in #578 - Clarified that
createSessionmay return201withqosStatusUNAVAILABLEandstatusInfoNETWORK_TERMINATEDwhen the network determines during session creation that the requested QoS cannot be provided, and broadened theNETWORK_TERMINATEDdescription accordingly, by @hdamker in #576
Fixed
- Added explicit response examples for the extend session endpoint by @mohdfarhanakram in #538
- Added the missing
typeon theCloudEventschema by @hdamker in #555 - Removed the redundant
format: stringfrom theQosProfileNameschema by @eric-murray in #549 - Standardized on the term
API consumer(replacingdeveloper) throughout the API description by @tlohmar in #547 - Used the term
QoS Sessionsystematically throughout the API description by @tlohmar in #574 - Removed a redundant sentence on authentication, which is covered by the dedicated section, by @AxelNennker in #551
Removed
- Removed the
PlainCredentialandRefreshTokenCredentialschemas and thePLAINandREFRESHTOKENcredential types by @hdamker in #579 (see breaking changes above)
Full Changelog: r3.2...r4.1