Releases: elpheria/rpc-websockets
Releases · elpheria/rpc-websockets
v7.4.3
7.4.3 (September 15, 2020)
BUGFIXES:
- Client should validate a response object (#91)
v7.4.2
7.4.2 (September 7, 2020)
BUGFIXES:
- Delay close event until socket is reset(#90)
- Update package dependencies
v7.4.1
7.4.1 (September 6, 2020)
BUGFIXES:
- Server should check socket state before calling 'send' method(#44)
v7.4.0
7.4.0 (September 6, 2020)
FEATURES:
- Unset socket when closed to allow reconnects (#89)
v7.3.2
7.3.2 (September 5, 2020)
BUGFIXES:
- Use promise microtask instead of nexttick (#88)
v7.3.1
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
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
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
7.1.0 (August 26, 2020)
FEATURES:
- Queue async batch responses before sending them out on wire (#84)
v7.0.0
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.