Ekuiper

Latest version: v1.14.7

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

Scan your dependencies

Page 3 of 25

2.0.0alpha.7

What's Changed
* fix: lookup table problems by ngjaying in https://github.com/lf-edge/ekuiper/pull/2961
* refactor(io): move extended plugins by ngjaying in https://github.com/lf-edge/ekuiper/pull/2964
* feat(js): restore js functions by ngjaying in https://github.com/lf-edge/ekuiper/pull/2965
* feat: support httppull incremental by Yisaer in https://github.com/lf-edge/ekuiper/pull/2962
* feat: restore native plugin manager by ngjaying in https://github.com/lf-edge/ekuiper/pull/2967
* feat: support rest sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2966
* fix(lookup): no return for empty result by ngjaying in https://github.com/lf-edge/ekuiper/pull/2971
* feat(plugin): restore sample plugins & ut by ngjaying in https://github.com/lf-edge/ekuiper/pull/2973
* feat: support httppush source by Yisaer in https://github.com/lf-edge/ekuiper/pull/2968
* refactor(contract): function exec ctx arg first by ngjaying in https://github.com/lf-edge/ekuiper/pull/2976
* feat: support websocket socket source by Yisaer in https://github.com/lf-edge/ekuiper/pull/2980
* feat(graph): restore graph api by ngjaying in https://github.com/lf-edge/ekuiper/pull/2979


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

2.0.0alpha.6

What's Changed
* feat: check plugin reference before drop by Yisaer in https://github.com/lf-edge/ekuiper/pull/2930
* feat: check stream before drop by Yisaer in https://github.com/lf-edge/ekuiper/pull/2931
* feat: support bump sql source conf by Yisaer in https://github.com/lf-edge/ekuiper/pull/2937
* feat(io): video source add props by ngjaying in https://github.com/lf-edge/ekuiper/pull/2939
* feat: support sql source by Yisaer in https://github.com/lf-edge/ekuiper/pull/2933
* feat: support rewind by Yisaer in https://github.com/lf-edge/ekuiper/pull/2940
* feat: support sql reconnection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2941
* refactor(node): scan table acc by ngjaying in https://github.com/lf-edge/ekuiper/pull/2944
* feat: support sql sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2945
* fix(test): checkpoint tests by ngjaying in https://github.com/lf-edge/ekuiper/pull/2948
* fix: let prom metrics controlled by tag by Yisaer in https://github.com/lf-edge/ekuiper/pull/2956
* chore: organize built-in source/sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/2957
* refactor(converter): add ext props by ngjaying in https://github.com/lf-edge/ekuiper/pull/2958
* feat: support http pull source by Yisaer in https://github.com/lf-edge/ekuiper/pull/2953
* feat: support httppull source with auth by Yisaer in https://github.com/lf-edge/ekuiper/pull/2960
* fix(file): scanner dynamic buffer by ngjaying in https://github.com/lf-edge/ekuiper/pull/2959


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

2.0.0alpha.2

What's Changed
* feat: package v2 by ngjaying in https://github.com/lf-edge/ekuiper/pull/2766
* refactor: move api to standalone go mod by ngjaying in https://github.com/lf-edge/ekuiper/pull/2770
* chore(temp): remove extensions by ngjaying in https://github.com/lf-edge/ekuiper/pull/2777
* feat(v2): mvp features by ngjaying in https://github.com/lf-edge/ekuiper/pull/2780
* feat: new source/sink v2 API by ngjaying in https://github.com/lf-edge/ekuiper/pull/2783
* refactor(contract): keep interfaces only by ngjaying in https://github.com/lf-edge/ekuiper/pull/2790
* chore: refer to correct contract mod by ngjaying in https://github.com/lf-edge/ekuiper/pull/2792
* fix(test): source/sink test update by ngjaying in https://github.com/lf-edge/ekuiper/pull/2797
* feat(api): add error ingest for source subscribe by ngjaying in https://github.com/lf-edge/ekuiper/pull/2800
* refactor(sink): split compression op by ngjaying in https://github.com/lf-edge/ekuiper/pull/2802
* feat(sink): split encryptor by ngjaying in https://github.com/lf-edge/ekuiper/pull/2807
* feat(op): add dedup trigger op by ngjaying in https://github.com/lf-edge/ekuiper/pull/2801
* refactor(converter): add context to converter API by ngjaying in https://github.com/lf-edge/ekuiper/pull/2812
* feat(sink): add back file sink by ngjaying in https://github.com/lf-edge/ekuiper/pull/2811
* feat: separate schema layer from decoder by Yisaer in https://github.com/lf-edge/ekuiper/pull/2815
* refactor(sink): mqtt sink use connection pool by ngjaying in https://github.com/lf-edge/ekuiper/pull/2814
* feat: remove useless flag in conveter by Yisaer in https://github.com/lf-edge/ekuiper/pull/2823
* feat(sink): support file sink rolling hook by ngjaying in https://github.com/lf-edge/ekuiper/pull/2819
* refactor: provide schema when instantiating by ngjaying in https://github.com/lf-edge/ekuiper/pull/2821


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v1.14.0-alpha.2...v2.0.0-alpha.2

1.12.8-plus.2
What's Changed
* fix(neuron): remove max receive size by ngjaying in https://github.com/lf-edge/ekuiper/pull/2820


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

1.14.7

What's Changed
* feat: support wait sink node close by Yisaer in https://github.com/lf-edge/ekuiper/pull/3373
* chore: bump go_modules/golang.org/x/crypto-0.31.0 by OlgasAcc in https://github.com/lf-edge/ekuiper/pull/3447

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

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v1.14.6...v1.14.7

1.14.6

What's Changed
* fix: fix sql converter by Yisaer in https://github.com/lf-edge/ekuiper/pull/3368
* fix: larger scanner buffer by Yisaer in https://github.com/lf-edge/ekuiper/pull/3369


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v1.14.5...v1.14.6

1.14.5

What's Changed
* fix: sql source scan value by database type by Yisaer in https://github.com/lf-edge/ekuiper/pull/3228
* fix: warning when config not in connection.yaml by Yisaer in https://github.com/lf-edge/ekuiper/pull/3229
* chore: update base image go ver by ngjaying in https://github.com/lf-edge/ekuiper/pull/3312
* chore: update go and docker image by ngjaying in https://github.com/lf-edge/ekuiper/pull/3311
* fix(build): update docker build ver by ngjaying in https://github.com/lf-edge/ekuiper/pull/3313


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/v1.14.4...v1.14.5

Page 3 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.