Ekuiper

Latest version: v1.13.4

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

Scan your dependencies

Page 5 of 20

1.12.2

What's Changed
* fix: fix lookup plan column pruning by Yisaer in https://github.com/lf-edge/ekuiper/pull/2494
* refactor(trial): catch sink errors by ngjaying in https://github.com/lf-edge/ekuiper/pull/2499
* fix: fix sourceNode options by Yisaer in https://github.com/lf-edge/ekuiper/pull/2501
* chore: add sniffio dependency for python plugins by Yisaer in https://github.com/lf-edge/ekuiper/pull/2513
* chore(deps): bump github.com/dvsekhvalnov/jose2g by dependabot in https://github.com/lf-edge/ekuiper/pull/2514
* chore(deps): bump github.com/dvsekhvalnov/jose2go by dependabot in https://github.com/lf-edge/ekuiper/pull/2515
* docs(example): merge multiple stream by ngjaying in https://github.com/lf-edge/ekuiper/pull/2518
* fix(decode): perf update by ngjaying in https://github.com/lf-edge/ekuiper/pull/2519
* chore: update httppush.json file by oucb in https://github.com/lf-edge/ekuiper/pull/2520
* fix(rest): return 404 when rule not found by carlclone in https://github.com/lf-edge/ekuiper/pull/2505
* chore: use fixed pynng version by ngjaying in https://github.com/lf-edge/ekuiper/pull/2523


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.12.1...1.12.2

1.12.1

What's Changed
* fix: support pruning struct column by Yisaer in https://github.com/lf-edge/ekuiper/pull/2439
* fix: fix hidden passwd in url by Yisaer in https://github.com/lf-edge/ekuiper/pull/2488
* feat: enhance split_value function by Yisaer in https://github.com/lf-edge/ekuiper/pull/2491
* fix: fix websocket server publish data by Yisaer in https://github.com/lf-edge/ekuiper/pull/2490
* chore: update the json files by oucb in https://github.com/lf-edge/ekuiper/pull/2492
* docs: update influx optional props by ngjaying in https://github.com/lf-edge/ekuiper/pull/2493
* chore(deps): bump golang.org/x/crypto by dependabot in https://github.com/lf-edge/ekuiper/pull/2495
* chore(deps): bump golang.org/x/crypto by dependabot in https://github.com/lf-edge/ekuiper/pull/2496
* chore: update 'simulator.json' file by oucb in https://github.com/lf-edge/ekuiper/pull/2497
* fix: fix sql url display by Yisaer in https://github.com/lf-edge/ekuiper/pull/2498


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.12.0...1.12.1

1.12.0

Features

This release focus on source/sink and management. And Go version updates to 1.21

Source & Sink
* New Sources & Sinks
* feat: add redisSub source and redisPub sink by retoool in https://github.com/lf-edge/ekuiper/pull/2263
* feat: support kafka source extension by Yisaer in https://github.com/lf-edge/ekuiper/pull/2276
* feat: support kafka source rewindable by Yisaer in https://github.com/lf-edge/ekuiper/pull/2401
* 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 websocket client reconnect by Yisaer in https://github.com/lf-edge/ekuiper/pull/2409
* feat(io): add simulator source by ngjaying in https://github.com/lf-edge/ekuiper/pull/2405

* Enhance Source & Sinks
* 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(cert): Support for extra TLS options by tfoldi in https://github.com/lf-edge/ekuiper/pull/2258
* feat: revise kafka sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2290
* feat: support kafka key and headers by Yisaer in https://github.com/lf-edge/ekuiper/pull/2309
* feat: let kafka headers and key support template by Yisaer in https://github.com/lf-edge/ekuiper/pull/2317
* feat: check ffmpeg by Yisaer in https://github.com/lf-edge/ekuiper/pull/2325
* feat(httppull): support token in body by ngjaying in https://github.com/lf-edge/ekuiper/pull/2404
* feat: Kafka sink send out array in batch by Yisaer in https://github.com/lf-edge/ekuiper/pull/2425
* feat: support sql source reconnect by Yisaer in https://github.com/lf-edge/ekuiper/pull/2428
* feat(influx2): refactor and add more props by ngjaying in https://github.com/lf-edge/ekuiper/pull/2434
* feat: influx v2 sink enhancements by ngjaying in https://github.com/lf-edge/ekuiper/pull/2436
* feat(influx): influx enhancements by ngjaying in https://github.com/lf-edge/ekuiper/pull/2441
* feat: revise sql error log by Yisaer in https://github.com/lf-edge/ekuiper/pull/2458

Operations
* Explain statement
* feat: implement BuildExplainInfo by xuyukeviki in https://github.com/lf-edge/ekuiper/pull/2109
* feat: add rest_api for explain rule by xuyukeviki in https://github.com/lf-edge/ekuiper/pull/2271
* feat: support read cfg from kv storage by Yisaer in https://github.com/lf-edge/ekuiper/pull/2256
* Log configurations
* feat(conf): support more syslog conf by ngjaying in https://github.com/lf-edge/ekuiper/pull/2289
* feat(log): rotateSize and rotateCount by ngjaying in https://github.com/lf-edge/ekuiper/pull/2350
* feat: support log level by Yisaer in https://github.com/lf-edge/ekuiper/pull/2394
* feat(log): add disableTimestamp option by ngjaying in https://github.com/lf-edge/ekuiper/pull/2445
* feat(log): use default timestamp format by ngjaying in https://github.com/lf-edge/ekuiper/pull/2473
* feat(log): rotate file name change by ngjaying in https://github.com/lf-edge/ekuiper/pull/2481
* 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
* feat: create plugin using local file by jerempy in https://github.com/lf-edge/ekuiper/pull/2288
* feat: revise project error msg by Yisaer in https://github.com/lf-edge/ekuiper/pull/2307
* feat: Concealing Passwords in Config Key Retrieval by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2319
* feat: support exit timeout by Yisaer in https://github.com/lf-edge/ekuiper/pull/2342
* feat: base image for fdb by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2379
* feat: support validate rule response by Yisaer in https://github.com/lf-edge/ekuiper/pull/2397
* 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: add foundationdb store by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2375
* feat: support schedule rule status timestamp by Yisaer in https://github.com/lf-edge/ekuiper/pull/2449
* feat: support stop and cron timestamp api by Yisaer in https://github.com/lf-edge/ekuiper/pull/2451

Extensions
* feat: add schemaless external service(http) by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2281

SQL
* feat(window): ajust to time shift by ngjaying in https://github.com/lf-edge/ekuiper/pull/2351

Build & CI
* Android packaging
* feat: add android packaging by bing-zhub in https://github.com/lf-edge/ekuiper/pull/2268
* ci: add android package in release by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2279
* refactor: support plugins to be built in by ngjaying in https://github.com/lf-edge/ekuiper/pull/2295
* ci: simple build package workflow by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2303
* feat(helm): support ekuiper plugins volumes by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2403
* feat(helm): add securityContext by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2427
* feat: revise grafana by Yisaer in https://github.com/lf-edge/ekuiper/pull/2455
* feat: enable pprof by Yisaer in https://github.com/lf-edge/ekuiper/pull/2457
* ci: use token replace password for pypi by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2460

Docs
* 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
* docs: refactor zh and rewrite connectors chapter by LenaLenaPan in https://github.com/lf-edge/ekuiper/pull/2229
* chore(ci): support multiple versions of documents by Swilder-M in https://github.com/lf-edge/ekuiper/pull/2238
* docs: refactor compile & installation by ngjaying in https://github.com/lf-edge/ekuiper/pull/2251
* docs(usecase): update pictures by ngjaying in https://github.com/lf-edge/ekuiper/pull/2255
* docs: add single quote docs by Rui-Gan in https://github.com/lf-edge/ekuiper/pull/2254
* 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
* docs: fix doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/2278
* 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
* docs(cli): create-plugin-local and describe -json by jerempy in https://github.com/lf-edge/ekuiper/pull/2304
* docs: add httppull docs by Yisaer in https://github.com/lf-edge/ekuiper/pull/2321
* docs: adapt to new doc engine by ngjaying in https://github.com/lf-edge/ekuiper/pull/2335
* docs: adapt to new doc engine by ngjaying in https://github.com/lf-edge/ekuiper/pull/2347
* docs: add ek-can notice by ngjaying in https://github.com/lf-edge/ekuiper/pull/2349
* chore: Added table of contents to CONTRIBUTING.md by adarsh-jha-dev in https://github.com/lf-edge/ekuiper/pull/2365
* docs: fix broken links by ArpitPandey29 in https://github.com/lf-edge/ekuiper/pull/2384
* docs: fix syntax error in readme by buildcomplete in https://github.com/lf-edge/ekuiper/pull/2421
* docs: add document by Yisaer in https://github.com/lf-edge/ekuiper/pull/2463
* docs: test rule by ngjaying in https://github.com/lf-edge/ekuiper/pull/2466
* docs(conf): file log rotation by ngjaying in https://github.com/lf-edge/ekuiper/pull/2472
* docs: add fdb doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/2486

Fixes & Other Changes
* 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
* fix: fix flaky test by Yisaer in https://github.com/lf-edge/ekuiper/pull/2239
* 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
* 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
* 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
* 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
* fix(conf): syslog win syntax error by ngjaying in https://github.com/lf-edge/ekuiper/pull/2294
* fix(build): fix android build by ngjaying in https://github.com/lf-edge/ekuiper/pull/2300
* 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
* fix: fix mem info in cgroup by Yisaer in https://github.com/lf-edge/ekuiper/pull/2324
* 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
* 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
* 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
* chore: slice loop replace by testwill in https://github.com/lf-edge/ekuiper/pull/2341
* fix: fix alias cycle import by Yisaer in https://github.com/lf-edge/ekuiper/pull/2348
* 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
* 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
* 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
* fix: fix kafka conf by Yisaer in https://github.com/lf-edge/ekuiper/pull/2385
* 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
* 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(trial): 2 step trial start by ngjaying in https://github.com/lf-edge/ekuiper/pull/2419
* chore: disable fdb for arm temporally by ngjaying in https://github.com/lf-edge/ekuiper/pull/2422
* fix(doc): escape {{ in doc by ngjaying in https://github.com/lf-edge/ekuiper/pull/2423
* feat: revise kafka test connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2429
* fix: let websocket server allowed any origin by Yisaer in https://github.com/lf-edge/ekuiper/pull/2430
* fix: fix websocket test by Yisaer in https://github.com/lf-edge/ekuiper/pull/2426
* feat(syslog): allow to set ts format by ngjaying in https://github.com/lf-edge/ekuiper/pull/2432
* fix(jwt): support []string type aud by ngjaying in https://github.com/lf-edge/ekuiper/pull/2431
* chore: remove fdb from full by ngjaying in https://github.com/lf-edge/ekuiper/pull/2433
* feat: revise log by Yisaer in https://github.com/lf-edge/ekuiper/pull/2435
* fix: fix sqlserver lookup table by Yisaer in https://github.com/lf-edge/ekuiper/pull/2437
* fix: revert kafka test connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2438
* fix: fix schedule rule running by Yisaer in https://github.com/lf-edge/ekuiper/pull/2440
* fix: fix kafka render key in batch by Yisaer in https://github.com/lf-edge/ekuiper/pull/2442
* fix: revise websocket log and behavior by Yisaer in https://github.com/lf-edge/ekuiper/pull/2443
* fix: fix websocket reopen connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2444
* fix(sink): influx sink transform setting by ngjaying in https://github.com/lf-edge/ekuiper/pull/2447
* feat(kafka): add kafka source to full build by ngjaying in https://github.com/lf-edge/ekuiper/pull/2448
* fix: fix password configuration by Yisaer in https://github.com/lf-edge/ekuiper/pull/2446
* fix: fix memory used got wrong result by Yisaer in https://github.com/lf-edge/ekuiper/pull/2456
* fix(cache): sink cache hang problem by ngjaying in https://github.com/lf-edge/ekuiper/pull/2452
* fix: fix memory leak when stop rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/2454
* fix(window): sliding hang for high volume data by ngjaying in https://github.com/lf-edge/ekuiper/pull/2465
* feat: revise rule status message by Yisaer in https://github.com/lf-edge/ekuiper/pull/2469
* chore: update the json file of sources and sinks by oucb in https://github.com/lf-edge/ekuiper/pull/2462
* fix: fix pgsql lookup sql by Yisaer in https://github.com/lf-edge/ekuiper/pull/2476
* fix(ci): android build add etc by ngjaying in https://github.com/lf-edge/ekuiper/pull/2475
* chore: remove 'FLOAT' and 'STRING' of 'indexField' by oucb in https://github.com/lf-edge/ekuiper/pull/2477
* fix: fix compatibility issues with fs by bing-zhub in https://github.com/lf-edge/ekuiper/pull/2480
* fix: fix kafka doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/2484

Breaking Changes
1. Influx sink plugin properties changes:
- Remove tagKey and tagValue property; Use tags instead
- Rename databaseName to database
2. Influx2 sink plugin properties changes:
- Remove tagKey and tagValue property; Use tags instead

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
* 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
* 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
* buildcomplete made their first contribution in https://github.com/lf-edge/ekuiper/pull/2421
* oucb made their first contribution in https://github.com/lf-edge/ekuiper/pull/2462

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

1.12.0beta.6

What's Changed
* ci: use token replace password for pypi by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2460
* fix(window): sliding hang for high volume data by ngjaying in https://github.com/lf-edge/ekuiper/pull/2465
* docs: add document by Yisaer in https://github.com/lf-edge/ekuiper/pull/2463
* docs: test rule by ngjaying in https://github.com/lf-edge/ekuiper/pull/2466
* feat: revise rule status message by Yisaer in https://github.com/lf-edge/ekuiper/pull/2469
* docs(conf): file log rotation by ngjaying in https://github.com/lf-edge/ekuiper/pull/2472
* feat(log): use default timestamp format by ngjaying in https://github.com/lf-edge/ekuiper/pull/2473
* chore: update the json file of sources and sinks by oucb in https://github.com/lf-edge/ekuiper/pull/2462
* fix: fix pgsql lookup sql by Yisaer in https://github.com/lf-edge/ekuiper/pull/2476
* fix(ci): android build add etc by ngjaying in https://github.com/lf-edge/ekuiper/pull/2475

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

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

1.12.0beta.5

What's Changed
* feat: support schedule rule status timestamp by Yisaer in https://github.com/lf-edge/ekuiper/pull/2449
* feat: support stop and cron timestamp api by Yisaer in https://github.com/lf-edge/ekuiper/pull/2451
* fix: fix memory used got wrong result by Yisaer in https://github.com/lf-edge/ekuiper/pull/2456
* fix(cache): sink cache hang problem by ngjaying in https://github.com/lf-edge/ekuiper/pull/2452
* fix: fix memory leak when stop rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/2454
* feat: revise grafana by Yisaer in https://github.com/lf-edge/ekuiper/pull/2455
* feat: enable pprof by Yisaer in https://github.com/lf-edge/ekuiper/pull/2457
* feat: revise sql error log by Yisaer in https://github.com/lf-edge/ekuiper/pull/2458


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

1.12.0beta.4

Features
* feat(influx2): refactor and add more props by ngjaying in https://github.com/lf-edge/ekuiper/pull/2434
* feat(influx): influx enhancements by ngjaying in https://github.com/lf-edge/ekuiper/pull/2441
* feat(log): add disableTimestamp option by ngjaying in https://github.com/lf-edge/ekuiper/pull/2445

Other Changes
* feat: revise log by Yisaer in https://github.com/lf-edge/ekuiper/pull/2435
* fix: fix sqlserver lookup table by Yisaer in https://github.com/lf-edge/ekuiper/pull/2437
* fix: revert kafka test connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2438
* feat: influx v2 sink enhancements by ngjaying in https://github.com/lf-edge/ekuiper/pull/2436
* fix: fix schedule rule running by Yisaer in https://github.com/lf-edge/ekuiper/pull/2440
* fix: fix kafka render key in batch by Yisaer in https://github.com/lf-edge/ekuiper/pull/2442
* fix: revise websocket log and behavior by Yisaer in https://github.com/lf-edge/ekuiper/pull/2443
* fix: fix websocket reopen connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2444
* docs: fix syntax error in readme by buildcomplete in https://github.com/lf-edge/ekuiper/pull/2421
* fix(sink): influx sink transform setting by ngjaying in https://github.com/lf-edge/ekuiper/pull/2447
* feat(kafka): add kafka source to full build by ngjaying in https://github.com/lf-edge/ekuiper/pull/2448
* fix: fix password configuration by Yisaer in https://github.com/lf-edge/ekuiper/pull/2446

Breaking Changes

1. Influx sink plugin properties changes:
- Remove tagKey and tagValue property; Use tags instead
- Rename databaseName to database
2. Influx2 sink plugin properties changes:
- Remove tagKey and tagValue property; Use tags instead

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

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

Page 5 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.