Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
12 changes: 12 additions & 0 deletions packages/media_connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-connector-v0.1.0) - 2024-06-25

### Added
- connector ([#316](https://github.com/8xFF/atm0s-media-server/pull/316))
27 changes: 27 additions & 0 deletions packages/media_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-core-v0.1.0) - 2024-06-25

### Added
- connector ([#316](https://github.com/8xFF/atm0s-media-server/pull/316))
- audio mixer ([#306](https://github.com/8xFF/atm0s-media-server/pull/306))
- api gateway and session token for securing cluster ([#292](https://github.com/8xFF/atm0s-media-server/pull/292))
- webrtc sdk ([#283](https://github.com/8xFF/atm0s-media-server/pull/283))
- 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
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))
- 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))
22 changes: 22 additions & 0 deletions packages/media_gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-gateway-v0.1.0) - 2024-06-25

### Added
- console API ([#311](https://github.com/8xFF/atm0s-media-server/pull/311))
- api gateway and session token for securing cluster ([#292](https://github.com/8xFF/atm0s-media-server/pull/292))

### Fixed
- media gateway wrong cpu and memory compare ([#299](https://github.com/8xFF/atm0s-media-server/pull/299))
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))

### Other
- run cargo update ([#309](https://github.com/8xFF/atm0s-media-server/pull/309))
- Feat ping with node usage ([#298](https://github.com/8xFF/atm0s-media-server/pull/298))
- registry store ([#297](https://github.com/8xFF/atm0s-media-server/pull/297))
23 changes: 23 additions & 0 deletions packages/media_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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-06-25

### Added
- connector ([#316](https://github.com/8xFF/atm0s-media-server/pull/316))
- console API ([#311](https://github.com/8xFF/atm0s-media-server/pull/311))
- audio mixer ([#306](https://github.com/8xFF/atm0s-media-server/pull/306))
- api gateway and session token for securing cluster ([#292](https://github.com/8xFF/atm0s-media-server/pull/292))
- webrtc sdk ([#283](https://github.com/8xFF/atm0s-media-server/pull/283))

### Fixed
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))

### Other
- Feat ping with node usage ([#298](https://github.com/8xFF/atm0s-media-server/pull/298))
- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257))
19 changes: 19 additions & 0 deletions packages/media_secure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-secure-v0.1.0) - 2024-06-25

### Added
- console API ([#311](https://github.com/8xFF/atm0s-media-server/pull/311))
- api gateway and session token for securing cluster ([#292](https://github.com/8xFF/atm0s-media-server/pull/292))

### Fixed
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))

### Other
- registry store ([#297](https://github.com/8xFF/atm0s-media-server/pull/297))
19 changes: 19 additions & 0 deletions packages/media_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-06-25

### Added
- connector ([#316](https://github.com/8xFF/atm0s-media-server/pull/316))

### Fixed
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))

### 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))
34 changes: 34 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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-06-25

### Added
- connector ([#316](https://github.com/8xFF/atm0s-media-server/pull/316))
- console API ([#311](https://github.com/8xFF/atm0s-media-server/pull/311))
- audio mixer ([#306](https://github.com/8xFF/atm0s-media-server/pull/306))
- api gateway and session token for securing cluster ([#292](https://github.com/8xFF/atm0s-media-server/pull/292))
- webrtc sdk ([#283](https://github.com/8xFF/atm0s-media-server/pull/283))
- 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
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))
- *(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
- run cargo update ([#309](https://github.com/8xFF/atm0s-media-server/pull/309))
- 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))
25 changes: 25 additions & 0 deletions packages/transport_webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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-06-25

### Added
- connector ([#316](https://github.com/8xFF/atm0s-media-server/pull/316))
- audio mixer ([#306](https://github.com/8xFF/atm0s-media-server/pull/306))
- api gateway and session token for securing cluster ([#292](https://github.com/8xFF/atm0s-media-server/pull/292))
- webrtc sdk ([#283](https://github.com/8xFF/atm0s-media-server/pull/283))
- 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))

### Fixed
- typos and clippy warns ([#296](https://github.com/8xFF/atm0s-media-server/pull/296))

### 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))