Releases: aloysius-pgast/bittrex-signalr-client
Releases · aloysius-pgast/bittrex-signalr-client
Version 1.1.10
Release content
- New constructor option resyncOrderBooksAutomatically can be set to false to disable automatic order books resync (default = true). This might be useful when subscribing to many pairs
- New constructor option exitOnQueryExchangeStateError can be set to true to force library to exit in case an error occurs while trying to resync an order book (mostly for troubleshooting purpose) (default = false)
Version 1.1.9
Release content
- New constructor option markNewOrderBookEntriesAsUpdates can be set to false to have action = add instead of update when a new order book entries are added (default = true)
Version 1.1.8
Release content
- An error was triggered when calling QueryExchangeState for an unsupported pair
Version 1.1.7
Release content
- Fix previous version in case socket is reconnected
Version 1.1.6
Release content
- Only return trades which were executed after subscription (this means that first trades event will be emitted only when a trade has been executed after subscription)
Version 1.1.5
Release content
- Fix ticker timestamp
Version 1.1.4
Release content
- Add trade id when emitting trades
Version 1.1.3
Release content
- Only emit watchdog event for orders if authentication succeeded
Version 1.1.2
Release content
- Ensures connection to exchange is always closed when we don't have any subscription remaining
- New constructor option watchdog.orders to automatically force re-subscriptions for orders periodically
- Fix method unsubscribeFromOrders (subscription wasn't cancelled)
Version 1.1.1
Release content
- Allows to force re-subscription to orders (Bittrex Beta API)
- New method to enable logging keepalive messages (node DEBUG must be enabled)
- Bittrex Beta is over, removed legacy methods