Skip to content

Releases: x1unix/go-cgminer-api

1.1.1 - Hotfix

17 Feb 07:41
Compare
Choose a tag to compare

Fixes

  • Handle io.EOF error properly

1.1.0

13 Feb 18:09
Compare
Choose a tag to compare
  • Add RawCall() method to get raw response from API

1.0.3

15 Jan 17:41
Compare
Choose a tag to compare

Use custom number wrapper for Pools.Best Share and Stats.Ghs 5S for Antminer S19

1.0.2

04 Sep 15:23
31712b5
Compare
Choose a tag to compare
  • Handle io.EOF error
  • Add ConnectError constructor

1.0.1

20 Jul 10:10
d4ecf19
Compare
Choose a tag to compare

Make connection mockable

1.0.0

18 Jul 01:28
7502702
Compare
Choose a tag to compare

Changelog

  • Code refactoring
  • Add request and response encoding/decoding into separate Transport implementation
  • Add Call() and CallContext() methods for custom method calls
  • Provide generic stats in stats response
  • Fix string-wrapped numbers handling

Breaking changes

  • Receive timeout in time.Duration instead of int

0.2.0

29 Apr 13:39
Compare
Choose a tag to compare