Skip to content

v1.4.3

Latest
Compare
Choose a tag to compare
@MattBrittan MattBrittan released this 06 Jul 03:36
· 20 commits to master since this release
aa0a8ad

Release 1.4.3 is a relatively small release to bring in changes made in the eight months since 1.4.2.

Thanks to everyone who submitted issues and contributed code (list of the main merged pull requests below):

What's Changed

  • Avoid Panic when keepalive is 1 by @tomatod in #622
  • Allow MQTT username/password in websocket URI @MattBrittan in #624
  • Add backoff when reconnecting following immediate connection loss @tomatod in #625
  • Update dependencies (github.com/gorilla/websocket@v1.5.0, golang.org/x/net, golang.org/x/sync) and specify go 1.18 in go.mod.

Full Changelog: v1.4.2...v1.4.3