Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 3 KB

CHANGELOG.md

File metadata and controls

48 lines (24 loc) · 3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.3.0 (2018-02-22)

Bug Fixes

  • client-core: Rejecting promises when cleaning reqFifo. Prevents unresolved promises, memory leaks, and helps the consuming objects maintain flow in case of errors. (50d29cc)
  • client-core: Rejects command promises if client is not in ready state. Prevents unresolved promises, memory leaks, and helps the object consuming the client maintain flow in case of errors. (4949ac5)
  • tcp-client: Ensures state is ready when connection complete event emites, to allow consuming objects to to start firing commands on connect, without getting rejected from the check that ensures state is 'ready' later on (05349ba)

4.2.1 (2018-02-22)

Bug Fixes

  • client-core: Rejecting promises when cleaning reqFifo. Prevents unresolved promises, memory leaks, and helps the consuming objects maintain flow in case of errors. (50d29cc)
  • client-core: Rejects command promises if client is not in ready state. Prevents unresolved promises, memory leaks, and helps the object consuming the client maintain flow in case of errors. (4949ac5)
  • tcp-client: Ensures state is ready when connection complete event emites, to allow consuming objects to to start firing commands on connect, without getting rejected from the check that ensures state is 'ready' later on (05349ba)

4.2.0 (2018-02-07)

Bug Fixes

  • client-core: Rejecting promises when cleaning reqFifo. Prevents unresolved promises, memory leaks, and helps the consuming objects maintain flow in case of errors. (50d29cc)
  • client-core: Rejects command promises if client is not in ready state. Prevents unresolved promises, memory leaks, and helps the object consuming the client maintain flow in case of errors. (4949ac5)
  • tcp-client: Ensures state is ready when connection complete event emites, to allow consuming objects to to start firing commands on connect, without getting rejected from the check that ensures state is 'ready' later on (05349ba)

4.2.0 (2018-02-07)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.