·
2 commits
to refs/heads/main
since this release
🍎 Apple
- Add
forceCharacteristicEqualityByUuid
peripheral builder option (#1017)
Note
Provides a workaround for consumers hit by (Apple-only) bug where I/O could stall if peripheral had characteristics with duplicate UUIDs.
This release does not otherwise provide any new features/functionality.
This API will be removed in the future (after #1016 is fixed).
val peripheral = Peripheral {
forceCharacteristicEqualityByUuid = true
// ..
}
🧰 Maintenance
- Update actions/download-artifact action to v5 (#987)
- Update Rust crate dbus to v0.9.8 (#1014)
- Update Rust crate serde_json to v1.0.143 (#1004)
- Update Rust crate uuid to v1.18.0 (#995)
- Update plugin android-library to v8.12.1 (#1003)
- Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom to v2025.8.20 (#988, #991, #992, #1001, #1012, #1018)
- Update dependency nl.jqno.equalsverifier:equalsverifier to v4.0.9 (#1011, #1013)
- Update Rust crate thiserror to v2.0.16 (#994, #1002, #1008)
- Update actions/setup-java action to v5 (#1010)
- Update Rust crate async-trait to v0.1.89 (#999)
- Update actions/checkout action to v5 (#1000)
- Update kotlin to v2.2.10 (#997)
- Update dependency androidx.core:core-ktx to v1.17.0 (#998)
- Update Rust crate anyhow to v1.0.99 (#993)