From 4e388efd05cddef787a6ebc2a3f9e5a00e799fa0 Mon Sep 17 00:00:00 2001 From: Dmitry Fedoseyev Date: Fri, 6 Dec 2024 15:07:37 +0200 Subject: [PATCH 1/2] 1.16.7 iOS Release (#2446) --- docs/ios/v2/release-notes/release-notes.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ios/v2/release-notes/release-notes.mdx b/docs/ios/v2/release-notes/release-notes.mdx index 496dc99de..6436b5a7a 100644 --- a/docs/ios/v2/release-notes/release-notes.mdx +++ b/docs/ios/v2/release-notes/release-notes.mdx @@ -4,6 +4,14 @@ nav: 6.1 description: Release Notes for 100ms iOS SDK --- +## 1.16.7 - 2024-12-06 +### Added +- Analytics for network type + +### Fixed +- Edge scenario where callbacks for local tracks might not get fired on join + + ## 1.16.6 - 2024-11-13 ### Fixed - Incorrect packets lost value in RTC stats From 818e5e9f7560f152a1e1ecaa16821578f95f959f Mon Sep 17 00:00:00 2001 From: pratimmallick Date: Mon, 9 Dec 2024 14:05:45 +0530 Subject: [PATCH 2/2] Release notes for v2.9.70 --- .../v2/release-notes/release-notes.mdx | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/android/v2/release-notes/release-notes.mdx b/docs/android/v2/release-notes/release-notes.mdx index 14beb79f1..314e3417b 100644 --- a/docs/android/v2/release-notes/release-notes.mdx +++ b/docs/android/v2/release-notes/release-notes.mdx @@ -19,24 +19,29 @@ import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shie | live.100ms:virtual-background: || | live.100ms:hms-noise-cancellation-android: | | +## v2.9.70 - 2024-12-09 +### Added +* Analytics to identify the type of network(wifi/cellular) user is on while connecting to HMS rooms +* Fetch local peer's responses when a poll is started and add it to the responses of poll questions + ## v2.9.69 - 2024-10-25 ### Fixed -- SDK cleanup was not done fully on getting a join error leading to media dispose crash when joining the next time with same sdk instance and trying to leave +* SDK cleanup was not done fully on getting a join error leading to media dispose crash when joining the next time with same sdk instance and trying to leave ### Changed -- libkrisp-audio-sdk SO files are now part of noise cancellation module and not the core library. This reduces the size of core lib +* libkrisp-audio-sdk SO files are now part of noise cancellation module and not the core library. This reduces the size of core lib ## v2.9.68 - 2024-09-24 ### Fixed -- NullPointerException crash fix in RetryScheduler -- Crash fix in emulator while applying VB -- Fix retry continuing even after leaving some times +* NullPointerException crash fix in RetryScheduler +* Crash fix in emulator while applying VB +* Fix retry continuing even after leaving some times ## v2.9.67 - 2024-09-10 ### Fixed -- VB memory leaks -- Native crashes and memory issues on multiple fast join-leave -- If leave was called when retry is ongoing, then next join would be queued if called on the same instance sometimes +* VB memory leaks +* Native crashes and memory issues on multiple fast join-leave +* If leave was called when retry is ongoing, then next join would be queued if called on the same instance sometimes ## v2.9.66 - 2024-08-29 ### Fixed