Release 1.5.0
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.