Ekuiper

Latest version: v1.14.7

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

Scan your dependencies

Page 2 of 25

2.0.0beta.2

Features

* feat: General pytorch function by 578223592 in https://github.com/lf-edge/ekuiper/pull/3062
* Tracing updates
* feat: change trace api by Yisaer in https://github.com/lf-edge/ekuiper/pull/3206
* feat: support trace rest api by Yisaer in https://github.com/lf-edge/ekuiper/pull/3167
* feat(tool): restore plugin test server by ngjaying in https://github.com/lf-edge/ekuiper/pull/3211
* feat: support update connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/3236
* feat(prom): support connection status by ngjaying in https://github.com/lf-edge/ekuiper/pull/3250

What's Changed
* test: add test for sql/kafka by Yisaer in https://github.com/lf-edge/ekuiper/pull/3203
* fix: fix sql source test by Yisaer in https://github.com/lf-edge/ekuiper/pull/3208
* fix: fix sql sink test by Yisaer in https://github.com/lf-edge/ekuiper/pull/3209
* ci: cache jmeter package by Rory-Z in https://github.com/lf-edge/ekuiper/pull/3212
* docs: add data trace example doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/3204
* docs(io): source/sink split by ngjaying in https://github.com/lf-edge/ekuiper/pull/3207
* refactor(zmq): add timeout for receive by ngjaying in https://github.com/lf-edge/ekuiper/pull/3210
* fix: fix trace rest api propagation by Yisaer in https://github.com/lf-edge/ekuiper/pull/3214
* chore(io): clean up io binder and logs by ngjaying in https://github.com/lf-edge/ekuiper/pull/3215
* fix: fix source ctx tracer propagate by Yisaer in https://github.com/lf-edge/ekuiper/pull/3217
* fix: fix trace propagator by source by Yisaer in https://github.com/lf-edge/ekuiper/pull/3218
* fix: sql source scan value by database type by Yisaer in https://github.com/lf-edge/ekuiper/pull/3219
* fix: fix connection pool get unexisted named conn by Yisaer in https://github.com/lf-edge/ekuiper/pull/3222
* fix: restore sink ping by Yisaer in https://github.com/lf-edge/ekuiper/pull/3220
* fix: warning when config not in connection.yaml by Yisaer in https://github.com/lf-edge/ekuiper/pull/3221
* refactor(conn): save connection status in meta by ngjaying in https://github.com/lf-edge/ekuiper/pull/3225
* fix: restore driver by Yisaer in https://github.com/lf-edge/ekuiper/pull/3226
* fix: cache raw config not to load duplicated by Yisaer in https://github.com/lf-edge/ekuiper/pull/3227
* fix(simulator): interval config problem by ngjaying in https://github.com/lf-edge/ekuiper/pull/3230
* fix(conn): connection status for shared stream by ngjaying in https://github.com/lf-edge/ekuiper/pull/3231
* fix: fix load cfgkey from storage panic by Yisaer in https://github.com/lf-edge/ekuiper/pull/3232
* fix: topo no changed before stop during update by Yisaer in https://github.com/lf-edge/ekuiper/pull/3233
* fix: support kafka password param by Yisaer in https://github.com/lf-edge/ekuiper/pull/3234
* fix(metric): escape metric messages by ngjaying in https://github.com/lf-edge/ekuiper/pull/3235
* fix: fix sort log file by Yisaer in https://github.com/lf-edge/ekuiper/pull/3239
* fix(portable): install error cleanup by ngjaying in https://github.com/lf-edge/ekuiper/pull/3237
* fix(file): rolling interval not obeyed problem by ngjaying in https://github.com/lf-edge/ekuiper/pull/3238
* chore: update sqlite driver mod by ngjaying in https://github.com/lf-edge/ekuiper/pull/3240
* fix(rest): error message escape by ngjaying in https://github.com/lf-edge/ekuiper/pull/3241
* feat: update connection api and doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/3242
* fix: fix driver import by Yisaer in https://github.com/lf-edge/ekuiper/pull/3253
* fix(conn): trigger status handler when init by ngjaying in https://github.com/lf-edge/ekuiper/pull/3252
* fix: sql prepare and html response escape by Yisaer in https://github.com/lf-edge/ekuiper/pull/3245
* fix: validate filepath in request by Yisaer in https://github.com/lf-edge/ekuiper/pull/3248
* fix(trial): do not close control ws by ngjaying in https://github.com/lf-edge/ekuiper/pull/3254
* fix: replace ruleJson's password/url by Yisaer in https://github.com/lf-edge/ekuiper/pull/3251
* fix: fix omit option by Yisaer in https://github.com/lf-edge/ekuiper/pull/3256
* fix(onnx): type check problems by ngjaying in https://github.com/lf-edge/ekuiper/pull/3257
* fix(transform): fix trans datafield for list by ngjaying in https://github.com/lf-edge/ekuiper/pull/3244
* fix: fix cast security issue by Yisaer in https://github.com/lf-edge/ekuiper/pull/3243
* ci: CI pipeline for onnx by 578223592 in https://github.com/lf-edge/ekuiper/pull/3258
* docs: fix resource path by ngjaying in https://github.com/lf-edge/ekuiper/pull/3259
* fix: fix tracer function by Yisaer in https://github.com/lf-edge/ekuiper/pull/3260


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v2.0.0-beta.1...v2.0.0-beta.2

2.0.0beta.1

Features

* build: upgrade to go 1.23 by ngjaying in https://github.com/lf-edge/ekuiper/pull/3174

* Tracing
* feat: support trace sink operator by Yisaer in https://github.com/lf-edge/ekuiper/pull/3116
* feat: support local trace by Yisaer in https://github.com/lf-edge/ekuiper/pull/3143
* feat: support trace rule recent traceid by Yisaer in https://github.com/lf-edge/ekuiper/pull/3155
* feat: support update tracer by Yisaer in https://github.com/lf-edge/ekuiper/pull/3166
* feat: support local span storage by Yisaer in https://github.com/lf-edge/ekuiper/pull/3176
* feat: support neuron trace by Yisaer in https://github.com/lf-edge/ekuiper/pull/3179
* feat: support query rule trace by Yisaer in https://github.com/lf-edge/ekuiper/pull/3196
* feat: support trace tag by Yisaer in https://github.com/lf-edge/ekuiper/pull/3198
* Connection
* feat(api): support connection status by ngjaying in https://github.com/lf-edge/ekuiper/pull/3170
* feat(connection): support connection status change by ngjaying in https://github.com/lf-edge/ekuiper/pull/3171
* feat(connection): conn metric for rule by ngjaying in https://github.com/lf-edge/ekuiper/pull/3173
* feat(connection): nng as stateful dialer by ngjaying in https://github.com/lf-edge/ekuiper/pull/3180
* feat(conn): adapt all source/sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/3181

* feat: restore plugin import/export by ngjaying in https://github.com/lf-edge/ekuiper/pull/3123
* feat(meta): return plugin type for list by ngjaying in https://github.com/lf-edge/ekuiper/pull/3135
* feat(portable): long running instance by ngjaying in https://github.com/lf-edge/ekuiper/pull/3154
* feat: prometheus view rule cpu usage by Rookiecom in https://github.com/lf-edge/ekuiper/pull/3063
* feat(file): support decorator by ngjaying in https://github.com/lf-edge/ekuiper/pull/3188

What's Changed
* chore: ignore test pkg in codecov by ngjaying in https://github.com/lf-edge/ekuiper/pull/3115
* chore: remove android support by ngjaying in https://github.com/lf-edge/ekuiper/pull/3119
* chore: update docker pull badge by ngjaying in https://github.com/lf-edge/ekuiper/pull/3122
* fix(source): fix memory source tuple list by ngjaying in https://github.com/lf-edge/ekuiper/pull/3124
* fix: fix load configuration by Yisaer in https://github.com/lf-edge/ekuiper/pull/3125
* test: restore jmeter tests by ngjaying in https://github.com/lf-edge/ekuiper/pull/3126
* fix(import): return error message by ngjaying in https://github.com/lf-edge/ekuiper/pull/3128
* fix: fix parse dburl by Yisaer in https://github.com/lf-edge/ekuiper/pull/3131
* fix(native): fix plugin config install by ngjaying in https://github.com/lf-edge/ekuiper/pull/3127
* fix(portable): fix source decode by ngjaying in https://github.com/lf-edge/ekuiper/pull/3129
* fix(test): update sql prop to dburl by ngjaying in https://github.com/lf-edge/ekuiper/pull/3132
* chore(ci): update actions by ngjaying in https://github.com/lf-edge/ekuiper/pull/3133
* fix(sink): support template for tupleCollector by ngjaying in https://github.com/lf-edge/ekuiper/pull/3136
* refactor: organize rule init and state by ngjaying in https://github.com/lf-edge/ekuiper/pull/3092
* fix: fix /metadata/resource api by Yisaer in https://github.com/lf-edge/ekuiper/pull/3137
* fix: fix metrics for batch operator by Yisaer in https://github.com/lf-edge/ekuiper/pull/3144
* fix(rule): load rule json without id by ngjaying in https://github.com/lf-edge/ekuiper/pull/3148
* fix(codecov): path fixing for v2 by ngjaying in https://github.com/lf-edge/ekuiper/pull/3150
* fix: fix mqtt client panic by Yisaer in https://github.com/lf-edge/ekuiper/pull/3149
* fix(window): accommodate time shift back by ngjaying in https://github.com/lf-edge/ekuiper/pull/3151
* fix(state): escape metrics message by ngjaying in https://github.com/lf-edge/ekuiper/pull/3153
* fix(encode): csv supports fields prop by ngjaying in https://github.com/lf-edge/ekuiper/pull/3152
* fix(test): plugin result comparison by ngjaying in https://github.com/lf-edge/ekuiper/pull/3157
* chore: more logs for rule state and error by ngjaying in https://github.com/lf-edge/ekuiper/pull/3158
* fix(portable): clean up sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/3156
* docs(portable): add arch by ngjaying in https://github.com/lf-edge/ekuiper/pull/3160
* test(portable): plugin status test and doc by ngjaying in https://github.com/lf-edge/ekuiper/pull/3161
* fix: revise connection api by Yisaer in https://github.com/lf-edge/ekuiper/pull/3159
* ci: print coverage by ngjaying in https://github.com/lf-edge/ekuiper/pull/3162
* fix: fix connection api content type header by Yisaer in https://github.com/lf-edge/ekuiper/pull/3169
* fix: fix mqtt sink conf validate by Yisaer in https://github.com/lf-edge/ekuiper/pull/3168
* refactor(connection): remove detachSub by ngjaying in https://github.com/lf-edge/ekuiper/pull/3172
* docs(plugin): rewrite native plugin docs by ngjaying in https://github.com/lf-edge/ekuiper/pull/3164
* build: update base image go version 1.23 by ngjaying in https://github.com/lf-edge/ekuiper/pull/3175
* chore: update mods by ngjaying in https://github.com/lf-edge/ekuiper/pull/3178
* docs: add trace doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/3165
* chore: restore plugin build by ngjaying in https://github.com/lf-edge/ekuiper/pull/3177
* docs: fix trace doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/3187
* fix: fix trace manager by Yisaer in https://github.com/lf-edge/ekuiper/pull/3189
* docs: fix service name config by Yisaer in https://github.com/lf-edge/ekuiper/pull/3190
* docs(conn): connection guide by ngjaying in https://github.com/lf-edge/ekuiper/pull/3186
* fix(conf): all use cast duration conf by ngjaying in https://github.com/lf-edge/ekuiper/pull/3191
* fix(mqtt): publish random fail at startup by ngjaying in https://github.com/lf-edge/ekuiper/pull/3195
* fix(import): print static error message by ngjaying in https://github.com/lf-edge/ekuiper/pull/3194
* feat: restore edgex openziti by ngjaying in https://github.com/lf-edge/ekuiper/pull/3192
* feat: revise rule trace api by Yisaer in https://github.com/lf-edge/ekuiper/pull/3193
* fix(mqtt): resume subscription in reconnect by ngjaying in https://github.com/lf-edge/ekuiper/pull/3199


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v2.0.0-alpha.11...v2.0.0-beta.1

2.0.0alpha.11

What's Changed
* feat: revise portable plugin process by Yisaer in https://github.com/lf-edge/ekuiper/pull/3068
* feat(mqtt): support batch eof sig by ngjaying in https://github.com/lf-edge/ekuiper/pull/3069
* fix: fix dburl by Yisaer in https://github.com/lf-edge/ekuiper/pull/3073
* docs: add connection doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/3072
* feat: fix batch op by Yisaer in https://github.com/lf-edge/ekuiper/pull/3081
* chore: build android only in release by ngjaying in https://github.com/lf-edge/ekuiper/pull/3088
* feat(state): clearer state transit by ngjaying in https://github.com/lf-edge/ekuiper/pull/3083
* feat: unify schedule rule in checker by Yisaer in https://github.com/lf-edge/ekuiper/pull/3089
* fix: fix trial test by Yisaer in https://github.com/lf-edge/ekuiper/pull/3090
* fix: remove replace passwd by Yisaer in https://github.com/lf-edge/ekuiper/pull/3082
* fix(node): distribute hang when close rule by ngjaying in https://github.com/lf-edge/ekuiper/pull/3093
* feat: support tracing framework by Yisaer in https://github.com/lf-edge/ekuiper/pull/3094
* chore: merge v2alpha changes by ngjaying in https://github.com/lf-edge/ekuiper/pull/3095
* chore: update contract version by ngjaying in https://github.com/lf-edge/ekuiper/pull/3099
* feat: support export trace to collector by Yisaer in https://github.com/lf-edge/ekuiper/pull/3097
* fix(rule): status metrics format by ngjaying in https://github.com/lf-edge/ekuiper/pull/3101
* fix(rule): rule status fixes by ngjaying in https://github.com/lf-edge/ekuiper/pull/3103
* feat: support trace operator by Yisaer in https://github.com/lf-edge/ekuiper/pull/3098
* fix(rule): should close after receive eof by ngjaying in https://github.com/lf-edge/ekuiper/pull/3105
* fix: use prepared stmt in sql by Yisaer in https://github.com/lf-edge/ekuiper/pull/3100
* feat: support trace window operator by Yisaer in https://github.com/lf-edge/ekuiper/pull/3096
* test(fvt): add code based fvt by ngjaying in https://github.com/lf-edge/ekuiper/pull/3104
* test(portable): happy path fvt by ngjaying in https://github.com/lf-edge/ekuiper/pull/3107
* fix: revise contentType by Yisaer in https://github.com/lf-edge/ekuiper/pull/3112
* chore: add fvt to coverage by ngjaying in https://github.com/lf-edge/ekuiper/pull/3111
* feat: revise trace and record data by Yisaer in https://github.com/lf-edge/ekuiper/pull/3110


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v2.0.0-alpha.10...v2.0.0-alpha.11

2.0.0alpha.10

What's Changed
* feat(planner): set default payload format by ngjaying in https://github.com/lf-edge/ekuiper/pull/3016
* fix(op): compress op input tuple by ngjaying in https://github.com/lf-edge/ekuiper/pull/3017
* fix(nng): remove recv size limit by ngjaying in https://github.com/lf-edge/ekuiper/pull/3020
* feat: support load connections env by Yisaer in https://github.com/lf-edge/ekuiper/pull/3011
* feat: support import yaml (3009) by ngjaying in https://github.com/lf-edge/ekuiper/pull/3023
* chore: port 1.4.x change to v2 by ngjaying in https://github.com/lf-edge/ekuiper/pull/3022
* feat: let url props compatibility by Yisaer in https://github.com/lf-edge/ekuiper/pull/3021
* fix: remove create connection from critical area by Yisaer in https://github.com/lf-edge/ekuiper/pull/3015
* feat: remove hidden passwd by Yisaer in https://github.com/lf-edge/ekuiper/pull/3025
* feat: restore redis io by ngjaying in https://github.com/lf-edge/ekuiper/pull/3034
* feat(ext): restore image sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/3035
* feat(ext): restore influx/influx2 sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/3036
* feat: restore import export plugins by Yisaer in https://github.com/lf-edge/ekuiper/pull/3042
* feat(ext): restore zmq source/sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/3039
* feat(ext): restore tflite function by ngjaying in https://github.com/lf-edge/ekuiper/pull/3044
* feat: restore kafka by Yisaer in https://github.com/lf-edge/ekuiper/pull/3041
* feat: support sql lookup and ping by Yisaer in https://github.com/lf-edge/ekuiper/pull/3043
* feat: support sql sink reconnect by Yisaer in https://github.com/lf-edge/ekuiper/pull/3048
* feat(cli): restore rpc by ngjaying in https://github.com/lf-edge/ekuiper/pull/3047
* feat(ext): restore image and geo functions by ngjaying in https://github.com/lf-edge/ekuiper/pull/3045
* feat: support httppull lookup by Yisaer in https://github.com/lf-edge/ekuiper/pull/3051
* chore: merge 1.14 influx changes by ngjaying in https://github.com/lf-edge/ekuiper/pull/3050
* feat: support parquet file source (2847) by ngjaying in https://github.com/lf-edge/ekuiper/pull/3049
* feat: stop/delete rule should wait operator close by Yisaer in https://github.com/lf-edge/ekuiper/pull/3056
* feat: portable plugin process live with ekuiper by Yisaer in https://github.com/lf-edge/ekuiper/pull/3058
* feat: add initialize connection stauts by Yisaer in https://github.com/lf-edge/ekuiper/pull/3059
* fix: fix mqtt client ping by Yisaer in https://github.com/lf-edge/ekuiper/pull/3061
* fix(rest): do not override content type (3024) by ngjaying in https://github.com/lf-edge/ekuiper/pull/3055


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v2.0.0-alpha.9...v2.0.0-alpha.10

2.0.0alpha.9

What's Changed
* feat: support export metadata in yaml by Yisaer in https://github.com/lf-edge/ekuiper/pull/2996
* feat: support push projection by Yisaer in https://github.com/lf-edge/ekuiper/pull/3001
* feat: support rule trial by Yisaer in https://github.com/lf-edge/ekuiper/pull/3000
* fix: fix restart rule state by Yisaer in https://github.com/lf-edge/ekuiper/pull/3003
* feat(io): restore edgex source/sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/2998
* fix: fix trigger omitempty by Yisaer in https://github.com/lf-edge/ekuiper/pull/3008
* feat(converter): delimiter supports header by ngjaying in https://github.com/lf-edge/ekuiper/pull/3004
* fix(topo): detach subtopo from closed rule by ngjaying in https://github.com/lf-edge/ekuiper/pull/3010


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v2.0.0-alpha.8...v2.0.0-alpha.9

2.0.0alpha.8

What's Changed
* chore: remove centos support by ngjaying in https://github.com/lf-edge/ekuiper/pull/2982
* chore: deploy docs action update by ngjaying in https://github.com/lf-edge/ekuiper/pull/2987
* feat: support websocket sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2985
* docs(source): add down sampling doc by ngjaying in https://github.com/lf-edge/ekuiper/pull/2990
* fix: let reload connection have timeout by Yisaer in https://github.com/lf-edge/ekuiper/pull/2988
* feat: support cpu profiling with rule by Rookiecom in https://github.com/lf-edge/ekuiper/pull/2978
* feat(converter): json partial decode by ngjaying in https://github.com/lf-edge/ekuiper/pull/2989
* feat: support ws client by Yisaer in https://github.com/lf-edge/ekuiper/pull/2992
* feat: support simulator source by Yisaer in https://github.com/lf-edge/ekuiper/pull/2993
* refactor: extension impl structure by ngjaying in https://github.com/lf-edge/ekuiper/pull/2995

New Contributors
* Rookiecom made their first contribution in https://github.com/lf-edge/ekuiper/pull/2978

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v2.0.0-alpha.7...v2.0.0-alpha.8

Page 2 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.