Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 154 additions & 0 deletions CHANGELOG/CHANGELOG-r3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
# Changelog WebRTC

<!-- TOC:START -->
## Table of Contents
- [r3.1](#r31)
<!-- TOC:END -->

**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.**

The below sections record the changes for each API version in each release as follows:

* for an alpha release, the delta with respect to the previous release
* for the first release-candidate, all changes since the last public release
* for subsequent release-candidate(s), only the delta to the previous release-candidate
* for a public release, the consolidated changes since the previous public release

# r3.1

## Release Notes

This release candidate contains the definition and documentation of
* webrtc-call-handling 0.4.0-rc.1
* webrtc-events 0.3.0-rc.1
* webrtc-registration 0.4.0-rc.1

The API definition(s) are based on
* Commonalities 0.8.0-rc.2
* Identity and Consent Management 0.5.0

<!-- BEGIN:AUTOGENERATED:CANDIDATE_CHANGES -->
> **Working area — candidate changes (auto-removed on merge)**
> Copy relevant entries into the Added/Changed/Fixed/Removed sections below.
> You may edit this list while triaging; it will be removed on merge.
> This working-area section is removed automatically when the PR is merged.

<details>
<summary>Candidate changes (auto-generated from merged PRs)</summary>

## What's Changed
* fix: removing reason and sequenceNumber fields from MediaSessionInformation by @teikuran in https://github.com/camaraproject/WebRTC/pull/119
* Remove unused properties by @teikuran in https://github.com/camaraproject/WebRTC/pull/124
* Decoupling WebRTC-Events subscriptions from specific media session or registration by @rhtszk in https://github.com/camaraproject/WebRTC/pull/126
* [bulk] Sync Release Information section (2025-12-12-001) by @hdamker-bot in https://github.com/camaraproject/WebRTC/pull/130
* Add Emergency Calling support (callType + PIDF-LO location) by @deepakjaiswal1 in https://github.com/camaraproject/WebRTC/pull/120
* Adding UML diagrams in API provider perspective by @teikuran in https://github.com/camaraproject/WebRTC/pull/122
* Additional user story documents by @rhtszk in https://github.com/camaraproject/WebRTC/pull/125
* Update CODEOWNERS stroncoso by @stroncoso in https://github.com/camaraproject/WebRTC/pull/133
* task: Review MAINTAINERS.MD - Fixes #141 by @stroncoso in https://github.com/camaraproject/WebRTC/pull/143
* Adding UML diagrams in API provider perspective Part2 by @teikuran in https://github.com/camaraproject/WebRTC/pull/139
* [bulk] Add release-plan.yaml (2026-02-23-001) by @hdamker-bot in https://github.com/camaraproject/WebRTC/pull/140
* Reset API and test version information to wip (merge before other PRs) by @hdamker in https://github.com/camaraproject/WebRTC/pull/153
* [bulk] Enable release automation and validation (2026-04-13-001) by @camara-release-automation[bot] in https://github.com/camaraproject/WebRTC/pull/154
* [bulk] Update release-automation + validation callers by @camara-release-automation[bot] in https://github.com/camaraproject/WebRTC/pull/157
* Add PUT /subscriptions/{subscriptionId} to update sink credentials and duration by @deepakjaiswal1 in https://github.com/camaraproject/WebRTC/pull/152
* Fix issue #76: update WebRTC subscription examples and developer guidance by @deepakjaiswal1 in https://github.com/camaraproject/WebRTC/pull/151
* Adding UML diagrams in API provider perspective Part3 by @teikuran in https://github.com/camaraproject/WebRTC/pull/150
* fix: some further clarification and potential improvements to the WebRTC Events by @teikuran in https://github.com/camaraproject/WebRTC/pull/156
* fix: set target_api_status to rc to match pre-release-rc release type by @hdamker in https://github.com/camaraproject/WebRTC/pull/161
* [bulk] Update release-automation + validation callers by @camara-release-automation[bot] in https://github.com/camaraproject/WebRTC/pull/163
* fix: Clarification on registration expiration by @teikuran in https://github.com/camaraproject/WebRTC/pull/166
* Provide location for call creation process by @stroncoso in https://github.com/camaraproject/WebRTC/pull/142
* fix(test-definitions): align feature file names and tags with operationIds by @stroncoso in https://github.com/camaraproject/WebRTC/pull/168
* Comonalities/ICM update to 4.2 by @stroncoso in https://github.com/camaraproject/WebRTC/pull/171
* feat: add GET /sessions and correct POST 201 response by @deepakjaiswal1 in https://github.com/camaraproject/WebRTC/pull/169
* fix: Clarification on registrationExpireTime by @teikuran in https://github.com/camaraproject/WebRTC/pull/165
* Commonalities v4.2 alignment by @stroncoso in https://github.com/camaraproject/WebRTC/pull/174
* Sync common files from Commonalities r4.2 by @camara-release-automation[bot] in https://github.com/camaraproject/WebRTC/pull/172
* enhance: Possibly breaking down MediaSessionInformation into distinct schema by @teikuran in https://github.com/camaraproject/WebRTC/pull/164

## New Contributors
* @rhtszk made their first contribution in https://github.com/camaraproject/WebRTC/pull/126
* @stroncoso made their first contribution in https://github.com/camaraproject/WebRTC/pull/133
* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/WebRTC/pull/154

</details>
<!-- END:AUTOGENERATED:CANDIDATE_CHANGES -->

## webrtc-call-handling 0.4.0-rc.1

**webrtc-call-handling 0.4.0-rc.1 is a release-candidate version of this API.**

- API definition **with inline documentation**:
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-call-handling.yaml&nocors)
- [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-call-handling.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/WebRTC/blob/r3.1/code/API_definitions/webrtc-call-handling.yaml)

### Added

* N/A

### Changed

* N/A

### Fixed

* N/A

### Removed

* N/A

## webrtc-events 0.3.0-rc.1

**webrtc-events 0.3.0-rc.1 is a release-candidate version of this API.**

- API definition **with inline documentation**:
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-events.yaml&nocors)
- [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-events.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/WebRTC/blob/r3.1/code/API_definitions/webrtc-events.yaml)

### Added

* N/A

### Changed

* N/A

### Fixed

* N/A

### Removed

* N/A

## webrtc-registration 0.4.0-rc.1

**webrtc-registration 0.4.0-rc.1 is a release-candidate version of this API.**

- API definition **with inline documentation**:
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-registration.yaml&nocors)
- [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-registration.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/WebRTC/blob/r3.1/code/API_definitions/webrtc-registration.yaml)

### Added

* N/A

### Changed

* N/A

### Fixed

* N/A

### Removed

* N/A

**Full Changelog**: https://github.com/camaraproject/WebRTC/compare/r2.2...r3.1

34 changes: 20 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,28 @@ Sandbox API Repository to describe, develop, document, and test the WebRTC Servi
> [!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 available release**.

* **NEW**: The latest public release is [r2.2](https://github.com/camaraproject/WebRTC/releases/tag/r2.2) (Fall25), with the following API versions:
* **webrtc-call-handling v0.3.0**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r2.2/code/API_definitions/webrtc-call-handling.yaml)
[[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-call-handling.yaml&nocors)
[[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-call-handling.yaml)
* **webrtc-events v0.2.0**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r2.2/code/API_definitions/webrtc-events.yaml)
[[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-events.yaml&nocors)
[[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-events.yaml)
* **webrtc-registration v0.3.0**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r2.2/code/API_definitions/webrtc-registration.yaml)
[[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-registration.yaml&nocors)
[[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-registration.yaml)
* The latest public release is [r2.2](https://github.com/camaraproject/WebRTC/releases/tag/r2.2), with the following API versions:
* **webrtc-call-handling 0.3.0**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r2.2/code/API_definitions/webrtc-call-handling.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-call-handling.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-call-handling.yaml)
* **webrtc-events 0.2.0**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r2.2/code/API_definitions/webrtc-events.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-events.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-events.yaml)
* **webrtc-registration 0.3.0**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r2.2/code/API_definitions/webrtc-registration.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-registration.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r2.2/code/API_definitions/webrtc-registration.yaml)

* The latest public release is always available here: https://github.com/camaraproject/WebRTC/releases/latest
* Other releases of this repository are available in https://github.com/camaraproject/WebRTC/releases
* For changes see [CHANGELOG.md](https://github.com/camaraproject/WebRTC/blob/main/CHANGELOG.md)
* For changes see [CHANGELOG](https://github.com/camaraproject/WebRTC/tree/main/CHANGELOG)

### Upcoming Release Preview

* Pre-release: [r3.1](https://github.com/camaraproject/WebRTC/releases/tag/r3.1) (release candidate)
* **webrtc-call-handling 0.4.0-rc.1**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r3.1/code/API_definitions/webrtc-call-handling.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-call-handling.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-call-handling.yaml)
* **webrtc-events 0.3.0-rc.1**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r3.1/code/API_definitions/webrtc-events.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-events.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-events.yaml)
* **webrtc-registration 0.4.0-rc.1**
[[YAML]](https://github.com/camaraproject/WebRTC/blob/r3.1/code/API_definitions/webrtc-registration.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-registration.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/WebRTC/r3.1/code/API_definitions/webrtc-registration.yaml)


_The above section is automatically synchronized by CAMARA project-administration._
<!-- CAMARA:RELEASE-INFO:END -->
Expand Down
Loading