crypto-exchanges-ws-client
Version:
Node.js implementation of websocket protocol used by Crypto Exchange Gateway
26 lines (18 loc) • 871 B
Markdown
# Change Log
## [v1.0.6]
* Add simple example in README
* Ensure exceptions in client event handlers are not silently caught by module
* Update various dependencies
## [v1.0.5]
* Query parameters _expires_ & _timeout_ were only sent when _sid_ was provided in url
* Ensure that a new _sid_ is generated by gateway on reconnect, when using ephemeral sessions
## [v1.0.4]
* Support for Ticker Monitor (requires [Crypto Exchange Gateway](https://github.com/aloysius-pgast/crypto-exchanges-gateway) >= 1.6.0)
## [v1.0.3]
* Support for Klines (requires [Crypto Exchange Gateway](https://github.com/aloysius-pgast/crypto-exchanges-gateway) >= 1.4.0)
## [v1.0.2]
* Allows to provide _API Key_ in constructor (in case _API Key_ is configured on gateway)
## [v1.0.1]
* New methods to cancel all subscriptions for a single exchange or globally
## [v1.0.0]
* Initial version