From e831f0717d1c71cb9cf9391d907ccc6f25098b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 03:09:04 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/media_core/CHANGELOG.md | 22 +++++++++++++++++++++ packages/media_runner/CHANGELOG.md | 12 ++++++++++++ packages/media_utils/CHANGELOG.md | 13 +++++++++++++ packages/protocol/CHANGELOG.md | 27 ++++++++++++++++++++++++++ packages/transport_webrtc/CHANGELOG.md | 18 +++++++++++++++++ 5 files changed, 92 insertions(+) create mode 100644 packages/media_core/CHANGELOG.md create mode 100644 packages/media_runner/CHANGELOG.md create mode 100644 packages/media_utils/CHANGELOG.md create mode 100644 packages/protocol/CHANGELOG.md create mode 100644 packages/transport_webrtc/CHANGELOG.md diff --git a/packages/media_core/CHANGELOG.md b/packages/media_core/CHANGELOG.md new file mode 100644 index 00000000..8ebc01a6 --- /dev/null +++ b/packages/media_core/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/8xFF/atm0s-media-server/releases/tag/media-server-core-v0.1.0) - 2024-05-03 + +### Added +- bitrate allocator with both egress and ingress. ([#268](https://github.com/8xFF/atm0s-media-server/pull/268)) +- bitrate control with Twcc and Remb ([#265](https://github.com/8xFF/atm0s-media-server/pull/265)) +- channel pub-sub feature and tests. cluster integration test ([#262](https://github.com/8xFF/atm0s-media-server/pull/262)) +- add cluster metadata publish and subscribe options: peer and track info ([#260](https://github.com/8xFF/atm0s-media-server/pull/260)) + +### Fixed +- missing clear room_map in cluster cause room failed to restart ([#267](https://github.com/8xFF/atm0s-media-server/pull/267)) + +### Other +- Feat svc simulcast ([#266](https://github.com/8xFF/atm0s-media-server/pull/266)) +- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257)) diff --git a/packages/media_runner/CHANGELOG.md b/packages/media_runner/CHANGELOG.md new file mode 100644 index 00000000..665abba7 --- /dev/null +++ b/packages/media_runner/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/8xFF/atm0s-media-server/releases/tag/media-server-runner-v0.1.0) - 2024-05-03 + +### Other +- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257)) diff --git a/packages/media_utils/CHANGELOG.md b/packages/media_utils/CHANGELOG.md new file mode 100644 index 00000000..307af020 --- /dev/null +++ b/packages/media_utils/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/8xFF/atm0s-media-server/releases/tag/media-server-utils-v0.1.0) - 2024-05-03 + +### Other +- Feat svc simulcast ([#266](https://github.com/8xFF/atm0s-media-server/pull/266)) +- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257)) diff --git a/packages/protocol/CHANGELOG.md b/packages/protocol/CHANGELOG.md new file mode 100644 index 00000000..14f13744 --- /dev/null +++ b/packages/protocol/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/8xFF/atm0s-media-server/releases/tag/media-server-protocol-v0.1.0) - 2024-05-03 + +### Added +- bitrate allocator with both egress and ingress. ([#268](https://github.com/8xFF/atm0s-media-server/pull/268)) +- bitrate control with Twcc and Remb ([#265](https://github.com/8xFF/atm0s-media-server/pull/265)) +- add cluster metadata publish and subscribe options: peer and track info ([#260](https://github.com/8xFF/atm0s-media-server/pull/260)) +- connector support http export transport ([#233](https://github.com/8xFF/atm0s-media-server/pull/233)) +- connector with persistent queue ([#161](https://github.com/8xFF/atm0s-media-server/pull/161)) +- F32p2 conversion to from f32 ([#152](https://github.com/8xFF/atm0s-media-server/pull/152)) +- connector external event log - protobuf ([#132](https://github.com/8xFF/atm0s-media-server/pull/132)) + +### Fixed +- *(deps)* update rust crate serde to 1.0.200 ([#269](https://github.com/8xFF/atm0s-media-server/pull/269)) +- try fixing protoc release ([#155](https://github.com/8xFF/atm0s-media-server/pull/155)) + +### Other +- Feat svc simulcast ([#266](https://github.com/8xFF/atm0s-media-server/pull/266)) +- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257)) +- release server 0.1.1 ([#123](https://github.com/8xFF/atm0s-media-server/pull/123)) diff --git a/packages/transport_webrtc/CHANGELOG.md b/packages/transport_webrtc/CHANGELOG.md new file mode 100644 index 00000000..2b2ec89e --- /dev/null +++ b/packages/transport_webrtc/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/8xFF/atm0s-media-server/releases/tag/transport-webrtc-v0.1.0) - 2024-05-03 + +### Added +- bitrate allocator with both egress and ingress. ([#268](https://github.com/8xFF/atm0s-media-server/pull/268)) +- bitrate control with Twcc and Remb ([#265](https://github.com/8xFF/atm0s-media-server/pull/265)) +- add cluster metadata publish and subscribe options: peer and track info ([#260](https://github.com/8xFF/atm0s-media-server/pull/260)) + +### Other +- Feat svc simulcast ([#266](https://github.com/8xFF/atm0s-media-server/pull/266)) +- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257))