Skip to content

Releases: eosswedenorg-go/antelope-ship-client

Version 0.2.7

10 Jan 15:41
@pnx pnx
Compare
Choose a tag to compare
websocket/client.go: in Shutdown() no need to call Close() as it is a…

…lready called in Read()

Version 0.2.6

10 Jan 15:41
@pnx pnx
Compare
Choose a tag to compare
v0.2.6

websocket/client.go: errors should start lowercased.

Version 0.2.5

10 May 15:03
@pnx pnx
Compare
Choose a tag to compare
v0.2.5

stream.go: refactor some code in Run() out to routeBlock() function

Version 0.2.4

10 May 15:03
@pnx pnx
Compare
Choose a tag to compare
v0.2.4

Version 0.2.4

Version 0.2.3

21 Feb 09:40
@pnx pnx
Compare
Choose a tag to compare
v0.2.3

.github/workflows/test.yml: Set a nicer name.

Version 0.2.2

21 Feb 09:39
@pnx pnx
Compare
Choose a tag to compare
error.go: in Error() change ErrSendACK text from "ack send" to "send …

…ack" to make it follow the same pattern as ErrSendClose.

Version 0.2.1

21 Feb 09:39
@pnx pnx
Compare
Choose a tag to compare
v0.2.1

client_test.go: fix test names.

Version 0.2.0

30 Nov 14:54
@pnx pnx
Compare
Choose a tag to compare
v0.2.0

client.go: minor fix.

Version 0.1.4

29 Nov 13:46
@pnx pnx
Compare
Choose a tag to compare
client.go: In ShipClient.ReadRaw() when if error is an websocket.Clos…

…eError and return ErrSockClosed in that case.

Version 0.1.3

17 Nov 16:10
@pnx pnx
Compare
Choose a tag to compare
v0.1.3

README.md: add github action badge for tests.