Skip to content

Response Processing and Bug Fixes!

Choose a tag to compare

@GrandMoff100 GrandMoff100 released this 14 Oct 15:05

This release is pretty small but fixed some key issues.

  1. It now checks the HTTP status code of the response and raises exceptions accordingly.
  2. Response content exceptions are now raised in the Processing class where they make sense to be raised.
  3. Users can add their own processors to extend the library if Homeassistant returns different Content-Type headers such as binary files like images.
  4. AsyncClient methods worked inconsistently because of a few bugs that are now resolved and AsyncClient methods work smoothly now.

Enjoy! Read the new Response Processing docs here