Releases: google/bumble
Releases · google/bumble
v0.0.182
What's Changed
- l2cap & rfcomm drain support by @barbibulle in #392
- .gitignore: Add venv directories by @zxzxwu in #389
- CSIP: Encrypted SIRK implementation by @zxzxwu in #390
- apps: Add a controller loopback throughput test app by @mogenson in #393
- compatibility with recent host ACL property changes by @barbibulle in #395
- add support for HCI latency probing by @barbibulle in #394
- Controller: SCO implementation by @zxzxwu in #383
Full Changelog: v0.0.181...v0.0.182
v0.0.181
What's Changed
- CIS and SCO responder support by @zxzxwu in #344
- Refactor CodingFormat by @zxzxwu in #357
- Add variable-length bytes field by @zxzxwu in #358
- Add Published Audio Capabilities Service by @zxzxwu in #356
- Fix typo by @zxzxwu in #361
- Remove # type: ignore[call-arg] in HCI_Command builders by @zxzxwu in #360
- android remote proxy cli by @barbibulle in #363
- a few more HCI constants from the spec by @barbibulle in #362
- Bump openssl from 0.10.57 to 0.10.60 in /rust by @dependabot in #351
- Fix ISO packet issues by @zxzxwu in #364
- Add advertiser classes and handle adv set terminated events by @zxzxwu in #366
- Audio Stream Control Service by @zxzxwu in #359
- Android bench app: add support for 2M phy by @barbibulle in #367
- support drivers that can't use reset directly. by @barbibulle in #368
- Complete CSIP and CAP by @zxzxwu in #374
- Add random address generation methods by @zxzxwu in #379
- Add functions/tool for gen/verifying BLE IRK/RPA by @benquike in #377
- Improve the linger option of bumble-pair by @benquike in #378
- Bumble hid device implementation - Application and hid profile by @SneKarnataki in #345
- сhanged concatenation of strings to f-strings to improve readability by @eukub in #384
- support per-transport ACL queues by @barbibulle in #380
- app/bench.py: use logging rather than print() by @AlanRosenthal in #386
- request MTU change after connection by @barbibulle in #385
- support async read/write for characteristic values by @barbibulle in #387
New Contributors
Full Changelog: v0.0.180...v0.0.181
v0.0.180
What's Changed
- Add LE Audio GATT services and characteristics definitions by @zxzxwu in #343
- add a few uuids by @barbibulle in #352
- Typing GATT Client and Device Peer by @zxzxwu in #348
- Log track back in on_packet by @zxzxwu in #349
- Typing helper by @zxzxwu in #342
- Add Coordinated Set Identification Service(CSIS) by @zxzxwu in #350
- fix #354 (gatt unsubscribe) by @barbibulle in #355
Full Changelog: v0.0.179...v0.0.180
v0.0.179
What's Changed
- Cleanup HID module by @zxzxwu in #336
- Typing A2DP by @zxzxwu in #335
- Do not exit after pairing is finished by @benquike in #330
- Add ISO related HCI packets by @zxzxwu in #333
- Android benchmarking app by @barbibulle in #326
- minor cleanup of the internals of the usb transport implementation by @barbibulle in #120
- device: set
authenticated
andsc
state on AES encryption change by @uael in #338 - Add support for LE Extended Advertising by @zxzxwu in #334
- Slightly refactor and fix CTKD by @zxzxwu in #339
- Include transport.grpc_protobuf in the setup package. by @akuker in #347
Full Changelog: v0.0.178...v0.0.179
v0.0.178
What's Changed
- Add missing @pytest.mark.asyncio decorator by @zxzxwu in #317
- add constant for 5.4 by @barbibulle in #319
- Cleanup legacy L2CAP API usage by @zxzxwu in #318
- remote hci android app by @barbibulle in #312
- Bumble hid by @SneKarnataki in #295
- Add address resolution offload to config by @zxzxwu in #321
- Device hive by @barbibulle in #323
- fix typo by @barbibulle in #324
- pandora: add
annotations
import by @uael in #325 - Add support for extended advertising via Rust-only API by @whitevegagabriel in #316
- eSCO codec/HCI definitions + Host support by @zxzxwu in #254
- le oob by @barbibulle in #329
New Contributors
- @SneKarnataki made their first contribution in #295
Full Changelog: v0.0.177...v0.0.178
v0.0.177
What's Changed
- Fix Rust lints by @zxzxwu in #311
- Typing AVDTP by @zxzxwu in #310
- Pandora: Handle exception in WaitSecurity() by @zxzxwu in #314
- Refactor L2CAP API by @zxzxwu in #289
- ci: add python avatar tests by @uael in #306
- Allow turning on BLE in classic pairing mode by @benquike in #313
- update to latest list of company ids by @barbibulle in #315
Full Changelog: v0.0.176...v0.0.177
v0.0.176
What's Changed
- Ability to send HCI commands from Rust by @whitevegagabriel in #303
- Remove unncecesary steps for injecting Python event loop by @whitevegagabriel in #301
Full Changelog: v0.0.174...v0.0.176
v0.0.175
What's Changed
- don't delete advertising prefs on disconnection by @barbibulle in #307
Full Changelog: v0.0.172...v0.0.175
v0.0.174
What's Changed
- don't delete advertising prefs on disconnection by @barbibulle in #307
Full Changelog: v0.0.172...v0.0.174
v0.0.173
What's Changed
- support netsim instance numbers by @barbibulle in #302
- device: return the psm value from register_l2cap by @SilverBzH in #304
- use Address.to_string instead of manual suffix replacement by @barbibulle in #298
- make grpc channels injectable by @barbibulle in #290
Full Changelog: v0.0.171...v0.0.173