Bumble

Latest version: v0.0.204

Safety actively analyzes 688724 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

0.0.204

What's Changed
* intel hci by barbibulle in https://github.com/google/bumble/pull/597
* Add `Volume Offset Control Service` by wpiet in https://github.com/google/bumble/pull/585
* fix oob support in pair.py by barbibulle in https://github.com/google/bumble/pull/603
* Add maximum encryption key size to PairingDelegate by jmdietrich-gcx in https://github.com/google/bumble/pull/604
* Add a class-based GATT adapter by barbibulle in https://github.com/google/bumble/pull/598


**Full Changelog**: https://github.com/google/bumble/compare/v0.0.203...v0.0.204

0.0.203

What's Changed
* Add Core Spec 6.0 new commands support mapping by zxzxwu in https://github.com/google/bumble/pull/584
* Replace HCI member imports in device.py by zxzxwu in https://github.com/google/bumble/pull/587
* Improve Broadcast Scanning by zxzxwu in https://github.com/google/bumble/pull/591
* Correctly parse scan response from device config by SergeantSerk in https://github.com/google/bumble/pull/590
* Support Periodic Advertising by zxzxwu in https://github.com/google/bumble/pull/593
* Amend Opcode value in `Audio Input Control Service` by wpiet in https://github.com/google/bumble/pull/595
* only use `__bytes__` when not argument is needed. by barbibulle in https://github.com/google/bumble/pull/600
* add super wide band constants by barbibulle in https://github.com/google/bumble/pull/599

New Contributors
* SergeantSerk made their first contribution in https://github.com/google/bumble/pull/590

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.202...v0.0.203

0.0.202

What's Changed
* bench mobly snippets by barbibulle in https://github.com/google/bumble/pull/570
* remove test for deprecated Python 3.8 and add 3.13 by barbibulle in https://github.com/google/bumble/pull/574
* [BAP] Add missing Unspecified context type by zxzxwu in https://github.com/google/bumble/pull/581
* Remove characteristic in GATT Client unsubscribe() if it's the last subscriber by jmdietrich-gcx in https://github.com/google/bumble/pull/579
* fix 580 by barbibulle in https://github.com/google/bumble/pull/582
* regression test for GATT unsubscription by barbibulle in https://github.com/google/bumble/pull/583


**Full Changelog**: https://github.com/google/bumble/compare/v0.0.201...v0.0.202

0.0.201

What's Changed
* Add missing parameter 'flags' to ATT_Execute_Write_Request PDU by jmdietrich-gcx in https://github.com/google/bumble/pull/578
* update to new netsim proto with DeviceInfo by barbibulle in https://github.com/google/bumble/pull/576

New Contributors
* jmdietrich-gcx made their first contribution in https://github.com/google/bumble/pull/578

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.200...v0.0.201

0.0.200

What's Changed
* pyusb: check devices_in_use before removal by SilverBzH in https://github.com/google/bumble/pull/559
* Support netsim.ini tmpdir on linux by initializedd in https://github.com/google/bumble/pull/562
* Fix whitespace by initializedd in https://github.com/google/bumble/pull/563
* charliebout/save avatar run logs by SilverBzH in https://github.com/google/bumble/pull/566
* avatar: update to latest version to correct flakiness by SilverBzH in https://github.com/google/bumble/pull/568
* Add codecs info in controller info app by zxzxwu in https://github.com/google/bumble/pull/565
* run_csis_servers: Update `usage` and add docs entry by wpiet in https://github.com/google/bumble/pull/561
* examples/run_cig_setup: Fix the address type and CIG params by wpiet in https://github.com/google/bumble/pull/569
* Fix typo in comment by initializedd in https://github.com/google/bumble/pull/564
* HAP: wait for pairing event by wescande in https://github.com/google/bumble/pull/551
* a2dp player by barbibulle in https://github.com/google/bumble/pull/571
* HFP: Fix reading multiple AT commands from a single data packet by ypomortsev in https://github.com/google/bumble/pull/573

New Contributors
* initializedd made their first contribution in https://github.com/google/bumble/pull/562
* wpiet made their first contribution in https://github.com/google/bumble/pull/561
* ypomortsev made their first contribution in https://github.com/google/bumble/pull/573

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.199...v0.0.200

0.0.199

What's Changed
* pyusb: allow to detect multiple usb dongle by SilverBzH in https://github.com/google/bumble/pull/538
* Refactor ASHA service implementation and examples by zxzxwu in https://github.com/google/bumble/pull/536
* Pandora: Add L2CAP service by atorodotme in https://github.com/google/bumble/pull/540
* DH Key compute check modification for OOB Pairing by Gopi-SB in https://github.com/google/bumble/pull/526
* Pandora: refactor l2cap service by SilverBzH in https://github.com/google/bumble/pull/545
* Fix TBS Characteristics UUID by zxzxwu in https://github.com/google/bumble/pull/548
* Return ATT_Error_Response on rejected write request by zxzxwu in https://github.com/google/bumble/pull/549
* Implement Hap support by wescande in https://github.com/google/bumble/pull/532
* [Bug] Edimax BLE Dongle Fails After Teardown and Re-Instantiation by hkpeprah in https://github.com/google/bumble/pull/534
* Implement AICS by SilverBzH in https://github.com/google/bumble/pull/547
* Add some HCI commands and events by zxzxwu in https://github.com/google/bumble/pull/552
* Remove att.CommonErrorCode by zxzxwu in https://github.com/google/bumble/pull/553
* add support for selecting the identity address by barbibulle in https://github.com/google/bumble/pull/554
* aics: make it a secondary service by SilverBzH in https://github.com/google/bumble/pull/555
* Replace mutable default values by zxzxwu in https://github.com/google/bumble/pull/556

New Contributors
* atorodotme made their first contribution in https://github.com/google/bumble/pull/540
* Gopi-SB made their first contribution in https://github.com/google/bumble/pull/526
* hkpeprah made their first contribution in https://github.com/google/bumble/pull/534

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.198...v0.0.199

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.