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 https://github.com/ArroyoSystems/arroyo/pull/869
- Improve the error message when writing to a non-updating format by @mwylde in https://github.com/ArroyoSystems/arroyo/pull/874
- Update Datafusion sha to 987c06a5 to pull in fix to encoding by @mwylde in https://github.com/ArroyoSystems/arroyo/pull/884
- Fix: Support Vec<&str> args in UDAFs by @Vinamra7 (https://github.com/ArroyoSystems/arroyo/pull/870)
- Fix regression that caused all sink inputs to be shuffled by @mwylde in https://github.com/ArroyoSystems/arroyo/pull/890
- Fix race condition in control loop that could cause pipeline starts to be ignored by @mwylde in https://github.com/ArroyoSystems/arroyo/pull/892
Full Changelog: https://github.com/ArroyoSystems/arroyo/compare/v0.14.0...v0.14.1