What's Changed
* Add runtime switch for filtering by address. by AlanRosenthal in https://github.com/google/bumble/pull/46
* add 'scan clear' command to console.py by mogenson in https://github.com/google/bumble/pull/52
* use the correct constants as previously renamed by barbibulle in https://github.com/google/bumble/pull/54
* device: raise a `CommandTimeoutError` error on command timeout by uael in https://github.com/google/bumble/pull/50
* classic: update `Device.connect` to allow parallels connection creation by uael in https://github.com/google/bumble/pull/48
* Use random address in console.py if device config is not provided by mogenson in https://github.com/google/bumble/pull/51
* Add a show device tab by mogenson in https://github.com/google/bumble/pull/53
* Device improvements by uael in https://github.com/google/bumble/pull/55
* Add L2CAP CoC support by barbibulle in https://github.com/google/bumble/pull/34
* Add definition of `Client Characteristic Configuration bit` by AlanRosenthal in https://github.com/google/bumble/pull/58
* le: pass `own_address_type` to BLE `Device.connect` by uael in https://github.com/google/bumble/pull/59
* use a formatter object, not a string by barbibulle in https://github.com/google/bumble/pull/60
* fix classic connection event filtering by barbibulle in https://github.com/google/bumble/pull/65
* Pairing improvements by uael in https://github.com/google/bumble/pull/68
* Add prefer_notify option to gatt_client subscribe() by mogenson in https://github.com/google/bumble/pull/71
* address: add public information to the stringified value by uael in https://github.com/google/bumble/pull/72
* lower the number of test cases for l2cap in order to speed up the test by barbibulle in https://github.com/google/bumble/pull/73
New Contributors
* AlanRosenthal made their first contribution in https://github.com/google/bumble/pull/46
* uael made their first contribution in https://github.com/google/bumble/pull/50
**Full Changelog**: https://github.com/google/bumble/compare/v0.0.129...v0.0.130