github-actions
released this
06 Dec 19:39
·
18 commits
to refs/heads/main
since this release
- Adds
maximumWriteValueLength
toPeripheral
(#809), special thanks to @ErikHellman for the contribution (and @NaiRo94s for reporting)!
Note
If you haven't been using the 0.35.0
release candidate (RC) releases, be sure and see the release notes for 0.35.0-rc
and 0.35.0-rc2
, as 0.35.0
brings Peripheral
lifecycle changes (specifically: a Peripheral
no longer has a parent CoroutineScope
and needs to be explicitly disposed via cancel
when no longer needed).