0.4.0
This release changes the format for traffic log files. Use the provided update_log.py
-script to update old logs to the new format.
Changed
- Breaking: Store test recordings as JSON Lines instead of JSON (
2b047d7
) - Breaking: Store RX and TX bytes as base64 strings instead of lists (
2b047d7
)
Added
- Add script (
update_log.py
) to convert old log files to new format (ca14b9b
)
Removed
- Remove optional dependency on jsbeautifier (
0ba5414
)