Skip to content

Releases: aloysius-pgast/bittrex-signalr-client

Version 1.1.10

11 Jul 06:45
Compare
Choose a tag to compare

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

14 Aug 08:45
Compare
Choose a tag to compare

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

24 Jul 13:44
Compare
Choose a tag to compare

Release content

  • An error was triggered when calling QueryExchangeState for an unsupported pair

Version 1.1.7

22 Jun 07:43
Compare
Choose a tag to compare

Release content

  • Fix previous version in case socket is reconnected

Version 1.1.6

21 Jun 12:50
Compare
Choose a tag to compare

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

19 Jun 19:01
Compare
Choose a tag to compare

Release content

  • Fix ticker timestamp

Version 1.1.4

19 May 19:45
Compare
Choose a tag to compare

Release content

  • Add trade id when emitting trades

Version 1.1.3

07 May 12:29
3501636
Compare
Choose a tag to compare

Release content

  • Only emit watchdog event for orders if authentication succeeded

Version 1.1.2

07 May 11:54
6f5e4e4
Compare
Choose a tag to compare

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

23 Apr 07:04
c00168a
Compare
Choose a tag to compare

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