Skip to content

Releases: at-wat/mqtt-go

v0.19.3

07 May 00:42
0f3ef54
Compare
Choose a tag to compare

What's Changed

  • Update module golang.org/x/net to v0.23.0 in #249

Full Changelog: v0.19.2...v0.19.3

v0.19.2

01 Apr 04:38
8ba5629
Compare
Choose a tag to compare

What's Changed

  • Update module golang.org/x/net to v0.22.0 in #247
  • Run test on Go 1.21 and 1.22 by @at-wat in #248

Full Changelog: v0.19.1...v0.19.2

v0.19.1

19 Feb 05:00
af71ed6
Compare
Choose a tag to compare

What's Changed

  • Update github/codeql-action action to v3 in #244
  • Update codecov/codecov-action action to v4 in #245
  • Update module golang.org/x/net to v0.21.0 in #246

Full Changelog: v0.19.0...v0.19.1

v0.19.0

11 Dec 07:14
1243f27
Compare
Choose a tag to compare

What's Changed

  • Fix typo in internal/filteredpipe by @at-wat in #229
  • Update actions/checkout action to v4 in #235
  • Update eclipse-mosquitto Docker tag to v2.0.18 in #237
  • Update module golang.org/x/net to v0.19.0 in #241
  • Update actions/setup-go action to v5 in #242
  • Add ping stats by @at-wat in #243

Full Changelog: v0.18.1...v0.19.0

v0.18.1

19 Apr 04:52
e787a90
Compare
Choose a tag to compare

What's Changed

  • Fix unordered state handler call on reconnect failure by @at-wat in #228

Full Changelog: v0.18.0...v0.18.1

v0.18.0

14 Apr 02:18
0d2d878
Compare
Choose a tag to compare

What's Changed

  • Fix CleanSession usage in ReconnectClient and add AlwaysResubscribe option by @at-wat in #226

Full Changelog: v0.17.1...v0.18.0

v0.17.1

20 Feb 02:14
45a9f2c
Compare
Choose a tag to compare

What's Changed

Dependency updates

Full Changelog: v0.17.0...v0.17.1

v0.17.0

13 Jan 02:46
78fc549
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

20 Oct 02:28
29f4e22
Compare
Choose a tag to compare

New feature

  • RetryClient: add ResponseTimeout and DirectlyPublishQoS0 options (#190)

v0.15.0

18 Oct 04:31
3b3e9f7
Compare
Choose a tag to compare

Fix

  • ReconnectClient: fix chan handling on Disconnect (#192)

New feature

  • Add interface to get retry statistics (#187)