Releases: x1unix/go-cgminer-api
Releases · x1unix/go-cgminer-api
1.1.1 - Hotfix
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Changelog
- Code refactoring
- Add request and response encoding/decoding into separate
Transport
implementation - Add
Call()
andCallContext()
methods for custom method calls - Provide generic stats in stats response
- Fix string-wrapped numbers handling
Breaking changes
- Receive timeout in
time.Duration
instead ofint
0.2.0
- Switch to Go module
- Fixed stats unmarshal error for Go 1.14+ (see https://golang.org/doc/go1.14#encoding/json)
- Added context methods:
.SummaryContext()
.StatsContext()
.PoolsContext()
.AddPoolCtx()