-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
465e4a0
commit 86aa998
Showing
7 changed files
with
143 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/media-server-core-v0.1.0) - 2024-05-28 | ||
|
||
### Added | ||
- 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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-05-28 | ||
|
||
### Added | ||
- 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-runner-v0.1.0) - 2024-05-28 | ||
|
||
### Added | ||
- 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 | ||
- BREAKING CHANGE: switching to sans-io-runtime ([#257](https://github.com/8xFF/atm0s-media-server/pull/257)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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-05-28 | ||
|
||
### Added | ||
- 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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-28 | ||
|
||
### 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 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-28 | ||
|
||
### Added | ||
- 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 | ||
- 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/transport-webrtc-v0.1.0) - 2024-05-28 | ||
|
||
### Added | ||
- 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)) |