v1.3.2
This is a minor release that resolves a reported issue (#479 & #469) that broke connections to AWS IoT over WSS. Fixing this involved reversing PR #319 which may break some specific IPV6 use-cases (if this impacts this you will need to update your code to pass in an address that complies with RFC3986/RFC6874; i.e. escape % chars in the zone identifier).
- Export connection refused errors outside of the map - @umeat
- Remove changes introduced in PR #319 (escaping % in server string) - @MattBrittan
- Documentation / sample code updates - @MattBrittan