Skip to content

Releases: at-wat/mqtt-go

v0.11.3

31 Oct 11:37
5f5dbac
Compare
Choose a tag to compare
Update error format (#132)

v0.11.2

27 Oct 14:19
a855b74
Compare
Choose a tag to compare
Fix conn close timing after keep alive error (#129)

v0.11.1

27 Oct 12:52
7e6ad2e
Compare
Choose a tag to compare
Return keepalive error from ConnState callback (#127)

v0.11.0

18 Jul 04:39
5d5effe
Compare
Choose a tag to compare

Add simple mock (#123)

v0.10.3

10 Jun 02:19
ce7a2f0
Compare
Choose a tag to compare
Fix ReconnectClient context (#121)

ReconnectClient.Connect returns after establishing a first connection,
which can be canceled by the context. Once after establising
the connection, the retry loop is not affected by the context.

v0.10.2

01 Jun 01:28
88550ac
Compare
Choose a tag to compare
Buffer ack receive chan (#119)

v0.10.1

25 May 02:45
d83dd0e
Compare
Choose a tag to compare
Fix remaining length encoding (#115)

http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/errata01/os/mqtt-v3.1.1-errata01-os-complete.html#_Toc442180836

v0.10.0

22 May 09:22
289d766
Compare
Choose a tag to compare
Validate message before publish (#114)

* Add options to set max payload length
* RetryClient: validate message before enqueue

v0.9.0

24 Apr 06:15
8094f5f
Compare
Choose a tag to compare
Add WithTLSCertFiles option (#106)

v0.8.2

09 Feb 15:11
1525eb1
Compare
Choose a tag to compare
Fix RetryClient context (#97)