-
Notifications
You must be signed in to change notification settings - Fork 19
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
958ce3a
commit 8b2059e
Showing
22 changed files
with
269 additions
and
47 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,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.1](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-audio-mixer-v0.1.0...atm0s-media-server-audio-mixer-v0.1.1) - 2024-01-24 | ||
|
||
### Other | ||
- update Cargo.toml dependencies |
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
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,31 @@ | ||
# 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.2.0](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-cluster-v0.1.0...atm0s-media-server-cluster-v0.2.0) - 2024-01-24 | ||
|
||
### Added | ||
- gateway global ([#185](https://github.com/8xFF/atm0s-media-server/pull/185)) | ||
- sip transport and hooks ([#167](https://github.com/8xFF/atm0s-media-server/pull/167)) | ||
- allow run https self-signed cert for testing with remote server ([#175](https://github.com/8xFF/atm0s-media-server/pull/175)) | ||
- node info endpoint ([#151](https://github.com/8xFF/atm0s-media-server/pull/151)) | ||
- connector external event log - protobuf ([#132](https://github.com/8xFF/atm0s-media-server/pull/132)) | ||
- implement secure with static key JWT, update atm0s-sdn, update readme ([#129](https://github.com/8xFF/atm0s-media-server/pull/129)) | ||
- audio mix-minus and allow subscribe multi sources ([#126](https://github.com/8xFF/atm0s-media-server/pull/126)) | ||
- gateway and refactor media-server ([#106](https://github.com/8xFF/atm0s-media-server/pull/106)) | ||
|
||
### Fixed | ||
- *(deps)* update rust crate atm0s-sdn to 0.1.8 ([#162](https://github.com/8xFF/atm0s-media-server/pull/162)) | ||
- whip/whep sdp patch with client ices failed [#176](https://github.com/8xFF/atm0s-media-server/pull/176) ([#179](https://github.com/8xFF/atm0s-media-server/pull/179)) | ||
- missing dashboard in gateway and live sessions not update when session ended ([#111](https://github.com/8xFF/atm0s-media-server/pull/111)) | ||
- wrong typos cause publish error ([#93](https://github.com/8xFF/atm0s-media-server/pull/93)) | ||
|
||
### Other | ||
- rename token terms ([#174](https://github.com/8xFF/atm0s-media-server/pull/174)) | ||
- restructure cargo workspace deps and fix [#122](https://github.com/8xFF/atm0s-media-server/pull/122) ([#125](https://github.com/8xFF/atm0s-media-server/pull/125)) | ||
- Feat connector server ([#120](https://github.com/8xFF/atm0s-media-server/pull/120)) | ||
- release ([#88](https://github.com/8xFF/atm0s-media-server/pull/88)) |
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
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,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.2.0](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-endpoint-v0.1.0...atm0s-media-server-endpoint-v0.2.0) - 2024-01-24 | ||
|
||
### Added | ||
- gateway global ([#185](https://github.com/8xFF/atm0s-media-server/pull/185)) | ||
- sip transport and hooks ([#167](https://github.com/8xFF/atm0s-media-server/pull/167)) | ||
- 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)) | ||
- auto or manual peer info subscribe ([#135](https://github.com/8xFF/atm0s-media-server/pull/135)) | ||
- implement secure with static key JWT, update atm0s-sdn, update readme ([#129](https://github.com/8xFF/atm0s-media-server/pull/129)) | ||
- audio mix-minus and allow subscribe multi sources ([#126](https://github.com/8xFF/atm0s-media-server/pull/126)) | ||
- gateway and refactor media-server ([#106](https://github.com/8xFF/atm0s-media-server/pull/106)) | ||
|
||
### Fixed | ||
- wrong typos cause publish error ([#93](https://github.com/8xFF/atm0s-media-server/pull/93)) | ||
|
||
### Other | ||
- restructure cargo workspace deps and fix [#122](https://github.com/8xFF/atm0s-media-server/pull/122) ([#125](https://github.com/8xFF/atm0s-media-server/pull/125)) | ||
- Feat connector server ([#120](https://github.com/8xFF/atm0s-media-server/pull/120)) | ||
- release ([#88](https://github.com/8xFF/atm0s-media-server/pull/88)) |
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
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,21 @@ | ||
# 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.2.0](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-utils-v0.1.0...atm0s-media-server-utils-v0.2.0) - 2024-01-24 | ||
|
||
### Added | ||
- gateway global ([#185](https://github.com/8xFF/atm0s-media-server/pull/185)) | ||
- audio mix-minus and allow subscribe multi sources ([#126](https://github.com/8xFF/atm0s-media-server/pull/126)) | ||
- gateway and refactor media-server ([#106](https://github.com/8xFF/atm0s-media-server/pull/106)) | ||
|
||
### Fixed | ||
- *(deps)* update rust crate lz4_flex to 0.11.2 ([#165](https://github.com/8xFF/atm0s-media-server/pull/165)) | ||
|
||
### Other | ||
- Feat connector server ([#120](https://github.com/8xFF/atm0s-media-server/pull/120)) | ||
- release ([#88](https://github.com/8xFF/atm0s-media-server/pull/88)) |
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
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.1](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-proc-macro-v0.1.0...atm0s-media-server-proc-macro-v0.1.1) - 2024-01-24 | ||
|
||
### Fixed | ||
- *(deps)* update rust crate quote to 1.0.35 ([#139](https://github.com/8xFF/atm0s-media-server/pull/139)) | ||
- *(deps)* update rust crate syn to 2.0.48 ([#128](https://github.com/8xFF/atm0s-media-server/pull/128)) | ||
- *(deps)* update rust crate syn to 2.0.42 ([#124](https://github.com/8xFF/atm0s-media-server/pull/124)) | ||
- *(deps)* update rust crate syn to 2.0.41 ([#110](https://github.com/8xFF/atm0s-media-server/pull/110)) |
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
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.1](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-protocol-v0.1.0...atm0s-media-server-protocol-v0.1.1) - 2024-01-24 | ||
|
||
### Added | ||
- 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)) | ||
|
||
### Fixed | ||
- try fixing protoc release ([#155](https://github.com/8xFF/atm0s-media-server/pull/155)) |
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
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,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.2.0](https://github.com/8xFF/atm0s-media-server/compare/atm0s-media-server-transport-v0.1.0...atm0s-media-server-transport-v0.2.0) - 2024-01-24 | ||
|
||
### Added | ||
- sip transport and hooks ([#167](https://github.com/8xFF/atm0s-media-server/pull/167)) | ||
- audio mix-minus and allow subscribe multi sources ([#126](https://github.com/8xFF/atm0s-media-server/pull/126)) | ||
- gateway and refactor media-server ([#106](https://github.com/8xFF/atm0s-media-server/pull/106)) | ||
|
||
### Other | ||
- restructure cargo workspace deps and fix [#122](https://github.com/8xFF/atm0s-media-server/pull/122) ([#125](https://github.com/8xFF/atm0s-media-server/pull/125)) | ||
- release ([#88](https://github.com/8xFF/atm0s-media-server/pull/88)) |
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
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
Oops, something went wrong.