Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.13.0 #63

Merged
merged 55 commits into from
Aug 23, 2021
Merged

Version 0.13.0 #63

merged 55 commits into from
Aug 23, 2021

Conversation

johanneshintze and others added 30 commits June 18, 2021 08:07
…_subdata

Fix incorrect range issue when writing data with size less than mtu - 3
With the iOS 15, Apple now made some Attributes Optional rather than Strong, so we have to account for that without breaking developers that haven't updated to the new SDK yet. This change works for both Xcode 12 and 13, and doesn't require the use of #if available() calls.
Fix for Xcode 13 SDK without breaking previous versions
Keeping in line with the iOS 15 SDK changes, we've made multiple properties weak
Connection API fixed: default parameters added, as in native
Simulating value updates consecutively causes values to be dropped and duplicate value updates because the value is not captured by the dispatched block.
Fix race condition in notifyValueChanged for characteristic
…ng-cbm-central-manager

Allowing extending CBMCentralManager
@philips77 philips77 merged commit b23d88b into master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants