Skip to content

Releases: eclipse-paho/paho.mqtt.golang

v1.3.0

08 Dec 08:14
47bdbb5
Compare
Choose a tag to compare

This release comes 20 months after 1.2.0 and incorporates a wide range of fixes and significant refactoring. Thanks to everyone who submitted issues and contributed code (list of merged pull requests below); special thanks to @alsm for his ongoing stewardship.

Note that this commit changes internal message channels from buffered to unbuffered and may impact users who publish from within a message handler (the documentation has been updated to highlight the issue; running potentially blocking operations within a message handle has always been problematic).

v1.2.0

18 Apr 15:28
Compare
Choose a tag to compare

Thanks to everyone that contributed by raising issues and doing pull requests

v1.1.1

20 Mar 14:45
36d01c2
Compare
Choose a tag to compare
  • [closed] depfile: release directory not found in tarball #189
  • [closed] Client.OptionsReader method not declared in interface Client #188
  • [closed] Client arbitrarily stops listening with "logic stopped" #187
  • [closed] Client.Disconnect: Have the quiesce argument be a time.Duration #186
  • [closed] Deadlock waiting for token if error occurs while writing message and QoS == 0 #185
  • [closed] whether it can send the message of point to point #182
  • [closed] No data after reconnect #173
  • [closed] Data race in mqtt client #170
  • [closed] Disconnect() needs to cause messageid cleanUp() #169
  • [closed] connect lost fast on success #166
  • [closed] FAIL: Test_MemoryStore_Del #164
  • [closed] Keep getting pingresp not received, disconnecting #163
  • [closed] Connection lost before Subscribe completed #162
  • [closed] Change of KeepAlive to int64 breaks examples #158
  • [closed] superfluous var #157
  • [closed] Is the SubscribeToken still available after the mqtt server restarted? #156
  • [closed] description about baseToken.WaitTimeout may be wrong #155
  • [closed] A memory leak (QOS > 0) #153
  • [closed] Docs for SetKeepAlive on connection options are incorrect #152
  • [closed] publish panic:close of closed channel #145
  • [closed] block at receiving a connack #143
  • [closed] Subscribing in a message handler causes the client to block #142
  • [closed] Connection lost immediately after manually call Connect() #140
  • [closed] keepalive stopped and not enter reconnect #137
  • [closed] Latest commit breaks functionality on 32 bit raspberrypi #136
  • [closed] Connection with invalid credentials can sometimes hang #135
  • [closed] Data race on ping #134
  • [closed] Client.Publish blocks indefinitely #133
  • [closed] Sample description #132
  • [closed] IsConnected() is aways true when I stoped mqtt server #131
  • [closed] Paho do not works after error pingresp not received, disconnecting #129
  • [closed] Possible memory leak #128
  • [closed] Deadlock at disconnect #126
  • [closed] fatal error: runtime: out of memory #124
  • [closed] client can hang due to a blocking push while goroutines are stopping #122
  • [closed] panic: runtime error: invalid memory address or nil pointer dereference #115
  • [closed] Please add a new version tag if stable #111
  • [closed] Client interface missing definition of OptionsReader #108
  • [closed] Trouble Creating Mocks For Testing #107
  • [closed] missing PUBACK not recognized ?! #76

Eclipse Paho 1.3

02 Aug 12:16
Compare
Choose a tag to compare

This is a synced release with the rest of the Eclipse Paho components

v1.0.0 woot!

22 Jun 09:49
Compare
Choose a tag to compare

This is a 1.0.0 release indicating that the API is stable.