...
- Removed all deprecated methods and classes
- The stop() method on Dataflow operators has been renamed to terminate() to preserve naming consistency accross concepts
- The reportError() method on Dataflow operators has been replaced with addErrorHandler()
The RightShift (>>) operator of DataflowVariables and channels now calls then() instead of whenBound() and so can be chained
...