Skip to content

Releases: luno/luno-go

Handle Server Connection Termination

02 Sep 11:15
2d5dd5d
Compare
Choose a tag to compare
Handle Server Connection Termination (#71)

* Handle Server Connection Termination

Gracefully return when the server terminates the connection instead of
logging error. This will still trigger a reconnect.

* update fmt.Errorf calls to %w where arg is an error

Co-authored-by: Natercio Moniz <[email protected]>

v0.0.20

19 Aug 12:22
Compare
Choose a tag to compare

Fix backward compat

v0.0.19

19 Aug 12:14
fdd86b2
Compare
Choose a tag to compare

Expose structured errors in responses

v0.0.18

19 Apr 09:00
26f9e33
Compare
Choose a tag to compare
  • streaming: Add Conn.Status()

v0.0.17

06 Nov 13:43
d3e07f2
Compare
Choose a tag to compare
Merge pull request #59 from natercioluno/master

Fix MarketInfo min & max price field names

v0.0.16

02 Nov 11:46
61a7bd5
Compare
Choose a tag to compare

Update to include recent API changes

v0.0.15

18 Jun 13:52
c516e4f
Compare
Choose a tag to compare

Use api.luno.com

v0.0.14

13 Mar 09:18
8811052
Compare
Choose a tag to compare

Fix streaming SDK not noticing if the TCP connection to the server had died

v0.0.13

28 Feb 09:10
4e4d2c1
Compare
Choose a tag to compare

Hotfix for empty decimals being submitted in request query strings

v0.0.12

27 Feb 11:11
610cd0a
Compare
Choose a tag to compare
  • Added XRP
  • Minor bugfixes