Skip to content

Commit

Permalink
Merge pull request #401 from dyte-io/chore/release-notes-update
Browse files Browse the repository at this point in the history
chore(release-notes): update release notes for web-core 2.1.8 and 2.1.9
  • Loading branch information
palashgo authored Oct 24, 2024
2 parents fd3a76a + 3a7a8b4 commit 1575ebb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions static/release-notes/react-web-core.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"version": "2.1.9",
"createdAt": "1729752332",
"fixes": [
"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": [
"Fixed meeting.self.roomState to ensure that after a network reconnection, the state returns to init if it was originally set to init."
]
},
{
"version": "2.1.6-7",
"createdAt": "1729651881",
Expand Down
16 changes: 15 additions & 1 deletion static/release-notes/web-core.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
[
{
"version": "2.1.9",
"createdAt": "1729752332",
"fixes": [
"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": [
"Fixed meeting.self.roomState to ensure that after a network reconnection, the state returns to init if it was originally set to init."
]
},
{
"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"
]
},
{
Expand Down

0 comments on commit 1575ebb

Please sign in to comment.