- fix
compress
not prepending a gzip header to the payload
- Send log level to output hook in logger
- Allow optional @msgpack/msgpack encoding
- Switch compression library from zlib to pako
- Fix encoding bug for responses of compresses calls.
- implement
INVOKE_COMPRESSED
for parity with golang library'sCallCompressed
.
- fix long socket path workaround
- fix package.json
- use Buffer.from not (new Buffer)
Bugfixes:
- fix for android path problem
Bugfixes:
- allow connection to Unix domain sockets with really long names
Bufixes:
- Fix crasher in the error path of _packetizer_error
- merges from electron fixes
Bugfixes:
- Fix a dropped error in Dispatch.
Features:
- Add initial support for TLS.
Features:
- Add
generic_handler
which can handle any method and will do the switching itself.
Features:
- Typed error classes, start to roll them out
- Ability to wrap an error in a subclass if you want to handle it as something other than a string before it's output via msgpack