Releases: timeplus-io/proton
Releases · timeplus-io/proton
v1.6.7
What's Changed
Full Changelog: v1.6.6...v1.6.7
A note on binaries
The release build generates three binaries.
However, the Darwin arm64 binary is built using a separate workflow due to network issues encountered in the previous release build.
SHA256 Checksums:
899929c65fbe4162928016234bea1ea72fca320a8265c8ebb5664b53de0f004f proton-v1.6.7-Darwin-arm64
v1.6.6
What's Changed
- Bugfix/issue 878 fix smoke and ccache by @yokofly in #880
- Bugfix/issue 881 try fix ci by @yokofly in #882
- Enhancement/issue 874 backport for field by @Jasmine-ge in #875
- Backport/issue 6299 fix native mac os build (#6300) (#6468) by @qijun-niu-timeplus in #877
- fix table function dedup by @yl-lisen in #883
- support time_weighted functions by @Jasmine-ge in #872
- largest triangle three buckets by @yl-lisen in #885
Full Changelog: v1.6.5...v1.6.6
v1.6.5
What's Changed
- For JavaScript UDF, you can use
console.log(..)
to show debugging information, by @qijun-niu-timeplus in #870
Full Changelog: v1.6.4...v1.6.5
v1.6.4
What's Changed
- add openai call example by @gangtao in #844
- Feature/broken stream monitor - timer based solution by @gangtao in #867
- Updated the minimum supported Clang version to 16, with compatibility extended up to Clang 18. by @yokofly and @what-is-me in #853
- Resolved glibc dependency issues in the V8 engine. The minimum supported glibc versions are now 2.2.5 for
amd64
and 2.17 forarm64
by @yokofly in #873
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- update grafana example with awesome sensor logger app by @jovezhong in #855
- Update README.md by @sarwarbhuiyan in #854
- add unique function support by @Jasmine-ge in #858
- Update cdc.sql by @sarwarbhuiyan in #861
- add demo for the broken stream by @gangtao in #862
New Contributors
- @sarwarbhuiyan made their first contribution in #854
Full Changelog: v1.6.2...v1.6.3
A note on binaries
The release build generates three binaries.
However, the Darwin arm64 binary is built using a separate workflow due to network issues encountered in the previous release build.
SHA256 Checksums:
SHA256 (proton-v1.6.3-Darwin-arm64) = 4623a076262880876f062fee0a76b4f1094f4aa1db6eccbd88676e776bf364cf
v1.6.2
What's Changed
- fix to_datetime64 parsing problem by @Jasmine-ge in #845
- Bugfix/issue 729 fix view invalid syntax by @Jasmine-ge in #846
- Repeat emit for global aggregation by @chenziliang in #848
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- remove the docs folder by @jovezhong in #836
- fix show create stream syntax by @yl-lisen in #841
- Support display of timezone for datetime and datetime64 by @Jasmine-ge in #838
- bump version from 1.5 to 1.6 by @jovezhong in #842
Full Changelog: v1.5.18...v1.6.1
v1.5.18
What's Changed
- feature: add execution timeout for remote UDFs by @amamiya-len in #827
Full Changelog: v1.5.17...v1.5.18
v1.5.17
What's Changed
- [example][nginx grafana]add support for Docker building on x86_64 and arm64 by @ayewo in #811
- Bugfix/issue 820 fix incorrect code name by @yl-lisen in #821
- support force drop big stream by @yokofly in #823
- Support (EXPLAIN SELECT ...) as a subquery (ported from clickhouse #40630) by @amamiya-len in #826
- Bugfix/issue 425 multishard incorrect result on distinct by @lizhou1111 in #784
- Update pulls badge endpoint by @ipitio in #829
- fix the problem of multishard incorrect result on distinct by @Jasmine-ge in #831
- Feature/issue 315 make telemetry interval configurable by @qijun-niu-timeplus in #828
New Contributors
- @amamiya-len made their first contribution in #826
- @ipitio made their first contribution in #829
- @Jasmine-ge made their first contribution in #831
Full Changelog: v1.5.16...v1.5.17
v1.5.16
What's Changed
- fix session range comparision expression by @yl-lisen in #812
- listen for 0.0.0.0 instead 127.1 by default by @yokofly in #814
- Fix multiIf in information_schema.tables by @jovezhong in #815
- support append-only left all join append-only by @yl-lisen in #739
Full Changelog: v1.5.15...v1.5.16