- Provided additional handling for HTTP 301 and 302 redirects - Changed session creation to not follow redirects in order to ensure the session token and location are not lost - Enhanced invalid JSON response handling to better highlight a service error
3.0.0
- Removed Python2 support
2.2.0
- Added support for `NO_PROXY` environment variable
2.1.9
- Added handling for HTTP 303 responses as part of redirect handling
2.1.8
- Added option to SSDP discover to bind to a specified address - Added ability to override built-in HTTP headers - Fixed issue where the location of a session was not being tracked properly for HTTP connections
2.1.7
- Added support for setting the 'Content-Type' header to 'application/octet-stream' when binary data is provided in a request