All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.9.2 (2019-12-03)
Note: Version bump only for package @auroradao/datastream-client-js
1.9.1 (2019-12-03)
- docs: update docs to use ETH_IDEX instead of ETH_AURA (b5fdd77)
1.9.0 (2019-12-03)
- datastream-client: allow array of strings for topics (2652c86)
1.8.8 (2019-12-03)
- datastream-types: fix message event types (6317c8a)
1.8.7 (2019-12-03)
- cosmiconfig dep (878bf7a)
- resolutions for yarn (4408caf)
- set js-yaml to 3.13.1 (3a5e316)
- set-value ^2.0.1 (9c188ef)
- update other dev dependencies (29547d8)
- update set-value dependency (c5985e4)
1.8.3 (2019-07-24)
- check if connected before handshake (01a1d0f)
1.8.2 (2019-07-24)
- fix for kyc token race condition (8434aee)
1.8.1 (2019-07-22)
- fix configuration updates for token/key (61d514c)
1.8.0 (2019-07-22)
1.7.0 (2019-07-01)
- subscription: add users to subscription message (f108f2f)
- add subscription to users (c1d63a0)
1.6.9 (2019-04-18)
- refactor of connectors to send socket value (9032285)
- fix typing for web shims for reconnect (5699f66)
- only call socket.close in web if socket open (2a0c998)
- more web connector shimminess (1065d5d)
- attempt for better fix for browser reconnect (5398769)
- handle reconnect() request so we dont schedule twice (9b0ef0e)
- reconnect if connected or handshaked (aae03d2)
- only reconnect if handshaked when connection.reconnect() is called (ea5a54c)
- use NORMAL for all closure codes (2326ae3)
1.6.0 (2019-04-17)
1.5.0 (2019-04-08)
- update task-handler dependency (76d38cd)
1.4.1 (2019-03-27)
- fix case when error is standard style string (30254de)
1.4.0 (2019-03-26)
- update task-handler and dev dependencies (873d217)
1.3.2 (2019-03-25)
- fixes for buffer of undefined error (b572560)
1.3.0 (2019-03-20)
- change to eslint from tslint, enforce new eslint rules (204d166)
- handle binary types in ws-connector (02553c6)
1.2.1 (2019-03-12)
- lock to uws 10.148.1 since 10.148.2 is broken (3625a47)
1.2.0 (2019-03-12)
- bind socket methods in websocket connectors (2f5fd16)
- client-side ping error catching and reporting (b66aca0)
1.1.3 (2019-03-11)
- dont defer auto connect when enabled to prevent socket not defined error when sending synchronously (173ec92)