From ce4ee47b650a6aa5dd06cd2c5e86874ecb1de90d Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Thu, 24 Oct 2024 12:52:02 +0530 Subject: [PATCH 1/2] chore(release-notes): update release notes for web-core 2.1.8 and 2.1.9 --- static/release-notes/react-web-core.json | 14 ++++++++++++++ static/release-notes/web-core.json | 16 +++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index b5d40e8af..51ad840da 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -1,4 +1,18 @@ [ + { + "version": "2.1.9", + "createdAt": "1729752332", + "fixes": [ + "Participant call stats were missing due to third party feature flag provider delays/outages." + ] + }, + { + "version": "2.1.8", + "createdAt": "1729685732", + "fixes": [ + "Websocket disconnections were not resetting meeting.self.roomState to init causing reconnection issues." + ] + }, { "version": "2.1.6-7", "createdAt": "1729651881", diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index dc4fc61fb..cca0403a8 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -1,9 +1,23 @@ [ + { + "version": "2.1.9", + "createdAt": "1729752332", + "fixes": [ + "Participant call stats were missing due to third party feature flag provider delays/outages." + ] + }, + { + "version": "2.1.8", + "createdAt": "1729685732", + "fixes": [ + "Websocket disconnections were not resetting meeting.self.roomState to init causing reconnection issues." + ] + }, { "version": "2.1.6-7", "createdAt": "1729651881", "fixes": [ - "Connecte Meetings - Allow user to end all related meetings from a child meeting" + "Connected Meetings - Allow user to end all related meetings from a child meeting" ] }, { From 3a7a8b40329f72ea90a2583b61201b92fbd43a63 Mon Sep 17 00:00:00 2001 From: Palash Date: Thu, 24 Oct 2024 13:43:47 +0530 Subject: [PATCH 2/2] fix: update release notes text --- static/release-notes/react-web-core.json | 4 ++-- static/release-notes/web-core.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index 51ad840da..710d01a39 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -3,14 +3,14 @@ "version": "2.1.9", "createdAt": "1729752332", "fixes": [ - "Participant call stats were missing due to third party feature flag provider delays/outages." + "Address the issue where post-meeting participant call quality data is unavailable for some users. This occurs in a small percentage of cases due to delays or outages from the third-party feature flag provider, which prevent the client from sending these events." ] }, { "version": "2.1.8", "createdAt": "1729685732", "fixes": [ - "Websocket disconnections were not resetting meeting.self.roomState to init causing reconnection issues." + "Fixed meeting.self.roomState to ensure that after a network reconnection, the state returns to init if it was originally set to init." ] }, { diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index cca0403a8..802a9cbdd 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -3,14 +3,14 @@ "version": "2.1.9", "createdAt": "1729752332", "fixes": [ - "Participant call stats were missing due to third party feature flag provider delays/outages." + "Address the issue where post-meeting participant call quality data is unavailable for some users. This occurs in a small percentage of cases due to delays or outages from the third-party feature flag provider, which prevent the client from sending these events." ] }, { "version": "2.1.8", "createdAt": "1729685732", "fixes": [ - "Websocket disconnections were not resetting meeting.self.roomState to init causing reconnection issues." + "Fixed meeting.self.roomState to ensure that after a network reconnection, the state returns to init if it was originally set to init." ] }, {