Ekuiper

Latest version: v1.14.3

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

Scan your dependencies

Page 4 of 23

1.14.0alpha.1

What's Changed
* chore: remove repetitive words by InventiveCoder in https://github.com/lf-edge/ekuiper/pull/2718
* build: upgrade base image go version by ngjaying in https://github.com/lf-edge/ekuiper/pull/2720
* feat: introduce rule metrics by Yisaer in https://github.com/lf-edge/ekuiper/pull/2716
* build: upgrade go and dependant mods by ngjaying in https://github.com/lf-edge/ekuiper/pull/2719
* feat: refact sql indexValue into muti indexValue by Yisaer in https://github.com/lf-edge/ekuiper/pull/2717
* refactor(xsql): unify row and collection by ngjaying in https://github.com/lf-edge/ekuiper/pull/2700
* fix: fix doc error by Yisaer in https://github.com/lf-edge/ekuiper/pull/2724
* feat(module): modularize io by ngjaying in https://github.com/lf-edge/ekuiper/pull/2721
* feat: add multi field index api by Yisaer in https://github.com/lf-edge/ekuiper/pull/2729
* feat(module): modularize converter by ngjaying in https://github.com/lf-edge/ekuiper/pull/2728

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

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

1.13.6

Not secure
What's Changed
* feat: change kafka sink default balancer by Yisaer in https://github.com/lf-edge/ekuiper/pull/2946
* fix(valuer): nil handling by ngjaying in https://github.com/lf-edge/ekuiper/pull/2952
* chore: update docker alpine version by ngjaying in https://github.com/lf-edge/ekuiper/pull/2954


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.13.5...1.13.6

1.13.5

Not secure
What's Changed
* fix: fix http lookup source error handle by Yisaer in https://github.com/lf-edge/ekuiper/pull/2878
* test: stddev and var function for nil values by BNNARAJ in https://github.com/lf-edge/ekuiper/pull/2884
* fix(memory): fix random channel attach problem by ngjaying in https://github.com/lf-edge/ekuiper/pull/2890
* chore(ci): fix version list by Swilder-M in https://github.com/lf-edge/ekuiper/pull/2894
* fix: fix influx sink validate by Yisaer in https://github.com/lf-edge/ekuiper/pull/2893
* fix: sql source reconnect will check connection by Yisaer in https://github.com/lf-edge/ekuiper/pull/2896
* docs: add Japanese README by eltociear in https://github.com/lf-edge/ekuiper/pull/2908
* docs: add concurrency doc by Yisaer in https://github.com/lf-edge/ekuiper/pull/2853
* feat: revise sql source reconnect by Yisaer in https://github.com/lf-edge/ekuiper/pull/2909
* fix: fix fileRotate by Yisaer in https://github.com/lf-edge/ekuiper/pull/2910
* fix: fix fastjson decode by Yisaer in https://github.com/lf-edge/ekuiper/pull/2925
* feat: support multiple S in format layout by Yisaer in https://github.com/lf-edge/ekuiper/pull/2917
* fix(image): report image save error by ngjaying in https://github.com/lf-edge/ekuiper/pull/2935

New Contributors
* BNNARAJ made their first contribution in https://github.com/lf-edge/ekuiper/pull/2884
* eltociear made their first contribution in https://github.com/lf-edge/ekuiper/pull/2908

1.13.4

Not secure
What's Changed
* fix(influx2 sink): Influx2 measurement is required (2809)
* fix(neuron): remove max receive size (2818)
* fix: fix param into request body (2822)
* fix: fix status api panic (2825)
* feat: add ping of influx2 (2828)
* fix(service): fix grpc service error log (2834)
* chore: dump codecov action to v4
* fix(parser): print expr for aggregate check
* fix(func): print func name for val error
* feat: support esacape character for time layout (2844)
* ci(lint): bump `golangci-lint-action` to v6 (2846)
* fix: fix rotate count not working (2851)
* fix: fix rule patrol consuming too much memory (2849)
* feat: support redis/influx ping (2850)
* fix: close file (2859)
* fix: bump alpine version (2872)

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.13.3...1.13.4

1.12.8-plus.4
What's Changed
* chore: add neuron sink publish log by ngjaying in https://github.com/lf-edge/ekuiper/pull/2863


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

1.12.8-plus.3
What's Changed
* fix: fix rotate count not working (2851) by Yisaer in https://github.com/lf-edge/ekuiper/pull/2856


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

1.13.3

Not secure
What's Changed
* fix: fix jitterFactor tag by Yisaer in https://github.com/lf-edge/ekuiper/pull/2803
* feat: support sink ping with ruleId by Yisaer in https://github.com/lf-edge/ekuiper/pull/2804
* feat: revise get all status by Yisaer in https://github.com/lf-edge/ekuiper/pull/2799
* refactor(window): optimize scan performance by ngjaying in https://github.com/lf-edge/ekuiper/pull/2805
* fix(pool): fix source pool cancel by ngjaying in https://github.com/lf-edge/ekuiper/pull/2806


**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.13.2...1.13.3

1.13.2

Not secure
What's Changed
* ci: delete v prefix in git tag by Rory-Z in https://github.com/lf-edge/ekuiper/pull/2752
* fix: ignore nil value in array convert by carlclone in https://github.com/lf-edge/ekuiper/pull/2748
* chore: remove unused code in main.go by shoothzj in https://github.com/lf-edge/ekuiper/pull/2762
* docs: proofread the en-us index page
by alxkhi in https://github.com/lf-edge/ekuiper/pull/2764
* feat: support validate service name by Yisaer in https://github.com/lf-edge/ekuiper/pull/2775
* docs: add ping doc for source/sink by Yisaer in https://github.com/lf-edge/ekuiper/pull/2674
* fix(kafka): fix typo in kafka.json by L-607 in https://github.com/lf-edge/ekuiper/pull/2785
* fix: fix password as hidden when update rule by Yisaer in https://github.com/lf-edge/ekuiper/pull/2786
* fix: fix load variable from env by Yisaer in https://github.com/lf-edge/ekuiper/pull/2787

**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.13.1...1.13.2

1.12.8-plus.1
What's Changed
* fix: fix index store panic error (2776) by Yisaer in https://github.com/lf-edge/ekuiper/pull/2778


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

1.12.8-plus
What's Changed
* feat: cp index value and rule metrics by Yisaer in https://github.com/lf-edge/ekuiper/pull/2760


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

Page 4 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.