Releases: lf-edge/ekuiper
Releases · lf-edge/ekuiper
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