Skip to content

Releases: elpheria/rpc-websockets

v7.4.2

07 Sep 04:46
Compare
Choose a tag to compare

7.4.2 (September 7, 2020)

BUGFIXES:

  • Delay close event until socket is reset(#90)
  • Update package dependencies

v7.4.1

06 Sep 16:54
Compare
Choose a tag to compare

7.4.1 (September 6, 2020)

BUGFIXES:

  • Server should check socket state before calling 'send' method(#44)

v7.4.0

06 Sep 09:58
Compare
Choose a tag to compare

7.4.0 (September 6, 2020)

FEATURES:

  • Unset socket when closed to allow reconnects (#89)

v7.3.2

05 Sep 10:48
Compare
Choose a tag to compare

7.3.2 (September 5, 2020)

BUGFIXES:

  • Use promise microtask instead of nexttick (#88)

v7.3.1

26 Aug 10:10
Compare
Choose a tag to compare

7.3.1 (August 26, 2020)

FEATURES:

  • Removed assert-args because this lib is ts-native. Updated all outdated dependencies with minor code adaptation

v7.3.0

26 Aug 09:03
Compare
Choose a tag to compare

7.3.0 (August 26, 2020)

FEATURES:

  • Include bufferutil and utf-8-validate for performance boost and add UTF-8 encoding compliance checks

v7.2.0

26 Aug 08:37
Compare
Choose a tag to compare

7.2.0 (August 26, 2020)

FEATURES:

  • Update websockets/ws to 7.3.1 and @types/ws to 7.2.6 (resolves #86)

v7.1.0

26 Aug 07:52
Compare
Choose a tag to compare

7.1.0 (August 26, 2020)

FEATURES:

  • Queue async batch responses before sending them out on wire (#84)

v7.0.0

13 Aug 11:20
Compare
Choose a tag to compare

7.0.0 (August 13, 2020)

FEATURES:

  • client.login now throws an error in case of failed login. Enclose the code using that method in a try/catch block to mitigate unhandled exceptions.

BREAKING CHANGES:

  • client.login now throws an error in case of failed login. Enclose the code using that method in a try/catch block to mitigate unhandled exceptions.

v5.3.1

05 Aug 07:49
Compare
Choose a tag to compare

5.3.1 (August 5, 2020)

BUGFIXES:

  • dist: build files including 5.3.0