Releases: synapsecns/GoWebsocket
v0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Changelog
77f09ea Add read timeout.
de4bfd4 Applied mutexes for read and write, added default handlers for ping, pong and closing the connection
3c8bd27 Built proxybuilder for gowebsockets
c87f124 Disconnect on socket error
c6c93e4 Initial commit
425813c Merge pull request sacOO7#5 from romainverduci/connect-responsecode
1620b8b Merge pull request sacOO7#6 from tomkcook/master
addfc45 Refactored code, made memebers of socket public
ef8f2c4 Refactored the code to handle connect error cases
3235445 Sachin | Created my first working golang websocket utility
2db74c1 Updated code to have multiple connection options 1. Proxy support 2. Subprotocol support 3. TLS support 2. Reconnection
c24788f add cancellable context
7bf5bba add go mod
0951e59 add goreleaser
54eeed3 add lint action
02b6639 add response status info in case of connection error
7608f89 add versioning
3a2e3ab added basic documentation to readme
bdc7bbe added go run commands at the end of examples
bc9f079 added gorilla based client and server as examples
a517a2e added proper logging to gowebsocket library
e710fa0 added section for setting http headers in the doc
1841554 gofmt
1436bb9 moved logging at proper place, not dependent on callback registration
7c4944d refactored code, added proper namespace for package
fd83ecd updated documentation
779147a updated documentation section for sending data
e28ab2b updated install command
d759666 updated readme and license