- Adds serialization support for obd.protocols.Protocol
0.3.0
- OBDio class no longer extends obd.Async so that the connection to the vehicle can be established at a later time than server creation, and can be closed/reconnected at any time (by a socketio event) without needing to restarty the server and recreated default events
0.2.2
- watch/unwatch only take list of command names now - encoding for obd.MonitorTest and obd.StatusTest types
0.2.1
- added encoder support for more types; tested with ELM327-Simulator
0.2.0
- switch WSGI using eventlet to ASGI implementation using Uvicorn - listen() -> run_server() with more parameters - add support for static files