Skip to content

Releases: andschneider/goqtt

v0.1.0

30 Aug 03:32
Compare
Choose a tag to compare

Changelog

2599fa0 Add changelog
dc543d8 Make connect flags more explicit
84f7b5f Merge pull request #16 from andschneider/connect
14977b2 add logo (#14)

v0.0.10

08 Aug 22:21
Compare
Choose a tag to compare

Changelog

77c027b Add doc.go file
17aaf3c Exported ClientConfig fields
c4909c3 Merge pull request #12 from andschneider/channel
c9ff263 Merge pull request #13 from andschneider/client
262a3a4 Remove packet channel
fc4dbc6 Rename SendPublish to Publish
7b8ff2a Switch config to functional options
2888f68 Update REAME
63c0a27 Update examples

v0.0.9

07 Aug 22:12
67f3261
Compare
Choose a tag to compare

Changelog

70c8689 Add CreatePacket to Packet interface
bdf569e Add a table test for creating packets
9dcf051 Add uint16 encoding
4d4ec6c Connect, publish, subscribe test data
dd35a2d Delete broker
9a73e86 Delete redundant test files
67f3261 Merge pull request #11 from andschneider/docs-and-testing
8465d5f Packet method comments
dca167e Simple publish example
484ca4d Table test for CreatePacket method
06dd9dc Table test for packet reads
17053c6 Unify test packet data
5707beb Update goreleaser
a4219f3 goqtt Package comment

v0.0.8

15 Jul 03:41
fa3462a
Compare
Choose a tag to compare

Changelog

c909c73 A little cleanup
fa3462a Merge pull request #9 from andschneider/client
0e08ac5 Remove disconnect channel
f1251d5 Rename files
23df93a Start Client logic
6cb0db9 Update README
83fb9c5 Update README
50d122d wip - Send packet refactor

v0.0.7

03 Jul 19:38
fd0abb5
Compare
Choose a tag to compare

Changelog

099085e Add goreleaser
503f3c6 Change examples to use zerolog
58042b0 Disable logging by default and update README
73e24a0 Exported the packet type Name
fd0abb5 Merge pull request #8 from andschneider/logging
03d09dd Unexported Name and added zerolog