Skip to content

Commit

Permalink
Update client.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Feb 5, 2025
1 parent ad6f9bf commit 6d680b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/content/docs/release-notes/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ public class MyPushDelegate : IPushDelegate
}
```

# 3.4.0 - TBD

## BluetoothLE
<RN type="enhancement">ManagedScanResult is now passed with the full advertisement data in case user needs access to native internals</RN>
<RN type="enhancement" platform="Android">Improved manufacturer data parsing in ad data</RN>
<RN type="fix" platform="Android">BLE scan now disables legacy scanning for new android versions</RN>
<RN type="fix" githubNumber={1560} pr={true} contributor="sullivanmj">More thread safetying for ManagedScan</RN>
<RN type="fix" platform="Android" githubNumber={1561} pr={true} contributor="sullivanmj">Ensure peripheral cleanup matches iOS</RN>

# 3.3.2 - March 29, 2024

## Push
Expand Down

0 comments on commit 6d680b6

Please sign in to comment.