Skip to content

v2.11.0 Async-Only & Sequential Hub Handling

Choose a tag to compare

@HAEdwin HAEdwin released this 28 Sep 12:28
4f33d7f

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.