Releases: intercreate/smpclient
Releases · intercreate/smpclient
6.1.0
What's Changed
- chore: Expose get_max_cbor_and_data_size to user. by @JaagupAverin in #93
- refactor: use a single configurable timeout value by @etiennedm in #94
- Cleanup serial data handling by @JaagupAverin in #87
- This change is potentially BREAKING for systems that introspected the logging of non-SMP traffic on the serial transport (commonly associated with use of Zephyr's "Shell" transport). Use the new
read_serial()method on the Serial Transport to get programmatic access to the non-SMP traffic (e.g. Zephyr logs): https://github.com/intercreate/smpclient/blob/708ba947d9ffec6d958889aadced2d17e9e15688/smpclient/transport/serial.py#L217-L232
- This change is potentially BREAKING for systems that introspected the logging of non-SMP traffic on the serial transport (commonly associated with use of Zephyr's "Shell" transport). Use the new
New Contributors
- @JaagupAverin made their first contribution in #93
- @etiennedm made their first contribution in #94
Full Changelog: 6.0.0...6.1.0
6.0.0
Breaking
- Drop python 3.9 support
What's Changed
- Replace typing module's
List,DictandTuplewith generic typeslist,dictandtupleby @gudnimg in #86 - Fix/bump bleak by @JPHutchins in #89
- fix: bump smp to support Zephyr's TaskStats by @JPHutchins in #92 Thank you @JaagupAverin
New Contributors
Full Changelog: 5.2.0...6.0.0
5.2.0
What's Changed
- feat: update mcuboot image TLV spec by @JPHutchins in #85
Full Changelog: 5.1.2...5.2.0
5.1.2
What's Changed
- fix: ble: Race condition in receive for notifications by @randyscott in #82
New Contributors
- @randyscott made their first contribution in #82
Full Changelog: 5.1.1...5.1.2
5.1.1
What's Changed
- Chore/dependency updates by @JPHutchins in #78
- fix: find_device_by_name uses timeout_s arg (closes #76) by @JPHutchins in #79
- Fix/#77/udp mss instead of mtu by @JPHutchins in #80
Full Changelog: 5.1.0...5.1.1
5.1.0
What's Changed
- smpclient: mcuboot: treat all files as binary except for .hex by @llisauskas in #74
- feat: add enumeration management group by @sgfeniex in #71
New Contributors
- @llisauskas made their first contribution in #74
- @sgfeniex made their first contribution in #71
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- BREAKING: drop Python 3.8 support; update poetry and lock by @JPHutchins in #68
Full Changelog: 4.5.1...5.0.0
4.5.1
What's Changed
- fix: Handle Mac Sequoia UUIDs by @ball-hayden in #65
New Contributors
- @ball-hayden made their first contribution in #65
Full Changelog: 4.5.0...4.5.1