Skip to content

Release 1.5.0

Choose a tag to compare

@williamw520 williamw520 released this 30 Oct 02:12
· 57 commits to master since this release

Releases 1.5.0

  • Breaking change. Simplify RpcPipeline.runRequest() API by removing of the passed in Allocator.
  • Breaking change. Simplify dispatcher API. Remove the need to pass in an Allocator to dispatch() and dispatchEnd(). The Dispatcher object is expected to manage its own allocator as needed.
  • Breaking change. Redo and formalize extended handlers on RpcDispatcher. Add OnErrorHandler. Add tests.