Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

49 lines (33 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

Changed

  • Change default timeout to 60 seconds

0.0.6 - 2017-08-30

Changed

  • Ensure nonce is incremented prior to each request retry

0.0.5 - 2017-08-30

Changed

  • Remove a puts command

0.0.4 - 2017-08-30

Changed

  • Require 'openssl'

0.0.3 - 2017-08-30

Changed

  • Fixed logger calls on timeouts
  • Replaced Digest::HMAC with OpenSSL::HMAC for Ruby 2.2+ support

0.0.2 - 2017-08-29

Added

  • Wrap get and post calls in retry loops
  • Add timeout values to requests

Changed

  • Updated market_trade_hist to follow the call pattern

0.0.1 - 2017-08-27

Added

  • Public and private API commands return JSON response