v1.5.1
Please note, the version number is changed from 1.4.x to 1.5.x because the EMIT related SQL syntax is changed. Most notably, EMIT AFTER WATERMARK AND DELAY
is now EMIT AFTER WATERMARK WITH DELAY
. New syntax such as EMIT ON UPDATE
is added.
What's Changed
- refactor emit changelog for aggregated results (with broken changes) by @yl-lisen in #552
- corrected the typos and added the manual check in python script by @varshneydevansh in #555
- Feature/issue 532 support cpu mem count on cgroupv2 by @yokofly in #537
- Bugfix/issue 559 part1 disable cron in forked repo by @yokofly in #560
- support more emit modes in window by @yl-lisen in #517
New Contributors
- @varshneydevansh made their first contribution in #555
Full Changelog: v1.4.2...v1.5.1