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
92 changes: 92 additions & 0 deletions CHANGELOG/CHANGELOG-r1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Changelog DeviceMediaStreamingRate

<!-- TOC:START -->
## Table of Contents
- [r1.1](#r11)
<!-- 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

# 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

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

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

## media-streaming-rate 0.1.0-alpha.1

**media-streaming-rate 0.1.0-alpha.1 is the first alpha release of this API**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**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)
- [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

* Initial alpha release of media-streaming-rate v0.1.0-alpha.1 by @maheshc01 in https://github.com/camaraproject/DeviceMediaStreamingRate/pull/11

### Changed

* None — first release

### Fixed

* None — first release

### Removed

* None — first release

**Full Changelog**: https://github.com/camaraproject/DeviceMediaStreamingRate/commits/r1.1

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
<!-- CAMARA:RELEASE-INFO:END -->

## Contributing
Expand Down
Loading