Skip to content

v3.0.1

Compare
Choose a tag to compare
@gammazero gammazero released this 31 Oct 22:15
· 51 commits to v3 since this release

Functional changes

  • Automatic call cancellation by the router, if call timeout specified in the call options. When timeout specified, router automatically cancels call even if the callee does not support it or is unable to cancel the call.
  • Immediately cancel pending invocations for callee that disconnects
  • Larger default outbound queue size
  • Allow custom connections to be specified in websocket transport
  • Allow client to configure websocket keepalive

Code organization and documentation

  • Refactor role and feature constants to common package
  • Documentation updates