Response Processing and Bug Fixes!
This release is pretty small but fixed some key issues.
- It now checks the HTTP status code of the response and raises exceptions accordingly.
- Response content exceptions are now raised in the Processing class where they make sense to be raised.
- Users can add their own processors to extend the library if Homeassistant returns different
Content-Typeheaders such as binary files like images. - 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