From 11735929716a6c65fe36c3fd740dfa638da3ef51 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 22:51:07 +0000 Subject: [PATCH 1/4] Update README Release Information for r1.1 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5ed06..c53caa6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,16 @@ Sandbox API Repository to describe, develop, document, and test the DeviceMediaS ## Release Information -The repository has no (pre)releases yet, work in progress is within the main branch. +> [!NOTE] +> This repository has only pre-release versions available yet. Pre-releases are for testing and may change before public release. + +* The latest pre-release is [r1.1](https://github.com/camaraproject/DeviceMediaStreamingRate/releases/tag/r1.1) (alpha), with the following API versions: + * **media-streaming-rate 0.1.0-alpha.1** + [[YAML]](https://github.com/camaraproject/DeviceMediaStreamingRate/blob/r1.1/code/API_definitions/media-streaming-rate.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceMediaStreamingRate/r1.1/code/API_definitions/media-streaming-rate.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/DeviceMediaStreamingRate/r1.1/code/API_definitions/media-streaming-rate.yaml) + +* For changes see [CHANGELOG](https://github.com/camaraproject/DeviceMediaStreamingRate/tree/main/CHANGELOG) + +_The above section is automatically synchronized by CAMARA project-administration._ ## Contributing From eda35ba3642d127afb1d548c780b78522e51cdb4 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 22:51:08 +0000 Subject: [PATCH 2/4] Add CHANGELOG draft for r1.1 --- CHANGELOG/CHANGELOG-r1.md | 92 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-r1.md diff --git a/CHANGELOG/CHANGELOG-r1.md b/CHANGELOG/CHANGELOG-r1.md new file mode 100644 index 0000000..f52b5fd --- /dev/null +++ b/CHANGELOG/CHANGELOG-r1.md @@ -0,0 +1,92 @@ +# Changelog DeviceMediaStreamingRate + + +## Table of Contents +- [r1.1](#r11) + + +**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 + +# r1.1 + +## Release Notes + +This pre-release contains the definition and documentation of +* media-streaming-rate 0.1.0-alpha.1 + +The API definition(s) are based on +* Commonalities 0.8.0-rc.2 +* Identity and Consent Management 0.5.0 + + +> **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. + +
+Candidate changes (auto-generated from merged PRs) + +## What's Changed +* Update README.md by @hdamker in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/5 +* Update CODEOWNERS by @hdamker in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/1 +* Update MAINTAINERS.MD by @hdamker in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/2 +* Add linting rules by @eric-murray in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/7 +* Update MAINTAINERS.MD by @hdamker in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/8 +* Update MAINTAINERS.MD by @maheshc01 in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/12 +* admin: migrate to centralized linting workflows by @hdamker-bot in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/16 +* proposing Mahesh as a code owner by @maheshc01 in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/15 +* Initial yaml spec for device max bitrate by @maheshc01 in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/11 +* [bulk] Sync Release Information section (2026-02-19-001) by @hdamker-bot in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/19 +* Update README.md after repository rename by @hdamker in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/20 +* fix(api): reset server URL to vwip on main (fixes #18) by @hdamker in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/22 +* [bulk] Add release-plan.yaml (2026-02-22-001) by @hdamker-bot in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/21 +* Modify release plan for pre-release by @rartych in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/23 +* [bulk] Enable release automation and validation by @camara-release-automation[bot] in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/24 +* Sync common files from Commonalities r4.2 by @camara-release-automation[bot] in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/25 + +## New Contributors +* @hdamker made their first contribution in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/5 +* @eric-murray made their first contribution in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/7 +* @maheshc01 made their first contribution in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/12 +* @hdamker-bot made their first contribution in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/16 +* @rartych made their first contribution in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/23 +* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/24 + +
+ + +## media-streaming-rate 0.1.0-alpha.1 + +**media-streaming-rate 0.1.0-alpha.1 is ...** + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceMediaStreamingRate/r1.1/code/API_definitions/media-streaming-rate.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/DeviceMediaStreamingRate/r1.1/code/API_definitions/media-streaming-rate.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceMediaStreamingRate/blob/r1.1/code/API_definitions/media-streaming-rate.yaml) + +### Added + +* _To be filled during release review_ + +### Changed + +* _To be filled during release review_ + +### Fixed + +* _To be filled during release review_ + +### Removed + +* _To be filled during release review_ + +**Full Changelog**: https://github.com/camaraproject/DeviceMediaStreamingRate/commits/r1.1 + From 600ac9d6cf9dfda8f3c70135f65102ecf8bfc1d8 Mon Sep 17 00:00:00 2001 From: Mahesh <98130650+maheshc01@users.noreply.github.com> Date: Sat, 30 May 2026 18:10:53 -0500 Subject: [PATCH 3/4] code owner actions updated --- CHANGELOG/CHANGELOG-r1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG/CHANGELOG-r1.md b/CHANGELOG/CHANGELOG-r1.md index f52b5fd..79779e7 100644 --- a/CHANGELOG/CHANGELOG-r1.md +++ b/CHANGELOG/CHANGELOG-r1.md @@ -65,7 +65,7 @@ The API definition(s) are based on ## media-streaming-rate 0.1.0-alpha.1 -**media-streaming-rate 0.1.0-alpha.1 is ...** +**media-streaming-rate 0.1.0-alpha.1 is the first alpha release of this API** - API definition **with inline documentation**: - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceMediaStreamingRate/r1.1/code/API_definitions/media-streaming-rate.yaml&nocors) @@ -74,19 +74,19 @@ The API definition(s) are based on ### Added -* _To be filled during release review_ +* Initial alpha release of media-streaming-rate v0.1.0-alpha.1 by @maheshc01 in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/11 ### Changed -* _To be filled during release review_ +* None — first release ### Fixed -* _To be filled during release review_ +* None — first release ### Removed -* _To be filled during release review_ +* None — first release **Full Changelog**: https://github.com/camaraproject/DeviceMediaStreamingRate/commits/r1.1 From 1935fe905c17378435100d91d4e99feaa138cc12 Mon Sep 17 00:00:00 2001 From: Mahesh <98130650+maheshc01@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:35:06 -0500 Subject: [PATCH 4/4] Update CHANGELOG/CHANGELOG-r1.md Co-authored-by: Tanja de Groot <87864067+tanjadegroot@users.noreply.github.com> --- CHANGELOG/CHANGELOG-r1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-r1.md b/CHANGELOG/CHANGELOG-r1.md index 79779e7..846b71d 100644 --- a/CHANGELOG/CHANGELOG-r1.md +++ b/CHANGELOG/CHANGELOG-r1.md @@ -65,7 +65,7 @@ The API definition(s) are based on ## media-streaming-rate 0.1.0-alpha.1 -**media-streaming-rate 0.1.0-alpha.1 is the first alpha release of this API** +**media-streaming-rate 0.1.0-alpha.1 is the first alpha version of this API.** - API definition **with inline documentation**: - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceMediaStreamingRate/r1.1/code/API_definitions/media-streaming-rate.yaml&nocors)