Releases: lf-edge/ekuiper
Releases · lf-edge/ekuiper
1.12.8-plus.4
What's Changed
Full Changelog: 1.12.8-plus.3...1.12.8-plus.4
1.12.8-plus.3
What's Changed
Full Changelog: 1.12.8-plus.2...1.12.8-plus.3
v1.14.0-alpha.4
Features
- feat: support esacape character for time layout by @Yisaer in #2844
- feat: support parquet file source by @forsaken628 in #2847
- feat: support window function clause by @Yisaer in #2848
- feat: support redis/influx ping by @Yisaer in #2850
What's Changed
- chore: dump codecov action to v4 by @Rory-Z in #2838
- fix: more info for parsing errors by @ngjaying in #2842
- refactor: refactor window function plan by @Yisaer in #2836
- ci(lint): bump
golangci-lint-action
to v6 by @xjasonlyu in #2846 - fix: fix rotate count not working by @Yisaer in #2851
- fix: fix rule patrol consuming too much memory by @Yisaer in #2849
New Contributors
- @forsaken628 made their first contribution in #2847
Full Changelog: v1.14.0-alpha.3...v1.14.0-alpha.4
v1.14.0-alpha.3
Features
- feat: support modify sqlSource field index value by @Yisaer in #2730
- feat: support rule stop by error metrics by @Yisaer in #2755
- feat: add 'format' and 'type' fields in list apis by @wfnuser in #2750
- feat: revise metrcis as unix timstamp by @Yisaer in #2761
- feat: support metadata resources api by @Yisaer in #2769
- feat: support get all rule status api by @Yisaer in #2774
- feat: support validate service name by @Yisaer in #2775
- feat: support sink ping with ruleId by @Yisaer in #2804
- feat: support rest external service retry by @Yisaer in #2722
- feat: http payload compression by @yai-dev in #2779
- feat: support portable sink ack by @Yisaer in #2795
- feat: support async import api by @Yisaer in #2817
- feat: add ping of influx2 by @gexincoding in #2828
- feat: function optimizations by @ngjaying in #2832
What's Changed
- fix: fix load stream when meet error by @Yisaer in #2751
- ci: delete v prefix in git tag by @Rory-Z in #2752
- fix: ignore nil value in array convert by @carlclone in #2748
- fix: fix template sql index value update strategy by @Yisaer in #2754
- chore: remove unused code in main.go by @shoothzj in #2762
- docs: proofread the en-us index page
by @alxkhi in #2764 - docs: add doc for rule metrics by @Yisaer in #2757
- fix: fix index store panic error by @Yisaer in #2776
- docs: add ping doc for source/sink by @Yisaer in #2674
- fix(kafka): fix typo in kafka.json by @L-607 in #2785
- fix: fix password as hidden when update rule by @Yisaer in #2786
- fix: fix load variable from env by @Yisaer in #2787
- feat: introduce ctx for data import api by @Yisaer in #2784
- chore(deps): bump golang.org/x/net in /extensions by @dependabot in #2788
- chore(deps): bump golang.org/x/net by @dependabot in #2789
- fix: support lookup ping api by @Yisaer in #2791
- fix: remove useless code by @Yisaer in #2794
- docs: add doc for api by @Yisaer in #2796
- fix: fix resource api by @Yisaer in #2798
- fix: fix jitterFactor tag by @Yisaer in #2803
- feat: revise get all status by @Yisaer in #2799
- refactor(window): optimize scan performance by @ngjaying in #2805
- fix(pool): fix source pool cancel by @ngjaying in #2806
- fix(influx2 sink): Influx2 measurement is required by @gexincoding in #2809
- feat: support async task framework by @Yisaer in #2781
- fix(neuron): remove max receive size by @ngjaying in #2818
- fix: fix param into request body by @Yisaer in #2822
- fix: fix status api panic by @Yisaer in #2825
- docs: add doc for async api by @Yisaer in #2830
- fix(service): fix grpc service error log by @Yisaer in #2834
New Contributors
- @shoothzj made their first contribution in #2762
- @alxkhi made their first contribution in #2764
- @gexincoding made their first contribution in #2809
Full Changelog: v1.14.0-alpha.2...v1.14.0-alpha.3
v2.0.0-alpha.2
What's Changed
- feat: package v2 by @ngjaying in #2766
- refactor: move api to standalone go mod by @ngjaying in #2770
- chore(temp): remove extensions by @ngjaying in #2777
- feat(v2): mvp features by @ngjaying in #2780
- feat: new source/sink v2 API by @ngjaying in #2783
- refactor(contract): keep interfaces only by @ngjaying in #2790
- chore: refer to correct contract mod by @ngjaying in #2792
- fix(test): source/sink test update by @ngjaying in #2797
- feat(api): add error ingest for source subscribe by @ngjaying in #2800
- refactor(sink): split compression op by @ngjaying in #2802
- feat(sink): split encryptor by @ngjaying in #2807
- feat(op): add dedup trigger op by @ngjaying in #2801
- refactor(converter): add context to converter API by @ngjaying in #2812
- feat(sink): add back file sink by @ngjaying in #2811
- feat: separate schema layer from decoder by @Yisaer in #2815
- refactor(sink): mqtt sink use connection pool by @ngjaying in #2814
- feat: remove useless flag in conveter by @Yisaer in #2823
- feat(sink): support file sink rolling hook by @ngjaying in #2819
- refactor: provide schema when instantiating by @ngjaying in #2821
Full Changelog: v1.14.0-alpha.2...v2.0.0-alpha.2
1.12.8-plus.2
What's Changed
Full Changelog: 1.12.8-plus.1...1.12.8-plus.2
1.13.3
What's Changed
- fix: fix jitterFactor tag by @Yisaer in #2803
- feat: support sink ping with ruleId by @Yisaer in #2804
- feat: revise get all status by @Yisaer in #2799
- refactor(window): optimize scan performance by @ngjaying in #2805
- fix(pool): fix source pool cancel by @ngjaying in #2806
Full Changelog: 1.13.2...1.13.3
1.13.2
What's Changed
- ci: delete v prefix in git tag by @Rory-Z in #2752
- fix: ignore nil value in array convert by @carlclone in #2748
- chore: remove unused code in main.go by @shoothzj in #2762
- docs: proofread the en-us index page
by @alxkhi in #2764 - feat: support validate service name by @Yisaer in #2775
- docs: add ping doc for source/sink by @Yisaer in #2674
- fix(kafka): fix typo in kafka.json by @L-607 in #2785
- fix: fix password as hidden when update rule by @Yisaer in #2786
- fix: fix load variable from env by @Yisaer in #2787
Full Changelog: 1.13.1...1.13.2
1.12.8-plus.1
What's Changed
Full Changelog: 1.12.8-plus...1.12.8-plus.1
1.12.8-plus
What's Changed
Full Changelog: 1.12.8...1.12.8-plus