Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Latest commit

 

History

History
146 lines (82 loc) · 6.92 KB

CHANGELOG.md

File metadata and controls

146 lines (82 loc) · 6.92 KB

Change Log

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)

Bug Fixes

  • docs: update docs to use ETH_IDEX instead of ETH_AURA (b5fdd77)

1.9.0 (2019-12-03)

Features

  • datastream-client: allow array of strings for topics (2652c86)

1.8.8 (2019-12-03)

Bug Fixes

  • datastream-types: fix message event types (6317c8a)

1.8.7 (2019-12-03)

Bug Fixes

1.8.3 (2019-07-24)

Bug Fixes

  • check if connected before handshake (01a1d0f)

1.8.2 (2019-07-24)

Bug Fixes

  • fix for kyc token race condition (8434aee)

1.8.1 (2019-07-22)

Bug Fixes

  • fix configuration updates for token/key (61d514c)

1.8.0 (2019-07-22)

Features

  • add subscription to users (#2) (3d6d495)
  • resend handshake on key/token change (b989fbd)

1.7.0 (2019-07-01)

Bug Fixes

  • subscription: add users to subscription message (f108f2f)

Features

  • add subscription to users (c1d63a0)

1.6.9 (2019-04-18)

Bug Fixes

  • 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)

Features

  • allow token config and setters for key/token (94fe260)
  • upgrade to typescript 3.4 (feee265)

1.5.0 (2019-04-08)

Features

  • update task-handler dependency (76d38cd)

1.4.1 (2019-03-27)

Bug Fixes

  • fix case when error is standard style string (30254de)

1.4.0 (2019-03-26)

Features

  • update task-handler and dev dependencies (873d217)

1.3.2 (2019-03-25)

Bug Fixes

  • fixes for buffer of undefined error (b572560)

1.3.0 (2019-03-20)

Features

  • change to eslint from tslint, enforce new eslint rules (204d166)
  • handle binary types in ws-connector (02553c6)

1.2.1 (2019-03-12)

Bug Fixes

  • lock to uws 10.148.1 since 10.148.2 is broken (3625a47)

1.2.0 (2019-03-12)

Bug Fixes

  • bind socket methods in websocket connectors (2f5fd16)

Features

  • client-side ping error catching and reporting (b66aca0)

1.1.3 (2019-03-11)

Bug Fixes

  • dont defer auto connect when enabled to prevent socket not defined error when sending synchronously (173ec92)