This repository was archived by the owner on Aug 8, 2025. It is now read-only.
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
Transportimplementation - 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.Durationinstead 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()