mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 09:19:53 +00:00
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "1.2.4"
|
||||
const Version = "1.2.5"
|
||||
|
||||
Reference in New Issue
Block a user