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