From 8717ba666a7e2b037d5f7f5204042dc9330561ef Mon Sep 17 00:00:00 2001
From: Herbert Damker <52109189+hdamker@users.noreply.github.com>
Date: Sat, 7 Dec 2024 15:08:49 +0100
Subject: [PATCH 1/4] Updated version number for r1.3
---
code/API_definitions/qod-provisioning.yaml | 4 ++--
code/API_definitions/qos-profiles.yaml | 4 ++--
code/API_definitions/quality-on-demand.yaml | 4 ++--
.../qod-provisioning-createProvisioning.feature | 2 +-
.../qod-provisioning-deleteProvisioning.feature | 2 +-
.../qod-provisioning-getProvisioningById.feature | 2 +-
.../qod-provisioning-retrieveProvisioningByDevice.feature | 2 +-
code/Test_definitions/qos-profiles-getQosProfile.feature | 2 +-
.../Test_definitions/qos-profiles-retrieveQoSProfiles.feature | 2 +-
code/Test_definitions/quality-on-demand-createSession.feature | 2 +-
code/Test_definitions/quality-on-demand-deleteSession.feature | 2 +-
.../quality-on-demand-extendQosSessionDuration.feature | 2 +-
code/Test_definitions/quality-on-demand-getSession.feature | 2 +-
.../quality-on-demand-retrieveSessionsByDevice.feature | 2 +-
.../qod-provisioning-API-Readiness-Checklist.md | 2 +-
.../API_documentation/qos-profiles-API-Readiness-Checklist.md | 2 +-
.../quality-on-demand-API-Readiness-Checklist.md | 2 +-
17 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/code/API_definitions/qod-provisioning.yaml b/code/API_definitions/qod-provisioning.yaml
index 5c4eeea4e0..079f7253e0 100644
--- a/code/API_definitions/qod-provisioning.yaml
+++ b/code/API_definitions/qod-provisioning.yaml
@@ -70,7 +70,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
- version: wip
+ version: 0.1.1
x-camara-commonalities: 0.4.0
externalDocs:
@@ -78,7 +78,7 @@ externalDocs:
url: https://github.com/camaraproject/QualityOnDemand
servers:
- - url: "{apiRoot}/qod-provisioning/vwip"
+ - url: "{apiRoot}/qod-provisioning/v0.1"
variables:
apiRoot:
default: http://localhost:9091
diff --git a/code/API_definitions/qos-profiles.yaml b/code/API_definitions/qos-profiles.yaml
index 01bfa195c1..d0231dd6bb 100644
--- a/code/API_definitions/qos-profiles.yaml
+++ b/code/API_definitions/qos-profiles.yaml
@@ -62,7 +62,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
- version: wip
+ version: 0.11.1
x-camara-commonalities: 0.4.0
@@ -71,7 +71,7 @@ externalDocs:
url: https://github.com/camaraproject/QualityOnDemand
servers:
- - url: "{apiRoot}/qos-profiles/vwip"
+ - url: "{apiRoot}/qos-profiles/v0.11"
variables:
apiRoot:
default: http://localhost:9091
diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml
index cab2fba70a..8b1decf826 100644
--- a/code/API_definitions/quality-on-demand.yaml
+++ b/code/API_definitions/quality-on-demand.yaml
@@ -104,7 +104,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
- version: wip
+ version: 0.11.1
x-camara-commonalities: 0.4.0
externalDocs:
@@ -112,7 +112,7 @@ externalDocs:
url: https://github.com/camaraproject/QualityOnDemand
servers:
- - url: "{apiRoot}/quality-on-demand/vwip"
+ - url: "{apiRoot}/quality-on-demand/v0.11"
variables:
apiRoot:
default: http://localhost:9091
diff --git a/code/Test_definitions/qod-provisioning-createProvisioning.feature b/code/Test_definitions/qod-provisioning-createProvisioning.feature
index 087066f486..cb5918c3ee 100644
--- a/code/Test_definitions/qod-provisioning-createProvisioning.feature
+++ b/code/Test_definitions/qod-provisioning-createProvisioning.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA QoD Provisioning API, v0.1.0 - Operation createProvisioning
+Feature: CAMARA QoD Provisioning API, v0.1.1 - Operation createProvisioning
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/qod-provisioning-deleteProvisioning.feature b/code/Test_definitions/qod-provisioning-deleteProvisioning.feature
index b50cadb64f..ed50f142f8 100644
--- a/code/Test_definitions/qod-provisioning-deleteProvisioning.feature
+++ b/code/Test_definitions/qod-provisioning-deleteProvisioning.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA QoD Provisioning API, v0.1.0 - Operation deleteProvisioning
+Feature: CAMARA QoD Provisioning API, v0.1.1 - Operation deleteProvisioning
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/qod-provisioning-getProvisioningById.feature b/code/Test_definitions/qod-provisioning-getProvisioningById.feature
index 09142ecbd8..b237e48440 100644
--- a/code/Test_definitions/qod-provisioning-getProvisioningById.feature
+++ b/code/Test_definitions/qod-provisioning-getProvisioningById.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA QoD Provisioning API, v0.1.0 - Operation getProvisioningById
+Feature: CAMARA QoD Provisioning API, v0.1.1 - Operation getProvisioningById
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/qod-provisioning-retrieveProvisioningByDevice.feature b/code/Test_definitions/qod-provisioning-retrieveProvisioningByDevice.feature
index 66faf18899..79e35d81ab 100644
--- a/code/Test_definitions/qod-provisioning-retrieveProvisioningByDevice.feature
+++ b/code/Test_definitions/qod-provisioning-retrieveProvisioningByDevice.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA QoD Provisioning API, v0.1.0 - Operation retrieveProvisioningByDevice
+Feature: CAMARA QoD Provisioning API, v0.1.1 - Operation retrieveProvisioningByDevice
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/qos-profiles-getQosProfile.feature b/code/Test_definitions/qos-profiles-getQosProfile.feature
index ef0268a7af..467c320c1c 100644
--- a/code/Test_definitions/qos-profiles-getQosProfile.feature
+++ b/code/Test_definitions/qos-profiles-getQosProfile.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA QoS Profiles API, v0.11.0 - Operation getQosProfile
+Feature: CAMARA QoS Profiles API, v0.11.1 - Operation getQosProfile
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/qos-profiles-retrieveQoSProfiles.feature b/code/Test_definitions/qos-profiles-retrieveQoSProfiles.feature
index b9ffd9ab12..7204b202c8 100644
--- a/code/Test_definitions/qos-profiles-retrieveQoSProfiles.feature
+++ b/code/Test_definitions/qos-profiles-retrieveQoSProfiles.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA QoS Profiles API, v0.11.0 - Operation retrieveQoSProfiles
+Feature: CAMARA QoS Profiles API, v0.11.1 - Operation retrieveQoSProfiles
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/quality-on-demand-createSession.feature b/code/Test_definitions/quality-on-demand-createSession.feature
index 7f2ae3e148..110ddff2df 100644
--- a/code/Test_definitions/quality-on-demand-createSession.feature
+++ b/code/Test_definitions/quality-on-demand-createSession.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA Quality On Demand API, v0.11.0 - Operation createSession
+Feature: CAMARA Quality On Demand API, v0.11.1 - Operation createSession
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/quality-on-demand-deleteSession.feature b/code/Test_definitions/quality-on-demand-deleteSession.feature
index b3fc26a1f1..f0790ab3c6 100644
--- a/code/Test_definitions/quality-on-demand-deleteSession.feature
+++ b/code/Test_definitions/quality-on-demand-deleteSession.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA Quality On Demand API, v0.11.0 - Operation deleteSession
+Feature: CAMARA Quality On Demand API, v0.11.1 - Operation deleteSession
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/quality-on-demand-extendQosSessionDuration.feature b/code/Test_definitions/quality-on-demand-extendQosSessionDuration.feature
index 80ab9a1bba..bfdbaa36d6 100644
--- a/code/Test_definitions/quality-on-demand-extendQosSessionDuration.feature
+++ b/code/Test_definitions/quality-on-demand-extendQosSessionDuration.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA Quality On Demand API, v0.11.0 - Operation extendQosSessionDuration
+Feature: CAMARA Quality On Demand API, v0.11.1 - Operation extendQosSessionDuration
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/quality-on-demand-getSession.feature b/code/Test_definitions/quality-on-demand-getSession.feature
index 1a305242c7..ce41f31774 100644
--- a/code/Test_definitions/quality-on-demand-getSession.feature
+++ b/code/Test_definitions/quality-on-demand-getSession.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA Quality On Demand API, v0.11.0 - Operation getSession
+Feature: CAMARA Quality On Demand API, v0.11.1 - Operation getSession
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/code/Test_definitions/quality-on-demand-retrieveSessionsByDevice.feature b/code/Test_definitions/quality-on-demand-retrieveSessionsByDevice.feature
index 71b71927b0..59541d7773 100644
--- a/code/Test_definitions/quality-on-demand-retrieveSessionsByDevice.feature
+++ b/code/Test_definitions/quality-on-demand-retrieveSessionsByDevice.feature
@@ -1,4 +1,4 @@
-Feature: CAMARA Quality On Demand API, v0.11.0 - Operation retrieveSessionsByDevice
+Feature: CAMARA Quality On Demand API, v0.11.1 - Operation retrieveSessionsByDevice
# Input to be provided by the implementation to the tester
#
# Implementation indications:
diff --git a/documentation/API_documentation/qod-provisioning-API-Readiness-Checklist.md b/documentation/API_documentation/qod-provisioning-API-Readiness-Checklist.md
index 3645a7b445..8f76772b44 100644
--- a/documentation/API_documentation/qod-provisioning-API-Readiness-Checklist.md
+++ b/documentation/API_documentation/qod-provisioning-API-Readiness-Checklist.md
@@ -1,6 +1,6 @@
# API Readiness Checklist
-Checklist for qod-provisioning v0.1.0 in r1.2
+Checklist for qod-provisioning v0.1.1 in r1.3
| Nr | API release assets | alpha | release-candidate | initial
public | stable
public | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|------|
diff --git a/documentation/API_documentation/qos-profiles-API-Readiness-Checklist.md b/documentation/API_documentation/qos-profiles-API-Readiness-Checklist.md
index 370b773496..705f0bbc55 100644
--- a/documentation/API_documentation/qos-profiles-API-Readiness-Checklist.md
+++ b/documentation/API_documentation/qos-profiles-API-Readiness-Checklist.md
@@ -1,6 +1,6 @@
# API Readiness Checklist
-Checklist for qos-profiles v0.11.0 in r1.2
+Checklist for qos-profiles v0.11.1 in r1.3
| Nr | API release assets | alpha | release-candidate | initial
public | stable
public | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|----|
diff --git a/documentation/API_documentation/quality-on-demand-API-Readiness-Checklist.md b/documentation/API_documentation/quality-on-demand-API-Readiness-Checklist.md
index 00d8cbe9a0..76e7e4f142 100644
--- a/documentation/API_documentation/quality-on-demand-API-Readiness-Checklist.md
+++ b/documentation/API_documentation/quality-on-demand-API-Readiness-Checklist.md
@@ -1,6 +1,6 @@
# API Readiness Checklist
-Checklist for quality-on-demand v0.11.0 in r1.2
+Checklist for quality-on-demand v0.11.1 in r1.3
| Nr | API release assets | alpha | release-candidate | initial
public | stable
public | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|----|
From 5b460a1f991fdbcf5781b65b394e7708a0592517 Mon Sep 17 00:00:00 2001
From: Herbert Damker <52109189+hdamker@users.noreply.github.com>
Date: Sat, 7 Dec 2024 15:17:06 +0100
Subject: [PATCH 2/4] Repaced "main" in paths with release tag "r1.3"
---
code/API_definitions/qos-profiles.yaml | 2 +-
code/API_definitions/quality-on-demand.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/code/API_definitions/qos-profiles.yaml b/code/API_definitions/qos-profiles.yaml
index d0231dd6bb..0ff3afb8d3 100644
--- a/code/API_definitions/qos-profiles.yaml
+++ b/code/API_definitions/qos-profiles.yaml
@@ -14,7 +14,7 @@ info:
- Discovery of all QoS profiles offered by the network operator
- Retrieve the characteristics of a specific QoS profile by name
- How QoS profiles are mapped to connectivity characteristics are subject to agreements between the communication service provider and the API invoker. Within the CAMARA project, you can find a sample for such a mapping of QoS profiles. [CAMARA QoS Profiles Mapping Table (REFERENCE DRAFT)](https://github.com/camaraproject/QualityOnDemand/blob/main/documentation/API_documentation/QoSProfile_Mapping_Table.md)
+ How QoS profiles are mapped to connectivity characteristics are subject to agreements between the communication service provider and the API invoker. Within the CAMARA project, you can find a sample for such a mapping of QoS profiles. [CAMARA QoS Profiles Mapping Table (REFERENCE DRAFT)](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/documentation/API_documentation/QoSProfile_Mapping_Table.md)
# Authorization and authentication
diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml
index 8b1decf826..69993a4d60 100644
--- a/code/API_definitions/quality-on-demand.yaml
+++ b/code/API_definitions/quality-on-demand.yaml
@@ -10,7 +10,7 @@ info:
The QoD API offers the application developers the capability to request for stable latency (reduced jitter) or throughput for some specified application data flows between application clients (within a user device) and Application Servers (backend services). The developer has a pre-defined set of Quality of Service (QoS) profiles which they could choose from depending on their latency or throughput requirements.
- ![QoD API Overview](https://raw.githubusercontent.com/camaraproject/QualityOnDemand/main/documentation/API_documentation/resources/QoD_latency_overview.PNG)
+ ![QoD API Overview](https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/documentation/API_documentation/resources/QoD_latency_overview.PNG)
The usage of the API is based on QoS session resources, which can be created (based on available QoS profiles), queried and deleted. The deletion of a requested session can be triggered by the API consumer or can be triggered automatically once the QoS session has reached its limit.
@@ -54,7 +54,7 @@ info:
Following diagram shows the interaction between different components
- ![QoD Management API](https://raw.githubusercontent.com/camaraproject/QualityOnDemand/main/documentation/API_documentation/resources/QoD_details.PNG)
+ ![QoD Management API](https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/documentation/API_documentation/resources/QoD_details.PNG)
# Authorization and authentication
From 8618ddf5fde84974f931d33fe883b237d0806e3c Mon Sep 17 00:00:00 2001
From: Herbert Damker <52109189+hdamker@users.noreply.github.com>
Date: Sat, 7 Dec 2024 15:22:30 +0100
Subject: [PATCH 3/4] Update README.md
r1.2 replaced by r1.3
Updated meeting time (UTC based)
---
README.md | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 90ac321c3d..fb17307a9c 100644
--- a/README.md
+++ b/README.md
@@ -26,22 +26,22 @@ Repository to describe, develop, document and test the QualityOnDemand API famil
* Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest public release**.
-* **The latest public release is [r1.2](https://github.com/camaraproject/QualityOnDemand/tree/r1.2) with the following API definitions:**
+* **The latest public release is [r1.3](https://github.com/camaraproject/QualityOnDemand/tree/r1.3) a patch release of r1.2 with the following API definitions:**
- * **quality-on-demand v0.11.0**
- [[YAML]](https://github.com/camaraproject/QualityOnDemand/blob/r1.2/code/API_definitions/quality-on-demand.yaml)
- [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.2/code/API_definitions/quality-on-demand.yaml&nocors)
- [[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.2/code/API_definitions/quality-on-demand.yaml)
+ * **quality-on-demand v0.11.1**
+ [[YAML]](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/code/API_definitions/quality-on-demand.yaml)
+ [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/quality-on-demand.yaml&nocors)
+ [[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/quality-on-demand.yaml)
- * **qos-profiles v0.11.0**
- [[YAML]](https://github.com/camaraproject/QualityOnDemand/blob/r1.2/code/API_definitions/qos-profiles.yaml)
- [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.2/code/API_definitions/qos-profiles.yaml&nocors)
- [[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.2/code/API_definitions/qos-profiles.yaml)
+ * **qos-profiles v0.11.1**
+ [[YAML]](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/code/API_definitions/qos-profiles.yaml)
+ [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qos-profiles.yaml&nocors)
+ [[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qos-profiles.yaml)
- * qod-provisioning v0.1.0 (new, first initial version)
- [[YAML]](https://github.com/camaraproject/QualityOnDemand/blob/r1.2/code/API_definitions/qod-provisioning.yaml)
- [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.2/code/API_definitions/qod-provisioning.yaml&nocors)
- [[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.2/code/API_definitions/qod-provisioning.yaml)
+ * qod-provisioning v0.1.1 (new, first initial version)
+ [[YAML]](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/code/API_definitions/qod-provisioning.yaml)
+ [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qod-provisioning.yaml&nocors)
+ [[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qod-provisioning.yaml)
* Previous releases and pre-releases are available here: https://github.com/camaraproject/QualityOnDemand/releases
* For changes see [CHANGELOG.md](https://github.com/camaraproject/QualityOnDemand/blob/main/CHANGELOG.md)
@@ -55,7 +55,7 @@ Repository to describe, develop, document and test the QualityOnDemand API famil
## Contributing
* Meetings are held virtually
- * Schedule: bi-weekly, Friday, 2 PM CET/CEST (13:00 UTC, 12:00 UTC during European DST). For date/time of the next meeting, see previous meeting minutes
+ * Schedule: bi-weekly, Friday, 13:00 UTC (14:00 CET, 15:00 CEST). For date/time of the next meeting, see previous meeting minutes
* [Registration / Join](https://zoom-lfx.platform.linuxfoundation.org/meeting/94112812156?password=f238d6af-c959-48d7-a862-abdb3c648e40)
* Minutes: Access [meeting minutes](https://lf-camaraproject.atlassian.net/wiki/x/XCPe)
* Mailing List
From 5a7b654473e8b6b8243295e69ca8704af9b4706f Mon Sep 17 00:00:00 2001
From: Herbert Damker <52109189+hdamker@users.noreply.github.com>
Date: Tue, 10 Dec 2024 10:25:27 +0100
Subject: [PATCH 4/4] Update CHANGELOG.md
added r1.3 content
---
CHANGELOG.md | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 85 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6ba0e85b5..178639335b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog QualityOnDemand
## Table of Contents
-- **[r1.2](#r12)**
+- **[r1.3](#r13)**
+- [r1.2](#r12)
- [r1.1](#r11)
- [v0.10.1](#v0101)
- [v0.10.0](#v0100)
@@ -15,6 +16,89 @@
**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.**
+# r1.3
+## Release Notes
+
+This patch release contains the definition and documentation of
+* quality-on-demand v0.11.1
+* qos-profiles v0.11.1
+* qod-provisioning v0.1.1
+
+The API definition(s) are based on
+* Commonalities v0.4.0
+* Identity and Consent Management v0.2.1
+
+Note: this release is a patch release, containing some clarifications and updates within the documentation. The API versions are fully backward-compatible to the ones in r1.2. Please see there for the main changes compared to previews 0.10.x release.
+
+## quality-on-demand v0.11.1
+
+quality-on-demand 0.11.1 is a patch version of 0.11.0 with documentation updates and clarifications.
+
+- API definition **with inline documentation**:
+ - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/quality-on-demand.yaml&nocors)
+ - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/quality-on-demand.yaml)
+ - OpenAPI [YAML spec file](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/code/API_definitions/quality-on-demand.yaml)
+
+### Added
+* Added guidance for multi-SIM scenarios in `ìnfo.description` by @eric-murray in https://github.com/camaraproject/QualityOnDemand/pull/378
+
+### Changed
+* Authorization and authentication section in `info.description` updated with text from Identity & Consent Management text v0.2.1 by @hdamker in https://github.com/camaraproject/QualityOnDemand/pull/370
+* Updated the note for the retrieve POST calls by @RandyLevensalor in https://github.com/camaraproject/QualityOnDemand/pull/372
+
+### Fixed
+* Documented that the error response QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE can't be returned for /extend and will be removed within next version by @hdamker in https://github.com/camaraproject/QualityOnDemand/pull/382
+
+### Removed
+* n/a
+
+## qos-profiles v0.11.1
+
+qos-profiles 0.11.1 is a patch version of 0.11.0 with documentation updates and clarifications.
+
+- API definition **with inline documentation**:
+ - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qos-profiles.yaml&nocors)
+ - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qos-profiles.yaml)
+ - OpenAPI [YAML spec file](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/code/API_definitions/qos-profiles.yaml)
+
+### Added
+* Add QoS Profile User Story by @benhepworth in https://github.com/camaraproject/QualityOnDemand/pull/367
+* Added guidance for multi-SIM scenarios in `ìnfo.description` by @eric-murray in https://github.com/camaraproject/QualityOnDemand/pull/378
+
+### Changed
+* Authorization and authentication section in `info.description` updated with text from Identity & Consent Management text v0.2.1 by @hdamker in https://github.com/camaraproject/QualityOnDemand/pull/370
+* Updated the note for the retrieve POST calls by @RandyLevensalor in https://github.com/camaraproject/QualityOnDemand/pull/372
+
+### Fixed
+* n/a
+
+### Removed
+* n/a
+
+## qod-provisioning v0.1.1
+
+qod-provisioning v0.1.1 is a patch version of the first initial release of this new API.
+
+- API definition **with inline documentation**:
+ - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qod-provisioning.yaml&nocors)
+ - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QualityOnDemand/r1.3/code/API_definitions/qod-provisioning.yaml)
+ - OpenAPI [YAML spec file](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/code/API_definitions/qod-provisioning.yaml)
+
+### Added
+* Added guidance for multi-SIM scenarios in `ìnfo.description` by @eric-murray in https://github.com/camaraproject/QualityOnDemand/pull/378
+
+### Changed
+* Authorization and authentication section in `info.description` updated with text from Identity & Consent Management text v0.2.1 by @hdamker in https://github.com/camaraproject/QualityOnDemand/pull/370
+* Updated the note for the retrieve POST calls by @RandyLevensalor in https://github.com/camaraproject/QualityOnDemand/pull/372
+
+### Fixed
+* n/a
+
+### Removed
+* n/a
+
+**Full Changelog**: https://github.com/camaraproject/QualityOnDemand/compare/r1.2...r1.3
+
# r1.2
## Release Notes