v2.11.0 Async-Only & Sequential Hub Handling
This release improves reliability and troubleshooting by reorganizing debug messages, ensures ECU hubs are updated sequentially to prevent conflicts, and modernizes the integration to use only asyncio for all network operations.
- Reorganized debug messages for improved readability, friendlier and easier troubleshooting.
- Enhanced hub update logic to ensure sequential (not parallel) handling of ECU hubs.
- Refactored integration to use only ASYNCIO for all network operations; removed legacy socket code and mixed approaches.