Releases: litert/televoke.js
Releases · litert/televoke.js
v1.3.0
CHANGES
-
feat(protocol): Added supports of the features introduced in
televoke/2.1protocol, including:-
Specify arguments encoding
Instead of using the default encoding
JSON, now you can implement your custom client with a custom encoding,
by specifying theargsEncodingfield in the extension part ofAPI_CALLcommand request. -
Extended Binary chunks
Now even with JSON, it's possible to send binary data in the request body, by passing the binary data in the
extBinaryChunksfield. And it's allowed to pass multiple binary chunks per request.
-
-
fix(client): The legacy HTTP client does not send
content-typeheader.
Full Changelog: v1.2.0...v1.3.0
v1.2.0
CHANGES
- fix(protocol): the built-in HTTP listener should not listen
upgradeevent by default. - feat(protocol): allow use custom HTTP listener [televoke/v1].
- feat(protocol): allow use custom HTTP listener for WebSocket [televoke/v2].
- feat(protocol): allow update HTTP headers for clients [televoke/v1].
- feat(protocol): allow update HTTP headers for clients for WebSocket [televoke/v2].
- fix(protocol): fixed incorrect brace-pair detection of request body [televoke/1].
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Notable Changes
- feat(protocol): added experimental supports for transports between worker thread.
- feat(protocol): added feature flag properties for channel objects.
- fix(protocol): simplified the ITransporter.end method.
- fix(decoder): should decode protocol error as special error.
- fix(protocol): put protocol-error code in server_internal_server data.
Other Changed
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #6
Full Changelog: v1.0.3...v1.1.0
v1.0.3
CHANGES
- fix(client): Set default maxConnections to
100fortelevoke/1protocol clients. - fix(client): Emit
closeevent when connection to server is closed.
Full Changelog: v1.0.1...v1.0.3
v1.0.1
v0.4.12
v0.4.8
v0.4.7
v0.4.6
Release 0.3.3
Changes
- Updated the development dependencies.
- Removed dependency of
@litert/core, added@litert/exception.