From 647b30087bf6ea546f4020a634dcde999294bc4f Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:31:05 +0000 Subject: [PATCH 1/3] 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 9782832b811f28d34cb5b3a220a3e77c738f8f97 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:31:06 +0000 Subject: [PATCH 2/3] Add CHANGELOG draft for r1.1 --- CHANGELOG/CHANGELOG-r1.md | 99 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 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..9eeae8c --- /dev/null +++ b/CHANGELOG/CHANGELOG-r1.md @@ -0,0 +1,99 @@ +# 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 +* Identity and Consent Management 0.5.0 + + +> **Working area — candidate changes (auto-removed on merge)** +> Copy relevant entries into the Breaking changes/Added/Changed/Fixed/Removed sections below. List breaking changes both in Breaking changes and in their normal change category. +> 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 +* Update API definitions to fix CAMARA validation warnings and hints by @eric-murray in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/29 +* Update commonalities_release to r4.3 by @eric-murray in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/33 +* Sync common files from Commonalities r4.3 by @camara-release-automation[bot] in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/34 + +## 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 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) + - [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) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +**Full Changelog**: https://github.com/camaraproject/DeviceMediaStreamingRate/commits/r1.1 + From bc8a300aa940bf0e101d356284b17579f56e045d Mon Sep 17 00:00:00 2001 From: Mahesh <98130650+maheshc01@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:47:22 -0500 Subject: [PATCH 3/3] Add initial release note for media-streaming-rate 0.1.0-alpha.1 --- 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 9eeae8c..7f6ed8d 100644 --- a/CHANGELOG/CHANGELOG-r1.md +++ b/CHANGELOG/CHANGELOG-r1.md @@ -81,7 +81,7 @@ The API definition(s) are based on ### Added -* N/A +* Initial alpha release of media-streaming-rate 0.1.0-alpha.1 ### Changed