Ekuiper

Latest version: v1.14.7

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 25

1.11.0beta.0

Features
* feat: extend `gcOutdatedLog` for all log files by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2144
* feat: support separate debug & logpath for rules by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2138
* feat(func): add rule_start() by ngjaying in https://github.com/lf-edge/ekuiper/pull/2143
* feat: support window function row_number by Yisaer in https://github.com/lf-edge/ekuiper/pull/2140
* feat(restapi): support validate rule by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2153
* feat: add object_concat function by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2149
* feat(cli): support validating rules by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2160
* feat: support long running schedule rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/2150
* feat(plugin): add update api by ngjaying in https://github.com/lf-edge/ekuiper/pull/2161
* feat: support validate window function in parser by Yisaer in https://github.com/lf-edge/ekuiper/pull/2164

Other Changes
* chore: improve makefile for building kuiper cli by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2141
* fix: make alias reference the same name column by Yisaer in https://github.com/lf-edge/ekuiper/pull/2142
* docs: add pub data analysis to directory.json by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2147
* fix: support start schedule rule in schedule by Yisaer in https://github.com/lf-edge/ekuiper/pull/2145
* docs: fix image type to png by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2152
* fix: avoid log override when update by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2151
* fix: scan table join checkpoint by ngjaying in https://github.com/lf-edge/ekuiper/pull/2154
* fix(file): checkInterval validation by ngjaying in https://github.com/lf-edge/ekuiper/pull/2156

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.11.0-alpha.2...1.11.0-beta.0

1.11.0alpha.2

Features
* feat: add extended wildcard by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2041
* feat: use now as time parser by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2057
* feat: support limit clause by Yisaer in https://github.com/lf-edge/ekuiper/pull/2066
* feat: add timezone support by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2064
* feat: add `convert_tz` for timezone conversion by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2069
* feat(source): httppull supports time range by ngjaying in https://github.com/lf-edge/ekuiper/pull/2055
* feat: export config path by Yisaer in https://github.com/lf-edge/ekuiper/pull/2059
* feat(math): add common SQL math funcs/aliases by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2082
* feat(math): support log func with base by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2086
* feat(sql): add `to_seconds` function by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2093
* feat(rest/sink): support token auto refreshing by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2099
* feat(upload): support url for file upload (23) by superrxan in https://github.com/lf-edge/ekuiper/pull/2097
* feat(sink): support resend queue by ngjaying in https://github.com/lf-edge/ekuiper/pull/2107
* feat: support ref alias in select by Yisaer in https://github.com/lf-edge/ekuiper/pull/2101
* feat(sink): resend strategy by ngjaying in https://github.com/lf-edge/ekuiper/pull/2112
* feat: add last_value function by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2108
* feat(sink): support resend destination by ngjaying in https://github.com/lf-edge/ekuiper/pull/2119
* feat(sink): support batch + resend by ngjaying in https://github.com/lf-edge/ekuiper/pull/2122
* feat(restapi): support refresh basic configs by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2117
* feat: add bytea to CAST function by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2128
* feat: support schedule rule terminated status by Yisaer in https://github.com/lf-edge/ekuiper/pull/2127
* feat: support accmulative agg funcs by Yisaer in https://github.com/lf-edge/ekuiper/pull/2125

Other Changed
* fix: support gc logs when started by Yisaer in https://github.com/lf-edge/ekuiper/pull/2046
* docs: fix incomplete translation by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2049
* perf: reduce data duplication by huskar-t in https://github.com/lf-edge/ekuiper/pull/2050
* docs: fix doc error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2048
* fix(doc): fix content and header problems by ngjaying in https://github.com/lf-edge/ekuiper/pull/2056
* fix: let window Left-closed right-open by Yisaer in https://github.com/lf-edge/ekuiper/pull/2053
* fix(sink): support none exist dir for file sink by superrxan in https://github.com/lf-edge/ekuiper/pull/2061
* fix: wildcard contains alias by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2060
* docs: add example for object funtion by Yisaer in https://github.com/lf-edge/ekuiper/pull/2062
* docs: update cast datetime convention by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2063
* fix(docs): fix broken link by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2068
* ci(lint/licenses): ignore unknown license types by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2070
* chore: fix wasm edge version by ngjaying in https://github.com/lf-edge/ekuiper/pull/2073
* docs: fix doc error by ke4nec in https://github.com/lf-edge/ekuiper/pull/2075
* fix: fix source processLatency in metrics by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2067
* docs: add time formats refer by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2076
* docs: add extended wildcard docs by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2077
* docs: add tzdata notice on alpine by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2079
* fix(doc): update dockerfile link by ngjaying in https://github.com/lf-edge/ekuiper/pull/2080
* fix(docs): fix docs build error by Swilder-M in https://github.com/lf-edge/ekuiper/pull/2081
* feat: implement string function of expr by xuyukeviki in https://github.com/lf-edge/ekuiper/pull/2032
* ci(codecov): fix upload issue with explicit token by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2087
* fix(docs): add docs for openvino by superrxan in https://github.com/lf-edge/ekuiper/pull/2051
* feat: optimize the limit processing by Yisaer in https://github.com/lf-edge/ekuiper/pull/2084
* test: add hopping window test by Yisaer in https://github.com/lf-edge/ekuiper/pull/2091
* feat: extended wildcard follow up works by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2085
* fix(source): always apply timestamp format by ngjaying in https://github.com/lf-edge/ekuiper/pull/2095
* docs(example): add merge_agg case by ngjaying in https://github.com/lf-edge/ekuiper/pull/2096
* docs: add maintainers document by Yisaer in https://github.com/lf-edge/ekuiper/pull/2088
* fix: exit process after an error occurs by ke4nec in https://github.com/lf-edge/ekuiper/pull/2098
* fix(httppull): refresh token before header parsing by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2100
* fix(plugin): add more log for tfLite plugin by superrxan in https://github.com/lf-edge/ekuiper/pull/2103
* docs: Remove redundant space by hi-rustin in https://github.com/lf-edge/ekuiper/pull/2105
* fix(cmd): add missing flag.Parse() call by ke4nec in https://github.com/lf-edge/ekuiper/pull/2106
* fix: fix alias reference by Yisaer in https://github.com/lf-edge/ekuiper/pull/2118
* docs: add public data analysis example by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2102
* fix: fix alias ref cycle check by Yisaer in https://github.com/lf-edge/ekuiper/pull/2121
* fix(upload): support uploads export/import by superrxan in https://github.com/lf-edge/ekuiper/pull/2104
* fix: analyze funcs reference alias analyze by Yisaer in https://github.com/lf-edge/ekuiper/pull/2113
* fix(graph): set schema id by name/message by cea5 in https://github.com/lf-edge/ekuiper/pull/2116
* refactor: use `fmt.Fprintf` for response format by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2126
* refactor(func): sharing array func by ngjaying in https://github.com/lf-edge/ekuiper/pull/2124
* docs(template): example ai prompt by ngjaying in https://github.com/lf-edge/ekuiper/pull/2134
* docs(sql): add missing array funcs by ngjaying in https://github.com/lf-edge/ekuiper/pull/2135

New Contributors
* ke4nec made their first contribution in https://github.com/lf-edge/ekuiper/pull/2075
* hi-rustin made their first contribution in https://github.com/lf-edge/ekuiper/pull/2105
* cea5 made their first contribution in https://github.com/lf-edge/ekuiper/pull/2116

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.11.0-alpha.1...1.11.0-alpha.2

1.11.0alpha.1

Features
* feat: support event time in continuous query by ngjaying in https://github.com/lf-edge/ekuiper/pull/1975
* feat: implement explain interface by xuyukeviki in https://github.com/lf-edge/ekuiper/pull/1964
* feat: add historgrams metrics for latency by Yisaer in https://github.com/lf-edge/ekuiper/pull/1990
* feat: add grafana panel by Yisaer in https://github.com/lf-edge/ekuiper/pull/1995
* feat(httppull): refresh token on pulling by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2018
* feat(function): add hex/int conversion functions by L-607 in https://github.com/lf-edge/ekuiper/pull/2013
* feat(func): add merge_agg function by ngjaying in https://github.com/lf-edge/ekuiper/pull/2016
* feat: support time range for cron by Yisaer in https://github.com/lf-edge/ekuiper/pull/2015
* feat: honor cpu limits in cgroups by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2019
* feat: support delay slidingWindow by Yisaer in https://github.com/lf-edge/ekuiper/pull/2005
* feat: support slidingwindow condition by Yisaer in https://github.com/lf-edge/ekuiper/pull/2008
* feat(func): add trigger related meta functions by ngjaying in https://github.com/lf-edge/ekuiper/pull/2028
* feat: support meta func in window trigger cond by ngjaying in https://github.com/lf-edge/ekuiper/pull/2038
* feat(func): support array_concat by yai-dev in https://github.com/lf-edge/ekuiper/pull/1999

Other Changes
* fix(window): fix wrong first start time by ngjaying in https://github.com/lf-edge/ekuiper/pull/1978
* fix: escape single quotes in single quotes by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1981
* fix(doc): fix collect function example by ngjaying in https://github.com/lf-edge/ekuiper/pull/1983
* fix(meta): update help url by Patrick-Star125 in https://github.com/lf-edge/ekuiper/pull/1985
* fix: fix updateTopo for schedule rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/1982
* chore(deps): bump github.com/snowflakedb/gosnowflake from 1.6.18 to 1.6.19 in /extensions by dependabot in https://github.com/lf-edge/ekuiper/pull/1987
* fix(window): align time based on unit by ngjaying in https://github.com/lf-edge/ekuiper/pull/1984
* ci(lint): output format with line numbers by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1986
* fix: fix oracle query with limit by Yisaer in https://github.com/lf-edge/ekuiper/pull/1988
* docs: fix aggregate_functions link. by huskar-t in https://github.com/lf-edge/ekuiper/pull/1991
* fix(doc): add stream format by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/1994
* fix(doc): add missing heading by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/1998
* fix(watermark): fix/refactor for continuous query by ngjaying in https://github.com/lf-edge/ekuiper/pull/1997
* fix: rediskv get return by shaiz98 in https://github.com/lf-edge/ekuiper/pull/2011
* fix: fix sort interface by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2007
* perf: Avoid string copying during JSON parsing by huskar-t in https://github.com/lf-edge/ekuiper/pull/2010
* fix(docs): revise writings by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/2014
* docs: Modify the style of Markdown files by huskar-t in https://github.com/lf-edge/ekuiper/pull/2001
* chore: update jmeter download location by ngjaying in https://github.com/lf-edge/ekuiper/pull/2017
* chore(docker): bump dev go version to 1.20.2 by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2021
* chore: remove duplicate newline by hotjuicew in https://github.com/lf-edge/ekuiper/pull/2022
* docs: duplicate ignoreCase annotation by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2024
* fix(log): use `%v` to format interface{} value by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2025
* test: http test wait for http server to start by huskar-t in https://github.com/lf-edge/ekuiper/pull/2033
* refactor: use conf.Log for maxprocs.Set by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2026
* perf: Reuse buffer during lexical analysis by huskar-t in https://github.com/lf-edge/ekuiper/pull/2023
* fix: correctly concatenate ipv6 addr by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2034
* fix(source): race-condition at httpserver by levikobi in https://github.com/lf-edge/ekuiper/pull/2031
* fix(release): disable upx for non-linux platforms by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2039
* fix: sliding window should trigger for each matched event by Yisaer in https://github.com/lf-edge/ekuiper/pull/2037
* fix(schema): allow weak schema type by ngjaying in https://github.com/lf-edge/ekuiper/pull/2043

New Contributors
* Patrick-Star125 made their first contribution in https://github.com/lf-edge/ekuiper/pull/1985
* huskar-t made their first contribution in https://github.com/lf-edge/ekuiper/pull/1991
* xuyukeviki made their first contribution in https://github.com/lf-edge/ekuiper/pull/1964
* shaiz98 made their first contribution in https://github.com/lf-edge/ekuiper/pull/2011
* hotjuicew made their first contribution in https://github.com/lf-edge/ekuiper/pull/2022
* levikobi made their first contribution in https://github.com/lf-edge/ekuiper/pull/2031
* yai-dev made their first contribution in https://github.com/lf-edge/ekuiper/pull/1999

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.11.0-alpha.0...1.11.0-alpha.1

1.11.0alpha.0

Features

* feat: boost JSON parsing performance for streams with schema
* feat: introduce fastjson in converter by Yisaer in https://github.com/lf-edge/ekuiper/pull/1954
* feat: support conversion in fastjson by Yisaer in https://github.com/lf-edge/ekuiper/pull/1962
* feat: support for more low-priority array funcs by wangxye in https://github.com/lf-edge/ekuiper/pull/1947
* feat: file soure support enable parallel by L-607 in https://github.com/lf-edge/ekuiper/pull/1948
* feat: support single quote string literal by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1974

Other Changes
* docs: add doc for how to check rule status by Yisaer in https://github.com/lf-edge/ekuiper/pull/1935
* ci(topotest): fix plugin test failure by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1934
* fix(doc): add config key docs for rest api by superrxan in https://github.com/lf-edge/ekuiper/pull/1941
* test: add ut for server by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1942
* refactor: remove deprecated properties by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1937
* refactor(doc): reconstruct function doc by ngjaying in https://github.com/lf-edge/ekuiper/pull/1949
* ci: optimize heavy ci check order by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1950
* ci: fix check_licenses dependency by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1953
* docs: update plugin tutorial for alpine by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1951
* fix: pre-correct lint detected errors by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1955
* chore: fix readme typos by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1958
* ci(codecov): avoid needless ci failure by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1959
* refactor(docs): structure change by ngjaying in https://github.com/lf-edge/ekuiper/pull/1956
* ci(lint): enable linter for multiple modules by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1957
* docs: add docs for benefit of the defining schema by Yisaer in https://github.com/lf-edge/ekuiper/pull/1961
* fix(schema): pb schema support enum type by ngjaying in https://github.com/lf-edge/ekuiper/pull/1963
* docs(tutorial): how to debug rules by ngjaying in https://github.com/lf-edge/ekuiper/pull/1960
* chore: use stable apt-get cli by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1970
* ci(release): fail release with update errors by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1968
* feat: let `startRule` rerun the rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/1967
* ci(docker/debian): upgrade debian to bullseye by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1969
* feat: add nil check for functions by Yisaer in https://github.com/lf-edge/ekuiper/pull/1971
* fix: fix walk function by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1972

New Contributors
* L-607 made their first contribution in https://github.com/lf-edge/ekuiper/pull/1948

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.10.0...1.11.0-alpha.0

1.10.2

Not secure
Optimization

* perf: Avoid string copying during JSON parsing by huskar-t in https://github.com/lf-edge/ekuiper/pull/2010
* feat: support time range for cron by Yisaer in https://github.com/lf-edge/ekuiper/pull/2015
* feat: honor cpu limits in cgroups by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2019
* perf: Reuse buffer during lexical analysis by huskar-t in https://github.com/lf-edge/ekuiper/pull/2023
* feat(func): support array_concat by yai-dev in https://github.com/lf-edge/ekuiper/pull/1999
* perf: reduce data duplication by huskar-t in https://github.com/lf-edge/ekuiper/pull/2050
* fix: let window Left-closed right-open by Yisaer in https://github.com/lf-edge/ekuiper/pull/2053

What's Changed

* fix(doc): add stream format by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/1994
* fix(doc): add missing heading by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/1998
* fix: rediskv get return by shaiz98 in https://github.com/lf-edge/ekuiper/pull/2011
* fix: fix sort interface by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2007
* fix(docs): revise writings by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/2014
* docs: Modify the style of Markdown files by huskar-t in https://github.com/lf-edge/ekuiper/pull/2001
* chore: update jmeter download location by ngjaying in https://github.com/lf-edge/ekuiper/pull/2017
* chore(docker): bump dev go version to 1.20.2 by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2021
* chore: remove duplicate newline by hotjuicew in https://github.com/lf-edge/ekuiper/pull/2022
* docs: duplicate ignoreCase annotation by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2024
* fix(log): use `%v` to format interface{} value by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2025
* test: http test wait for http server to start by huskar-t in https://github.com/lf-edge/ekuiper/pull/2033
* refactor: use conf.Log for maxprocs.Set by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2026
* fix: correctly concatenate ipv6 addr by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2034
* fix(source): race-condition at httpserver by levikobi in https://github.com/lf-edge/ekuiper/pull/2031
* fix(release): disable upx for non-linux platforms by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2039
* fix(schema): allow weak schema type by ngjaying in https://github.com/lf-edge/ekuiper/pull/2043
* fix: support gc logs when started by Yisaer in https://github.com/lf-edge/ekuiper/pull/2046
* docs: fix incomplete translation by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2049
* docs: fix doc error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2048
* fix(doc): fix content and header problems by ngjaying in https://github.com/lf-edge/ekuiper/pull/2056
* fix(sink): support none exist dir for file sink by superrxan in https://github.com/lf-edge/ekuiper/pull/2061
* fix: wildcard contains alias by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2060
* docs: add example for object funtion by Yisaer in https://github.com/lf-edge/ekuiper/pull/2062
* fix(docs): fix broken link by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2068
* ci(lint/licenses): ignore unknown license types by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/2070
* chore: fix wasm edge version by ngjaying in https://github.com/lf-edge/ekuiper/pull/2073
* docs: fix doc error by ke4nec in https://github.com/lf-edge/ekuiper/pull/2075
* fix: fix source processLatency in metrics by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2067

New Contributors
* shaiz98 made their first contribution in https://github.com/lf-edge/ekuiper/pull/2011
* hotjuicew made their first contribution in https://github.com/lf-edge/ekuiper/pull/2022
* yai-dev made their first contribution in https://github.com/lf-edge/ekuiper/pull/1999
* ke4nec made their first contribution in https://github.com/lf-edge/ekuiper/pull/2075

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.10.1...1.10.2

1.10.1

Not secure
What's Changed
* docs: add doc for how to check rule status by Yisaer in https://github.com/lf-edge/ekuiper/pull/1935
* ci(topotest): fix plugin test failure by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1934
* fix(doc): add config key docs for rest api by superrxan in https://github.com/lf-edge/ekuiper/pull/1941
* test: add ut for server by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1942
* refactor(doc): reconstruct function doc by ngjaying in https://github.com/lf-edge/ekuiper/pull/1949
* ci: optimize heavy ci check order by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1950
* ci: fix check_licenses dependency by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1953
* docs: update plugin tutorial for alpine by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1951
* fix: pre-correct lint detected errors by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1955
* chore: fix readme typos by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1958
* ci(codecov): avoid needless ci failure by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1959
* feat: support for more low-priority array funcs by wangxye in https://github.com/lf-edge/ekuiper/pull/1947
* refactor(docs): structure change by ngjaying in https://github.com/lf-edge/ekuiper/pull/1956
* ci(lint): enable linter for multiple modules by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1957
* fix(schema): pb schema support enum type by ngjaying in https://github.com/lf-edge/ekuiper/pull/1963
* docs(tutorial): how to debug rules by ngjaying in https://github.com/lf-edge/ekuiper/pull/1960
* chore: use stable apt-get cli by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1970
* ci(release): fail release with update errors by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1968
* feat: let `startRule` rerun the rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/1967
* ci(docker/debian): upgrade debian to bullseye by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1969
* feat: add nil check for functions by Yisaer in https://github.com/lf-edge/ekuiper/pull/1971
* feat: file soure support enable parallel by L-607 in https://github.com/lf-edge/ekuiper/pull/1948
* fix: fix walk function by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1972
* feat: support single quote string literal by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1974
* fix: add safe directory for build pkg by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1977
* fix(window): fix wrong first start time by ngjaying in https://github.com/lf-edge/ekuiper/pull/1978
* fix: escape single quotes in single quotes by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/1981
* fix(doc): fix collect function example by ngjaying in https://github.com/lf-edge/ekuiper/pull/1983
* fix(meta): update help url by Patrick-Star125 in https://github.com/lf-edge/ekuiper/pull/1985
* fix: fix updateTopo for schedule rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/1982
* fix(window): align time based on unit by ngjaying in https://github.com/lf-edge/ekuiper/pull/1984
* ci(lint): output format with line numbers by xjasonlyu in https://github.com/lf-edge/ekuiper/pull/1986
* fix: fix oracle query with limit by Yisaer in https://github.com/lf-edge/ekuiper/pull/1988
* docs: fix aggregate_functions link. by huskar-t in https://github.com/lf-edge/ekuiper/pull/1991


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.10.0...1.10.1

Page 13 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.