Skip to content

Releases: aloysius-pgast/crypto-exchanges-gateway

1.9.0

13 Apr 15:46
Compare
Choose a tag to compare

Release content for version 1.9.0

Gateway

UI

  • Possibility to create custom alerts (see My Alerts menu entry)

1.8.2

19 Mar 20:09
Compare
Choose a tag to compare

Release content for version 1.8.2

Gateway

  • Update dependencies

1.8.1

02 Oct 10:02
Compare
Choose a tag to compare

Release content for version 1.8.1

Gateway

  • Update dependencies
  • Fix sorting in marketCap endpoint

UI

  • Return TOP 30 currencies instead of TOP 20 in marketCap view

1.8.0

20 May 11:19
Compare
Choose a tag to compare

Release content for version 1.8.0

Gateway

  • Fix a division by zero error for Bittrex & Poloniex when checking closed orders (see #89)
  • OKex exchange now requires an extra config parameter (password)
  • Bittrex exchange now supports an extra optional parameter (ignoreRestrictedPairs, default = false)
  • Upgrade ccxt to version 1.28.5

Version 1.7.15

18 Apr 11:07
Compare
Choose a tag to compare

Release content for version 1.7.15

Gateway

  • Fix getTickers (marketCap) in case alias symbol is not found on CoinCodex

Version 1.7.14

11 Dec 18:08
Compare
Choose a tag to compare

Release content for version 1.7.14

Gateway

  • Implement OKex WS API v3
  • Filter unsupported pairs when returning tickers for Bittrex (REST)
  • Fix disabling expiry of sessions

Version 1.7.13

11 Oct 09:25
Compare
Choose a tag to compare

Release content for version 1.7.13

Gateway

  • Ensure RPC sessions are always stored into database

Version 1.7.12

04 Sep 08:59
Compare
Choose a tag to compare

Release content for version 1.7.12

Gateway

  • Maximum number of listeners in AbstractExchangeSubscriptionManager has been increased to 100 to ensure more non-RPC ws connections can be supported without warning
  • Various dependencies have been updated using npm audit fix

Version 1.7.11

03 Apr 13:19
Compare
Choose a tag to compare

Release content for version 1.7.11

UI

  • index.html was updated so that app does not open in safari when added to home screen
  • let browser cache bundle.js & css files
  • store navigation context in localStorage to restore it when using home screen apps

Version 1.7.10

04 Mar 13:58
Compare
Choose a tag to compare

Release content for version 1.7.10

Gateway

  • Fix Kucoin price limits
  • Update Kucoin exchange to allow retrieving tickers, open orders & closed orders without providing the pair
  • For Kucoin, closed orders retrieval is now limited to 7 days instead of 3 days
  • Update /exchanges/xxx/testOrder endpoint to ensure rate is increased in case we reach max(quantity) with current rate
  • Update orderBooks test to allow rate = 0
  • Use status property instead of remaining property to decide if a ccxt error is closed
  • Use ccxt version 1.18.311