Timeplus/proton: Release v1.5.1
Name: proton
Owner: Timeplus
Release: v1.5.1
Released: 2024-02-15
License: Apache-2.0
Release Assets:
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 https://github.com/timeplus-io/proton/pull/552
- corrected the typos and added the manual check in python script by @varshneydevansh in https://github.com/timeplus-io/proton/pull/555
- Feature/issue 532 support cpu mem count on cgroupv2 by @yokofly in https://github.com/timeplus-io/proton/pull/537
- Bugfix/issue 559 part1 disable cron in forked repo by @yokofly in https://github.com/timeplus-io/proton/pull/560
- support more emit modes in window by @yl-lisen in https://github.com/timeplus-io/proton/pull/517
New Contributors
- @varshneydevansh made their first contribution in https://github.com/timeplus-io/proton/pull/555
Full Changelog: https://github.com/timeplus-io/proton/compare/v1.4.2...v1.5.1