Ekuiper

Latest version: v1.13.5

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

Scan your dependencies

Page 7 of 21

1.12.0beta.2

What's Changed
* feat: Kafka sink send out array in batch by Yisaer in https://github.com/lf-edge/ekuiper/pull/2425


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

1.12.0beta.1

Features
* chore: update base image to go 1.21 by ngjaying in https://github.com/lf-edge/ekuiper/pull/2387
* chore: upgrade go and mods by ngjaying in https://github.com/lf-edge/ekuiper/pull/2388
* feat: support websocket connection as sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2374
* feat: support websocket source by Yisaer in https://github.com/lf-edge/ekuiper/pull/2392
* feat: support log level by Yisaer in https://github.com/lf-edge/ekuiper/pull/2394
* feat(httppull): support token in body by ngjaying in https://github.com/lf-edge/ekuiper/pull/2404
* feat: support validate rule response by Yisaer in https://github.com/lf-edge/ekuiper/pull/2397
* feat(io): add simulator source by ngjaying in https://github.com/lf-edge/ekuiper/pull/2405
* feat: support websocket client reconnect by Yisaer in https://github.com/lf-edge/ekuiper/pull/2409
* feat(trial): trial run runtime by ngjaying in https://github.com/lf-edge/ekuiper/pull/2412
* feat: support validate rule graph by Yisaer in https://github.com/lf-edge/ekuiper/pull/2410
* feat(helm): support ekuiper plugins volumes by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2403
* feat: add foundationdb store by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2375
* feat(trial): 2 step trial start by ngjaying in https://github.com/lf-edge/ekuiper/pull/2419

Other changes
* fix(ci): lint apt update before install by ngjaying in https://github.com/lf-edge/ekuiper/pull/2400
* fix: fix several bugs about logs by Yisaer in https://github.com/lf-edge/ekuiper/pull/2393
* fix(proto): support enum list by ngjaying in https://github.com/lf-edge/ekuiper/pull/2399
* chore: add log for db connect by ngjaying in https://github.com/lf-edge/ekuiper/pull/2416
* fix(test): avoid db busy lock by ngjaying in https://github.com/lf-edge/ekuiper/pull/2418
* fix: skip install plugin conf if exists by Yisaer in https://github.com/lf-edge/ekuiper/pull/2413
* feat: support register websocket endpoint by Yisaer in https://github.com/lf-edge/ekuiper/pull/2417
* feat: revise websocket connection endpoint by Yisaer in https://github.com/lf-edge/ekuiper/pull/2420
* feat: support kafka source rewindable by Yisaer in https://github.com/lf-edge/ekuiper/pull/2401


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.12.0-alpha.4...1.12.0-beta.1

1.12.0alpha.4

Features
* feat(log): rotateSize and rotateCount by ngjaying in https://github.com/lf-edge/ekuiper/pull/2350
* feat(window): ajust to time shift by ngjaying in https://github.com/lf-edge/ekuiper/pull/2351
* feat: support kafka source extension by Yisaer in https://github.com/lf-edge/ekuiper/pull/2276

What's Changed
* chore: slice loop replace by testwill in https://github.com/lf-edge/ekuiper/pull/2341
* docs: adapt to new doc engine by ngjaying in https://github.com/lf-edge/ekuiper/pull/2347
* fix: fix alias cycle import by Yisaer in https://github.com/lf-edge/ekuiper/pull/2348
* docs: add ek-can notice by ngjaying in https://github.com/lf-edge/ekuiper/pull/2349
* fix: change plugin conf folder by Yisaer in https://github.com/lf-edge/ekuiper/pull/2356
* fix: fix kafka batchSize config name by Yisaer in https://github.com/lf-edge/ekuiper/pull/2361
* chore: Added table of contents to CONTRIBUTING.md by adarsh-jha-dev in https://github.com/lf-edge/ekuiper/pull/2365
* fix(sink): rest sink not return response error by ngjaying in https://github.com/lf-edge/ekuiper/pull/2363
* fix(planner): analytic in case value expr by ngjaying in https://github.com/lf-edge/ekuiper/pull/2367
* fix(sink): file sink flush as a whole by ngjaying in https://github.com/lf-edge/ekuiper/pull/2370
* chore: Improved Error Handling and User Messages by adarsh-jha-dev in https://github.com/lf-edge/ekuiper/pull/2369
* fix(planner): lookup plan predicate pushdown by ngjaying in https://github.com/lf-edge/ekuiper/pull/2376
* fix: lookup node process WindowTuples by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2378
* chore: fix go mods by ngjaying in https://github.com/lf-edge/ekuiper/pull/2377
* docs: fix doc error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2380
* feat: base image for fdb by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2379
* chore(deps): bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 by dependabot in https://github.com/lf-edge/ekuiper/pull/2383
* fix: fix base image for fdb by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2381
* docs: fix broken links by ArpitPandey29 in https://github.com/lf-edge/ekuiper/pull/2384
* fix: fix kafka conf by Yisaer in https://github.com/lf-edge/ekuiper/pull/2385

New Contributors
* testwill made their first contribution in https://github.com/lf-edge/ekuiper/pull/2341
* adarsh-jha-dev made their first contribution in https://github.com/lf-edge/ekuiper/pull/2365
* ArpitPandey29 made their first contribution in https://github.com/lf-edge/ekuiper/pull/2384

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.12.0-alpha.3...1.12.0-alpha.4

1.12.0alpha.3

What's Changed
* fix: fix mem info in cgroup by Yisaer in https://github.com/lf-edge/ekuiper/pull/2324
* feat: check ffmpeg by Yisaer in https://github.com/lf-edge/ekuiper/pull/2325
* fix(sink): sql datafield handling by ngjaying in https://github.com/lf-edge/ekuiper/pull/2327
* fix(rule): rule restart time may be negative by ngjaying in https://github.com/lf-edge/ekuiper/pull/2326
* docs: add httppull docs by Yisaer in https://github.com/lf-edge/ekuiper/pull/2321
* chore: remove zmq from full by ngjaying in https://github.com/lf-edge/ekuiper/pull/2330
* chore(ci): support vitepress docs frontend by Swilder-M in https://github.com/lf-edge/ekuiper/pull/2333
* fix: fix kafka json by Yisaer in https://github.com/lf-edge/ekuiper/pull/2332
* fix: fix check function by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2334
* docs: adapt to new doc engine by ngjaying in https://github.com/lf-edge/ekuiper/pull/2335
* fix(build): android pkg name by ngjaying in https://github.com/lf-edge/ekuiper/pull/2329
* chore(ci): fix directory.json path error by Swilder-M in https://github.com/lf-edge/ekuiper/pull/2339
* chore: make kafka client error as io error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2338
* feat: support exit timeout by Yisaer in https://github.com/lf-edge/ekuiper/pull/2342


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

1.12.0alpha.2

Features
* feat: add rest_api for explain rule by xuyukeviki in https://github.com/lf-edge/ekuiper/pull/2271
* feat(cert): Support for extra TLS options by tfoldi in https://github.com/lf-edge/ekuiper/pull/2258
* feat(conf): support more syslog conf by ngjaying in https://github.com/lf-edge/ekuiper/pull/2289
* feat: add schemaless external service(http) by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2281
* feat: add -json flag to describe by jerempy in https://github.com/lf-edge/ekuiper/pull/2286
* feat: support metrics handler by Yisaer in https://github.com/lf-edge/ekuiper/pull/2291
* refactor: support plugins to be built in by ngjaying in https://github.com/lf-edge/ekuiper/pull/2295
* feat: create plugin using local file by jerempy in https://github.com/lf-edge/ekuiper/pull/2288
* feat: revise kafka sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2290
* feat: revise project error msg by Yisaer in https://github.com/lf-edge/ekuiper/pull/2307
* feat: support kafka key and headers by Yisaer in https://github.com/lf-edge/ekuiper/pull/2309
* feat: Concealing Passwords in Config Key Retrieval by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2319
* feat: let kafka headers and key support template by Yisaer in https://github.com/lf-edge/ekuiper/pull/2317

Other Changes
* docs: fix doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/2278
* ci: add android package in release by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2279
* fix(conf): syslog win syntax error by ngjaying in https://github.com/lf-edge/ekuiper/pull/2294
* docs(conf): syslog conf by ngjaying in https://github.com/lf-edge/ekuiper/pull/2292
* docs: add docs for schemaless external service by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2296
* docs: add doc for the redisSub and redisPub by retoool in https://github.com/lf-edge/ekuiper/pull/2280
* fix(build): fix android build by ngjaying in https://github.com/lf-edge/ekuiper/pull/2300
* ci: simple build package workflow by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2303
* docs(cli): create-plugin-local and describe -json by jerempy in https://github.com/lf-edge/ekuiper/pull/2304
* fix(valuer): support uint comparison by ngjaying in https://github.com/lf-edge/ekuiper/pull/2305
* fix: fix last_value error return message by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2306
* chore(deps): bump golang.org/x/net by dependabot in https://github.com/lf-edge/ekuiper/pull/2310
* ci: fix build plugins error by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2315
* fix(sink): kafka sink network io error by ngjaying in https://github.com/lf-edge/ekuiper/pull/2320

New Contributors
* tfoldi made their first contribution in https://github.com/lf-edge/ekuiper/pull/2258
* jerempy made their first contribution in https://github.com/lf-edge/ekuiper/pull/2286

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

1.12.0alpha.1

Features
* feat: support httppull lookup by Yisaer in https://github.com/lf-edge/ekuiper/pull/2215
* feat(sink): support databend as sink by hantmac in https://github.com/lf-edge/ekuiper/pull/2195
* feat: implement BuildExplainInfo by xuyukeviki in https://github.com/lf-edge/ekuiper/pull/2109
* feat: add redisSub source and redisPub sink by retoool in https://github.com/lf-edge/ekuiper/pull/2263
* feat: add android packaging by bing-zhub in https://github.com/lf-edge/ekuiper/pull/2268
* feat: support read cfg from kv storage by Yisaer in https://github.com/lf-edge/ekuiper/pull/2256

What's Changed
* docs: remove duplicate rule chapter by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/2227
* docs: fix a typo in heading by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/2232
* fix: fix return wrong error object by Yisaer in https://github.com/lf-edge/ekuiper/pull/2228
* fix: fix updateTopo ignore triggered by Yisaer in https://github.com/lf-edge/ekuiper/pull/2236
* docs: refactor zh and rewrite connectors chapter by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/2229
* fix: fix flaky test by Yisaer in https://github.com/lf-edge/ekuiper/pull/2239
* chore(ci): support multiple versions of documents by Swilder-M in https://github.com/lf-edge/ekuiper/pull/2238
* fix(func): object_construct only ignore nil by ngjaying in https://github.com/lf-edge/ekuiper/pull/2240
* fix(node): should add statManagers by ngjaying in https://github.com/lf-edge/ekuiper/pull/2242
* fix(mqtt): add publish/sub timeout by ngjaying in https://github.com/lf-edge/ekuiper/pull/2243
* fix(sink): hang when buffer full by ngjaying in https://github.com/lf-edge/ekuiper/pull/2244
* docs: refactor compile & installation by ngjaying in https://github.com/lf-edge/ekuiper/pull/2251
* fix: skip checking stream.log outdated by Yisaer in https://github.com/lf-edge/ekuiper/pull/2250
* fix(tests): fix random failures by ngjaying in https://github.com/lf-edge/ekuiper/pull/2252
* docs(usecase): update pictures by ngjaying in https://github.com/lf-edge/ekuiper/pull/2255
* fix(func): merge_agg return nil if empty by ngjaying in https://github.com/lf-edge/ekuiper/pull/2257
* fix: fix start rule failed by Yisaer in https://github.com/lf-edge/ekuiper/pull/2261
* docs: add single quote docs by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2254
* fix(test): avoid db lock by ngjaying in https://github.com/lf-edge/ekuiper/pull/2265
* chore: linear cut conf and store dependency by Yisaer in https://github.com/lf-edge/ekuiper/pull/2266
* docs: fix directory & format by ngjaying in https://github.com/lf-edge/ekuiper/pull/2270
* docs: add doc for the configuration by Yisaer in https://github.com/lf-edge/ekuiper/pull/2272

New Contributors
* retoool made their first contribution in https://github.com/lf-edge/ekuiper/pull/2263
* bing-zhub made their first contribution in https://github.com/lf-edge/ekuiper/pull/2268

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

Page 7 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.