fix(deps): update dependency no.nordicsemi.kotlin.ble:client-android to v2.0.0-alpha15#513
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency no.nordicsemi.kotlin.ble:client-android to v2.0.0-alpha15#513renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
2e94c15 to
10b08f0
Compare
fd1d2ae to
6582d5b
Compare
…to v2.0.0-alpha15
6582d5b to
195c1d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-alpha12→2.0.0-alpha15Release Notes
NordicSemiconductor/Kotlin-BLE-Library (no.nordicsemi.kotlin.ble:client-android)
v2.0.0-alpha15Compare Source
TL;DR
This version fixed the MTU request when the connection was made with
automaticallyRequestHighestValueLengthflag:Also, a
onSubscriptioncallback was added toRemoteCharacteristic.subscribe()method.Read more in the documentation: https://nordicsemiconductor.github.io/Kotlin-BLE-Library/html/client-core/no.nordicsemi.kotlin.ble.client/-remote-characteristic/subscribe.html
What's Changed
onSubscriptioncallback tosubscribe()to notify when notifications are ready by @philips77 in #260Other
Full Changelog: NordicSemiconductor/Kotlin-BLE-Library@2.0.0-alpha14...2.0.0-alpha15
v2.0.0-alpha14Compare Source
Version 2.0.0-alpha13 had invalid module name in release scripts.
environment-android-composewas released ascore-compose. This version has it fixed, together with some other fixes.We are getting close to a first stable version!
What's Changed
Full Changelog: NordicSemiconductor/Kotlin-BLE-Library@2.0.0-alpha13...2.0.0-alpha14
v2.0.0-alpha13Compare Source
Breaking changes
This version creates
AndroidEvironmentinterface and 2 implementations:NativeAndroidEnvironmentMockAndroidEnvironmetThe common base interface allows to build common components for any implementations.
For Jetpack Compose applications, there's a new module
no.nordicsemi.kotlin.ble:environment-compose, which allows to provide the implementation usingLocalEnvironmentOwner:Also, module
client-mockrenamed toclient-core-mock. But as this module was not user-facing, this should not be an issue.What's Changed
Environments by @philips77 in #248 and #249client-mockrenamed toclient-core-mockby @philips77 in #252Full Changelog: NordicSemiconductor/Kotlin-BLE-Library@2.0.0-alpha12...2.0.0-alpha13
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.