Skip to content

Commit

Permalink
corrected Android release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Nov 19, 2024
1 parent 652a879 commit 30874f6
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions docs/android/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Release Notes
nav: 4
description: Release Notes for 100ms Android
title: Release Notes
nav: 4
description: Release Notes for 100ms Android
---
import AndroidSdkVersionShield from '@/common/android-sdk-version-shield.md';
import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shield.md';
Expand All @@ -19,28 +19,29 @@ import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shie
| live.100ms:virtual-background: |<AndroidSdkVersionShield />|
| live.100ms:hms-noise-cancellation-android: | <AndroidSdkVersionShield /> |

## 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
## v2.9.69 - 25-10-2024

## v2.9.66 - 2024-08-2024
### Fixed
* Java, native and graphic memory leaks
* Getting "Failed to set offer/answer" error after leaving sometimes
- 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


## v2.9.68 - 24-09-2024

## v2.9.67 - 2024-09-25
### 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 - 10-09-2024

## 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
Expand Down

0 comments on commit 30874f6

Please sign in to comment.