Ekuiper

Latest version: v1.14.7

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

Scan your dependencies

Page 8 of 25

1.13.0beta.2

What's Changed
* feat(service): desc func return addr by ngjaying in https://github.com/lf-edge/ekuiper/pull/2651
* fix: lock pynng into 0.7.2 by Yisaer in https://github.com/lf-edge/ekuiper/pull/2654
* ci(build): add workflow_dispatch to build packages by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2655
* fix(docs): clean up en content by ngjaying in https://github.com/lf-edge/ekuiper/pull/2656
* fix: fix sink sql for oracle by Yisaer in https://github.com/lf-edge/ekuiper/pull/2657
* fix(analyzer): correct embedded analytic funcs by ngjaying in https://github.com/lf-edge/ekuiper/pull/2653


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

1.13.0beta.1

What's Changed
* fix(topo): subtopo runtime fix by ngjaying in https://github.com/lf-edge/ekuiper/pull/2609
* feat: add stream/table/rule/confkey error code by Yisaer in https://github.com/lf-edge/ekuiper/pull/2607
* feat: support expr validate by Yisaer in https://github.com/lf-edge/ekuiper/pull/2608
* fix: fix protobuf oneof decode by Yisaer in https://github.com/lf-edge/ekuiper/pull/2610
* fix(docs): correct typo by xiaozexuan in https://github.com/lf-edge/ekuiper/pull/2612
* feat(node): split shared connection as a node by ngjaying in https://github.com/lf-edge/ekuiper/pull/2613
* fix: fix rest and sql error and log by Yisaer in https://github.com/lf-edge/ekuiper/pull/2620
* docs: add error code doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/2621
* fix: skip check cert if not necessary by Yisaer in https://github.com/lf-edge/ekuiper/pull/2623
* fix(node): avoid excessive log when enable cp by ngjaying in https://github.com/lf-edge/ekuiper/pull/2622
* feat: revise mqtt tls error msg by Yisaer in https://github.com/lf-edge/ekuiper/pull/2626
* fix: fix gob encoding by Yisaer in https://github.com/lf-edge/ekuiper/pull/2639
* fix(func): fix ln function by ngjaying in https://github.com/lf-edge/ekuiper/pull/2630
* fix: fix status message by Yisaer in https://github.com/lf-edge/ekuiper/pull/2636
* feat: let stmt validate by checker by Yisaer in https://github.com/lf-edge/ekuiper/pull/2638
* feat: support validate conf before creating by Yisaer in https://github.com/lf-edge/ekuiper/pull/2635
* feat: introduce failpoint and fix resend error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2642
* feat: check rule before creating it by Yisaer in https://github.com/lf-edge/ekuiper/pull/2624
* fix: fix sql error status by Yisaer in https://github.com/lf-edge/ekuiper/pull/2643
* fix: check redis connector db by Yisaer in https://github.com/lf-edge/ekuiper/pull/2644
* feat: support validate rule id by Yisaer in https://github.com/lf-edge/ekuiper/pull/2645
* fix: support validate rest sink method by Yisaer in https://github.com/lf-edge/ekuiper/pull/2647
* fix: add pynng version by Yisaer in https://github.com/lf-edge/ekuiper/pull/2648
* fix: lock pynng version 0.7.3 by Yisaer in https://github.com/lf-edge/ekuiper/pull/2649

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

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

1.13.0alpha.2

Feature Highlight

- Refactor source to connector, decompressor and decoder and allow ordered concurrency. This should improve throughput a lot if the payload is big and decoding latency is long
- Refactor ping for connectors, provide more accurate info
- New function object_pick and kv/kvarray conversion functions
- Introduce error code

What's Changed
* feat: support object_pick function by rextang in https://github.com/lf-edge/ekuiper/pull/2560
* fix: delete default username of redisPubSub by retoool in https://github.com/lf-edge/ekuiper/pull/2566
* feat: support message processed metrics by Yisaer in https://github.com/lf-edge/ekuiper/pull/2561
* feat: support connection native ping by Yisaer in https://github.com/lf-edge/ekuiper/pull/2562
* test: add more test for lines format by carlclone in https://github.com/lf-edge/ekuiper/pull/2570
* refactor: extract format reader from file source by carlclone in https://github.com/lf-edge/ekuiper/pull/2571
* feat: support more kv functions by rextang in https://github.com/lf-edge/ekuiper/pull/2575
* refactor: node runtime by ngjaying in https://github.com/lf-edge/ekuiper/pull/2582
* fix: fix object function args is nil by Yisaer in https://github.com/lf-edge/ekuiper/pull/2586
* fix: fix and test array function if has nil by Yisaer in https://github.com/lf-edge/ekuiper/pull/2581
* feat: support errorcode framework by Yisaer in https://github.com/lf-edge/ekuiper/pull/2577
* feat(node): split source connector and decoder by ngjaying in https://github.com/lf-edge/ekuiper/pull/2583
* fix(functions): args validation of `date_calc` by yai-dev in https://github.com/lf-edge/ekuiper/pull/2585
* fix: fix TestPing test by Yisaer in https://github.com/lf-edge/ekuiper/pull/2595
* feat: support parser/plan/executor error code by Yisaer in https://github.com/lf-edge/ekuiper/pull/2594
* feat: introduce undefined error code by Yisaer in https://github.com/lf-edge/ekuiper/pull/2596
* feat: revise restart rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/2597
* feat: support neuron/kafka ping by Yisaer in https://github.com/lf-edge/ekuiper/pull/2591
* feat(node): ordered concurrency support by ngjaying in https://github.com/lf-edge/ekuiper/pull/2592
* fix(topo): avoid plan twice by ngjaying in https://github.com/lf-edge/ekuiper/pull/2600
* fix(stats): fix get metrics wrong pos by ngjaying in https://github.com/lf-edge/ekuiper/pull/2601
* fix: fix source kafka plugin ci build by Yisaer in https://github.com/lf-edge/ekuiper/pull/2604
* fix: fix schemaless decode error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2605
* feat: add error code by Yisaer in https://github.com/lf-edge/ekuiper/pull/2598
* refactor(node): split decompressor op by ngjaying in https://github.com/lf-edge/ekuiper/pull/2602

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

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

1.13.0alpha.1

Features
* feat: implement math functions by carlclone in https://github.com/lf-edge/ekuiper/pull/2483
* feat: implement CONV function by carlclone in https://github.com/lf-edge/ekuiper/pull/2506
* Dynamic Schema
* feat: support merge schema by Yisaer in https://github.com/lf-edge/ekuiper/pull/2502
* feat: support merge schema for wildcard by Yisaer in https://github.com/lf-edge/ekuiper/pull/2516
* feat: support decode schemaless json by Yisaer in https://github.com/lf-edge/ekuiper/pull/2500
* feat: support runtime schema in rule explain by Yisaer in https://github.com/lf-edge/ekuiper/pull/2545
* feat(func): add locale argument support by carlclone in https://github.com/lf-edge/ekuiper/pull/2522
* JavaScript Function
* feat(script): add javascript function by ngjaying in https://github.com/lf-edge/ekuiper/pull/2549
* feat(cli): add script support by ngjaying in https://github.com/lf-edge/ekuiper/pull/2553
* feat(script): add script import/export by ngjaying in https://github.com/lf-edge/ekuiper/pull/2552
* feat: support raw tls config by Yisaer in https://github.com/lf-edge/ekuiper/pull/2550

Other Changes
* 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
* fix: fix confKey API can't replace url/passwd by Yisaer in https://github.com/lf-edge/ekuiper/pull/2538
* fix(trial): avoid rule id conflict by ngjaying in https://github.com/lf-edge/ekuiper/pull/2539
* fix: fix sql reconnect by Yisaer in https://github.com/lf-edge/ekuiper/pull/2541
* feat: support hide url password in log by Yisaer in https://github.com/lf-edge/ekuiper/pull/2542
* fix: fix install plugin failed after upgrade by Yisaer in https://github.com/lf-edge/ekuiper/pull/2543
* fix(doc): complete directory description by carlclone in https://github.com/lf-edge/ekuiper/pull/2546
* refactor(component): extract import/export manager by ngjaying in https://github.com/lf-edge/ekuiper/pull/2551
* docs(script): add script support related doc by ngjaying in https://github.com/lf-edge/ekuiper/pull/2556
* fix: fix memory leak if window condition unmatch by Yisaer in https://github.com/lf-edge/ekuiper/pull/2559
* fix: fix schema explain by Yisaer in https://github.com/lf-edge/ekuiper/pull/2555
* perf(sink): avoid reconstruct send param by ngjaying in https://github.com/lf-edge/ekuiper/pull/2557


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

1.12.8

Not secure
What's Changed
* chore: update sql.json file by oucb in https://github.com/lf-edge/ekuiper/pull/2704


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.12.7...1.12.8

1.12.7

Not secure
What's Changed
* chore: add message ignore log by ngjaying in https://github.com/lf-edge/ekuiper/pull/2669


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.12.6...1.12.7

Page 8 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.