Releases: lf-edge/ekuiper
Releases · lf-edge/ekuiper
v2.2.0-alpha.1
What's Changed
- feat(ver): update base image to go 1.24.1 by @ngjaying in #3611
- fix(planner): sql sink should handle fields by @ngjaying in #3612
- feat(ver): update to go 1.24.1 by @ngjaying in #3613
- build(deps): Bump golang.org/x/net by @dependabot in #3614
- fix(topo): nil exception by @ngjaying in #3615
- feat(planner): rule option check by @Yisaer in #3617
- feat: update kfk client by @Yisaer in #3619
- feat: revise metrcis panel by @Yisaer in #3620
- feat: add cfg log by @Yisaer in #3622
- fix: disable plugin stdout/stderr buffer by @Yisaer in #3630
- feat(template): add snowflake id by @ngjaying in #3623
- feat(io): rest support formdata by @ngjaying in #3625
- feat(compressor): support compress options by @ngjaying in #3626
- feat(func): lag ignoreNull defaults to true by @ngjaying in #3627
- fix(perf): performance bugfixes by @ngjaying in #3628
- fix(conf): load connection env wrong type by @Yisaer in #3631
- build(deps): Bump golang-jwt by @dependabot in #3632
- feat(op): support streaming batch by @ngjaying in #3629
- build(deps): Bump go-redis by @dependabot in #3635
- feat: add TDEngine v3 sink(#2054) by @Dream95 in #3543
- feat: add kafka source metrics by @Yisaer in #3624
- feat(conf): add pprof switch and conf by @ngjaying in #3633
- feat(rule): eof rule trigger turn to false by @ngjaying in #3634
- feat: add tdengine 3 ci by @Yisaer in #3638
- docs: recent new features by @ngjaying in #3639
- docs(fix): format problem by @ngjaying in #3640
- chore(ci): update pynng to fix setup by @ngjaying in #3642
- feat: support connection metrics by @Yisaer in #3637
- fix(rule): manual stop state by @ngjaying in #3641
- fix(converter): get writer name ignore case by @ngjaying in #3643
- feat(rule): rule upsert & init rule migration by @ngjaying in #3644
Full Changelog: v2.1.0...v2.2.0-alpha.1
v2.1.0
Streaming Runtime
- Incremental window: for example, calculate average of an 1 hour window, it will calculate incrementally, do not need to save 1 hour data any more. Check incremental computation.
- Add sendNilField option to allow nil output (avoid key changes in csv)
- Support prop func in SQL query and data template
- Add reverse func
- Experimental: rule option blocking mode, in this mode, source/operators will not discard data when buffer full (back pressure) but block and wait. Useful in
IO (source/sink)
- EdgeX V4 support
- MQTT 5 support
- File source supports watch in addition to periodical check
- Support binary format for sink
- Kafka sink streaming mode and supports compression
- HTTP source/sink supports setting header in auth request
- Support XML format
- Encryptor support AES gcm mode
Operation
- Support metrics dump
- Enhance prometheuse metrics for Kafka sink and SQL source
Breaking Changes
- EdgeX supports V4 only
- File source remove parallell property
- Prometheuse metric rename label “instance” to “op_instance”
Change List
- docs(rule): doc of triggered prop by @ngjaying in #3338
- chore: sendError defaults to false by @ngjaying in #3339
- ci: fix doc version by @ngjaying in #3340
- feat(enc): support aes gcm by @ngjaying in #3344
- feat(rule): support send out nil fields by @ngjaying in #3342
- fix(func): object_construct always issue keys by @ngjaying in #3345
- fix: remove tryrun in ruletest by @Yisaer in #3348
- feat: support inc agg window by @Yisaer in #3322
- chore(test): change video by @ngjaying in #3354
- feat: support xml converter by @Yisaer in #3341
- feat(func): add reverse function by @Dream95 in #3357
- feat: support incremental window in having by @Yisaer in #3358
- build: fix make lint error by @Dream95 in #3363
- fix: sql source support null value by @Yisaer in #3365
- fix(conn): conn status nil exception by @ngjaying in #3372
- feat: support kafka sink compression by @Yisaer in #3374
- feat: support auth request headers by @Yisaer in #3376
- feat: support tumbling/sliding inc window by @Yisaer in #3361
- feat: validate confkey by @Yisaer in #3378
- fix(planner): clean subtopo when creation fail by @Yisaer in #3383
- feat: rewrite duration in conf by @Yisaer in #3387
- feat(io): support mqtt5 by @ngjaying in #3384
- feat(mqtt): v5 sink supports properties by @ngjaying in #3390
- feat: support inc window filter by @Yisaer in #3379
- fix(kafka): fix dynamic prop problem by @ngjaying in #3391
- feat: support merge tokens into body by @Yisaer in #3392
- fix(neuron): avoid flooding logs when disconnect by @ngjaying in #3393
- feat: support fileDir notify source by @Yisaer in #3380
- docs: add kafka sink doc by @Yisaer in #3396
- feat: support incremental hopping window by @Yisaer in #3386
- feat(trace): support mqtt 5 trace by @ngjaying in #3394
- feat: support sql lookup template sql by @Yisaer in #3398
- fix: fix replace duration by @Yisaer in #3400
- fix(log): modify nng sock log by @ngjaying in #3403
- feat: support align incremental window by @Yisaer in #3399
- chore: merge exp branch by @ngjaying in #3402
- refactor(neuron): adapt to multi tags by @ngjaying in #3405
- fix: async import data return response by @Yisaer in #3408
- fix: replace props when get by @Yisaer in #3409
- fix: fix flaky TestFileDirSource by @Yisaer in #3412
- fix: fix incrmental sliding window delay function by @Yisaer in #3411
- fix(mqtt): conn subs npe by @ngjaying in #3415
- feat: add source span tag by @Yisaer in #3413
- fix: fix incremental sliding delay window by @Yisaer in #3417
- feat: support incremental window state by @Yisaer in #3406
- feat(converter): support binary encode by @ngjaying in #3420
- fix(window): sliding delay time by @ngjaying in #3424
- feat: support incremental event sliding window by @Yisaer in #3421
- feat: remove promethues tag by @Yisaer in #3427
- fix(io): file source ignore endLine buffer by @ngjaying in #3431
- feat: support incremental event hopping window by @Yisaer in #3429
- fix(state): untriggerd rule always cancel by @ngjaying in #3436
- fix(sql): remove hot path log by @Yisaer in #3438
- feat: revise metrics code by @Yisaer in #3430
- feat: support event tumbling/count window by @Yisaer in #3434
- build(deps): Bump golang.org/x/crypto from 0.27.0 to 0.31.0 by @dependabot in #3439
- feat: support incremental window state by @Yisaer in #3440
- feat: revise grafana panel by @Yisaer in #3452
- docs: import dashboard in grafana by @Yisaer in #3453
- fix: fix sync cache context by @Yisaer in #3451
- fix: converter lose precision by @Yisaer in #3445
- feat(io): file source support inotify subscribe by @ngjaying in #3448
- fix: fix xml converter panic by @Yisaer in #3455
- feat: support event inc window state by @Yisaer in #3446
- feat: support incremental avg by @Yisaer in #3457
- docs: add incremental doc by @Yisaer in #3462
- feat: push down alias decode by @Yisaer in #3460
- chore: merge exp features and fixes by @ngjaying in #3467
- fix(win): sliding delay lost previous input by @ngjaying in #3471
- feat: support inc agg function by @Yisaer in #3465
- feat: upgrade base image to 1.23.4 by @Yisaer in #3479
- feat: support config portable timeout by @Yisaer in #3464
- feat: add alias reference calculate swtich by @Yisaer in #3477
- fix: downgrade sqlite to restore arm7 support by @Yisaer in #3481
- feat(io): merge dirwatch into file source by @ngjaying in #3480
- feat: upgrade go 1.23.4 by @Yisaer in #3484
- feat: support io metrics by @Yisaer in #3443
- feat: support dump metrics by @Yisaer in #3488
- refactor: improve window gc input perf by @Yisaer in #3501
- chore(ci): fix docs deploy ci by @Swilder-M in #3507
- docs: add inc agg function doc by @Yisaer in #3493
- fix(cli): modify nil != nil bug by @maosenlin in #3509
- refactor(onnx): separate impl by @ngjaying in #3521
- chore(ci): fix unable to establish ssl connection by @Swilder-M in #3523
- build(deps): Bump golang.org/x/net from 0.29.0 to 0.33.0 by @dependabot in #3524
- docs: add sendNilField doc by @Yisaer in #3529
- feat: revise sync cache metrics by @Yisaer in #3502
- feat: support disableBufferFullDiscard option by @Yisaer in #3530
- docs: add plugin timeout doc by @Yisaer in #3533
- feat: dump state before stop rule by @Yisaer in https://github.com/lf-edge/e...
v2.0.8
v2.0.7
What's Changed
- chore: merge bugfixes to 2.0.x by @ngjaying in #3570
- fix(edgex): sink slice type convert issue by @ngjaying in #3571
- fix(rest): missing header problem (#3569) by @ngjaying in #3573
- refactor(nng): sync dial (#3568) by @ngjaying in #3574
- feat: port metrics change by @Yisaer in #3576
- feat: support disableBufferFullDiscard by @Yisaer in #3578
- fix(kafka): fix kafka source bug by @ngjaying in #3582
Full Changelog: v2.0.6...v2.0.7
v2.1.0-beta.4
v2.1.0-beta.3
What's Changed
- test: add fvt test by @Yisaer in #3535
- docs(file): file source watch by @ngjaying in #3536
- fix: fix kafka sink docs by @Yisaer in #3538
- fix: fix ruletest when shared stream by @Yisaer in #3539
- feat: add kafka sink metrics by @Yisaer in #3540
- fix: enableIncrementalWindow omitempty by @Yisaer in #3542
- refactor(kafka): change to byte collector by @ngjaying in #3545
- fix(state): IncrCounter concurrent bug by @chenrufeng in #3544
- fix: add kfk sink metrics panel by @Yisaer in #3547
- fix: fix kafka sinke metrics by @Yisaer in #3549
- docs: add sql lookup template doc by @Yisaer in #3548
- chore: specify qemu image by @ngjaying in #3556
- fix: fix kafka batchsize by @Yisaer in #3559
- fix(rule): start recover rule start no data by @ngjaying in #3560
New Contributors
- @chenrufeng made their first contribution in #3544
Full Changelog: v2.1.0-beta.2...v2.1.0-beta.3
v2.1.0-beta.2
What's Changed
- chore(ci): fix unable to establish ssl connection by @Swilder-M in #3523
- build(deps): Bump golang.org/x/net from 0.29.0 to 0.33.0 by @dependabot in #3524
- docs: add sendNilField doc by @Yisaer in #3529
- feat: revise sync cache metrics by @Yisaer in #3502
- feat: support disableBufferFullDiscard option by @Yisaer in #3530
- docs: add plugin timeout doc by @Yisaer in #3533
- feat: dump state before stop rule by @Yisaer in #3468
- docs: add incremental docs by @Yisaer in #3531
- fix: revise kafka sink conf/metrics by @Yisaer in #3494
- fix(http): server dynamic update route by @ngjaying in #3336
- feat(edgex): adapt to message v4 by @ngjaying in #3532
Full Changelog: v2.1.0-beta.1...v2.1.0-beta.2
v2.1.0-beta.1
What's Changed
- feat: support io metrics by @Yisaer in #3443
- feat: support dump metrics by @Yisaer in #3488
- refactor: improve window gc input perf by @Yisaer in #3501
- chore(ci): fix docs deploy ci by @Swilder-M in #3507
- docs: add inc agg function doc by @Yisaer in #3493
- fix(cli): modify nil != nil bug by @maosenlin in #3509
- refactor(onnx): separate impl by @ngjaying in #3521
New Contributors
- @maosenlin made their first contribution in #3509
Full Changelog: v2.1.0-alpha.2...v2.1.0-beta.1
1.13.7-beta.1
What's Changed
- fix(sql): backport CVE-2024-43406 by @Crispy-fried-chicken in #3130
- feat: support kafka writer batch conf by @Yisaer in #3495
- chore(build): remove android build by @ngjaying in #3496
- chore(build): update downland artifact by @ngjaying in #3497
New Contributors
- @Crispy-fried-chicken made their first contribution in #3130
Full Changelog: 1.13.6...1.13.7-beta.1
v2.1.0-alpha.2
What's Changed
- fix: fix replace duration by @Yisaer in #3400
- fix(log): modify nng sock log by @ngjaying in #3403
- feat: support align incremental window by @Yisaer in #3399
- chore: merge exp branch by @ngjaying in #3402
- refactor(neuron): adapt to multi tags by @ngjaying in #3405
- fix: async import data return response by @Yisaer in #3408
- fix: replace props when get by @Yisaer in #3409
- fix: fix flaky TestFileDirSource by @Yisaer in #3412
- fix: fix incrmental sliding window delay function by @Yisaer in #3411
- fix(mqtt): conn subs npe by @ngjaying in #3415
- feat: add source span tag by @Yisaer in #3413
- fix: fix incremental sliding delay window by @Yisaer in #3417
- feat: support incremental window state by @Yisaer in #3406
- feat(converter): support binary encode by @ngjaying in #3420
- fix(window): sliding delay time by @ngjaying in #3424
- feat: support incremental event sliding window by @Yisaer in #3421
- feat: remove promethues tag by @Yisaer in #3427
- fix(io): file source ignore endLine buffer by @ngjaying in #3431
- feat: support incremental event hopping window by @Yisaer in #3429
- fix(state): untriggerd rule always cancel by @ngjaying in #3436
- fix(sql): remove hot path log by @Yisaer in #3438
- feat: revise metrics code by @Yisaer in #3430
- feat: support event tumbling/count window by @Yisaer in #3434
- build(deps): Bump golang.org/x/crypto from 0.27.0 to 0.31.0 by @dependabot in #3439
- feat: support incremental window state by @Yisaer in #3440
- feat: revise grafana panel by @Yisaer in #3452
- docs: import dashboard in grafana by @Yisaer in #3453
- fix: fix sync cache context by @Yisaer in #3451
- fix: converter lose precision by @Yisaer in #3445
- feat(io): file source support inotify subscribe by @ngjaying in #3448
- fix: fix xml converter panic by @Yisaer in #3455
- feat: support event inc window state by @Yisaer in #3446
- feat: support incremental avg by @Yisaer in #3457
- docs: add incremental doc by @Yisaer in #3462
- feat: push down alias decode by @Yisaer in #3460
- chore: merge exp features and fixes by @ngjaying in #3467
- fix(win): sliding delay lost previous input by @ngjaying in #3471
- feat: support inc agg function by @Yisaer in #3465
- feat: upgrade base image to 1.23.4 by @Yisaer in #3479
- feat: support config portable timeout by @Yisaer in #3464
- feat: add alias reference calculate swtich by @Yisaer in #3477
- fix: downgrade sqlite to restore arm7 support by @Yisaer in #3481
- feat(io): merge dirwatch into file source by @ngjaying in #3480
- feat: upgrade go 1.23.4 by @Yisaer in #3484
Full Changelog: v2.1.0-alpha.1...v2.1.0-alpha.2