Skip to content

v1.3.4

Choose a tag to compare

@CaputoDavide93 CaputoDavide93 released this 10 Aug 12:42
· 29 commits to main since this release
16f667a

Post-release correctness fixes from a deep review of v1.3.3.

Fixed

  • Successful HTTP responses with wrong-shaped JSON now raise typed
    MixergyAuthError or MixergyConnectionError instead of leaking raw
    AttributeError / TypeError exceptions into config flows and polling.
  • HATEOAS discovery and tank listing validate object, array, entry, and link
    shapes consistently before reading fields.
  • Holiday windows are rejected before discovery or network I/O unless the
    start is strictly before the end, protecting services and DateTime entities
    with one API-level invariant.