From 20cbb023603d14261995220c9904c09310ba2f02 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Wed, 19 Oct 2022 17:42:44 -0700 Subject: [PATCH] v1.2.5 (#1106) scrapped 1.2.4 release and will release 1.2.5 instead --- CHANGELOG | 9 +++++++-- version/version.go | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d5a99d4cb..ac70c71c9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/version/version.go b/version/version.go index 77086dd12..c8c51c097 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "1.2.4" +const Version = "1.2.5"