What's Changed
- Fix KeyError: 'message' when a duplicate of an undecryptable channel frame is parsed by @aluminique in #98
- Fix ADVERT_PATH parsing of embedded zero bytes by @ErikBrown2 in #99
- Fix BLE reconnect leaving stale notification registration (duplicate notifications) by @joeyleake in #100
- Fix serial fd leak in SerialConnection.connect() on timeout by @joeyleake in #101
- Document set_path_hash_mode / get_path_hash_mode in README by @joeyleake in #103
- Fix serial DTR handling by @PY5HC in #104
- Stop configuring the root logger on import by @joeyleake in #102
New Contributors
- @aluminique made their first contribution in #98
- @ErikBrown2 made their first contribution in #99
- @joeyleake made their first contribution in #100
- @PY5HC made their first contribution in #104
Full Changelog: v2.3.9...v2.3.10