scrapped 1.2.4 release and will release 1.2.5 instead
This commit is contained in:
David Zhao
2022-10-19 17:42:44 -07:00
committed by GitHub
parent 8a2c0ec574
commit 20cbb02360
2 changed files with 8 additions and 3 deletions

View File

@@ -2,17 +2,18 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.4] - 2022-10-13
## [1.2.5] - 2022-10-19
### Added
- Ability to filter IP addresses from being used #1052
- AutoEgress templates during room creation
- Allow TCP fallback on multiple connection failures #1077
- Added support for track level stereo and RED setting #1086
### Fixed
- Fixed stream allocator with SVC codecs #1053
- Fixed UDPMux connectivity issues when machine has multiple interfaces #1081
- Ensure sender reports are in sync after transceiver is re-used #1080
- Fixed simulcast codec blocking track closure #1082
- Prevents multiple transport fallback in the same session #1090
### Changed
- Config validation has been enabled. Server will not start if there are invalid config values #1051
@@ -21,6 +22,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor cleanup of media track & friends module #1067
- Split out shared media transport code into livekit/mediatransportutil #1071
- Cleaned up logging, improved consistency of debug vs info #1073
- Reduced memory usage with sequencer #1100
- Improved IP address mapping, handling of multiple IPs #1094
- Service API requests are logged #1091
- Default HTTP handler responds with 404 for unknown paths #1088
## [1.2.3] - 2022-09-13
### Added

View File

@@ -1,3 +1,3 @@
package version
const Version = "1.2.4"
const Version = "1.2.5"