Skip to content

v1.3.2

Compare
Choose a tag to compare
@MattBrittan MattBrittan released this 07 Feb 07:59
· 120 commits to master since this release
18bfbde

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