Skip to content

Releases: gevans/expedition

Expedition v0.4.0

14 May 01:15
Compare
Choose a tag to compare
  • A bug is fixed so that connection errors (e.g. Errno::ECONNREFUSED) are raised. This was caused by the use of TCPSocket.new instead of TCPSocket.open.
  • Addition of Client#pools method for fetching pool information and statistics.
  • General usage is now documented in the readme.

Expedition v0.3.0

08 May 20:04
Compare
Choose a tag to compare
  • Client#metrics parses last_share_time and last_valid_work timestamps.
  • Client#metrics removes suffixes from hash rate keys so that mhs_1s and khs_1s become mhs and khs.

Expedition v0.2.0

04 May 16:08
Compare
Choose a tag to compare
  • Improvements to key normalization in responses.
  • Ruby 2.0.0 or greater is now required.
  • Calling Client methods on Expedition delegates to the default client.
  • New #devices (for devdetails) and #metrics (for devs) methods added.

Expedition v0.1.0

14 May 01:07
Compare
Choose a tag to compare
  • Initial release.