This is a bugfix release that fixes timestamp handling in the python operator and the backpressure handling in publish and subscribe.
Download the release on GitHub.
Bug Fixes
Section titled “Bug Fixes”Fixed timestamp handling in the python operator
Section titled “Fixed timestamp handling in the python operator”We addressed an issue that caused the python operator to fail when it received data containing timestamp values.
Fixed pubsub back-pressure
Section titled “Fixed pubsub back-pressure”We fixed a bug in the back-pressure propagation across publish and subscribe,
that could cause pipelines to stall.
By @IyeOnline in #5587.