From a7ed740f86e621d1269af82a96f8dd05e73c8f54 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Fri, 27 May 2022 22:50:13 -0700 Subject: [PATCH] Update CHANGELOG with v1.0.2 notes --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 43b86ec71..c227dfd86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,18 @@ Starting from v1.0, changes are documented in this log. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2022-05-27 +### Changed +- Fixed edge cases where streams were not allocated (#701) +- Fixed panic caused by concurrent modifications to stats worker map (#702 #704) +- Batched subscriber updates to reduce noise in large rooms (#703 #729) +- Fixed potential data race conditions (#706 #709 #711 #713 #715 #716 #717 #724 #727 +- /debug/pprof endpoint when running in development mode (#708) +- When audio tracks are muted, send blank frames to induce silence (#710) +- Fixed stream allocator not upgrading streams after downgrading (#719) +- Fixed repeated AddSubscriber potentially ignored (#723) +- Fixed ListEgress API sometimes returning not found (#722) + ## [1.0.1] - 2022-05-19 ### Changed - Update Egress details when changed, fixed Egress APIs (#694)