v0.14.1 is a patch release containing several fixes on top of 0.14.0. It is a drop-in replacement for clusters running 0.14.0 and is recommended for all users.
- Support binding worker address to loopback for local dev by @mwylde in #869
- Improve the error message when writing to a non-updating format by @mwylde in #874
- Update Datafusion sha to 987c06a5 to pull in fix to encoding by @mwylde in #884
- Fix: Support Vec<&str> args in UDAFs by @Vinamra7 (#870)
- Fix regression that caused all sink inputs to be shuffled by @mwylde in #890
- Fix race condition in control loop that could cause pipeline starts to be ignored by @mwylde in #892
Full Changelog: v0.14.0...v0.14.1