Skip to content

Releases: lf-edge/ekuiper

1.14.0-alpha.1

25 Mar 02:59
Compare
Choose a tag to compare
1.14.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.13.0...1.14.0-alpha.1

1.13.0

18 Mar 01:02
ca1c246
Compare
Choose a tag to compare

This version has done a lot of refactoring in the streaming runtine, especially in source. The source node has been splitted into multiple nodes including connector, decompressor and decoder according to the source configurations like format, compressing and shared etc. This will help users to monitor rules in more detail, knowing which process either decode and decompress takes more time and other metrics, thus, we can be able to optimize in a finer grain. It will make it easier for developers to maitain and add more features into source without a need to maintain an all-in-one but complex source node. In this version, the source split only applies to MQTT source. We will expand the support to all source progressively in the following versions. And feedbacks are welcomed.

Streaming Runtime

  • Dynamic Schema
  • Refactor source to connector, decompressor and decoder and allow ordered concurrency. This should improve throughput a lot if the payload is big and decoding latency is long
  • Refactor ping for connectors, provide more accurate info

SQL Syntax

  • New function object_pick and kv/kvarray conversion functions
  • feat: implement math functions by @carlclone in #2483
  • feat: implement CONV function by @carlclone in #2506
  • feat(func): add locale argument support by @carlclone in #2522

Extension

Configuration and Validation

  • feat: support raw tls config by @Yisaer in #2550
  • Introduce error code

All Changes

Read more

1.13.0-beta.6

14 Mar 09:11
bff0475
Compare
Choose a tag to compare
1.13.0-beta.6 Pre-release
Pre-release

What's Changed

  • chore(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 by @dependabot in #2699
  • chore(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 in /extensions by @dependabot in #2698
  • fix: fix join exit check by @Yisaer in #2695
  • feat: add log when remove metrics by @Yisaer in #2701
  • fix: remove cpu consuming log by @Yisaer in #2697
  • chore(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /internal/converter/protobuf/test by @dependabot in #2705
  • chore: update sql.json file by @oucb in #2703
  • fix(config): should not export empty config by @ngjaying in #2702
  • docs(func): remind of mem usage for lpad/rpad by @ngjaying in #2708
  • fix: fix rule id check by @Yisaer in #2709
  • fix: revise ping message by @Yisaer in #2710
  • fix: remove neuron ping by @Yisaer in #2711

Full Changelog: 1.13.0-beta.5...1.13.0-beta.6

1.12.8

14 Mar 00:47
b2f6134
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.7...1.12.8

1.13.0-beta.5

12 Mar 09:52
c627313
Compare
Choose a tag to compare
1.13.0-beta.5 Pre-release
Pre-release

What's Changed

Full Changelog: 1.13.0-beta.4...1.13.0-beta.5

1.13.0-beta.4

07 Mar 05:04
0ca7c72
Compare
Choose a tag to compare
1.13.0-beta.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.13.0-beta.3...1.13.0-beta.4

1.12.7

05 Mar 02:54
fee8ff8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.6...1.12.7

1.13.0-beta.3

01 Mar 10:46
ce30a0a
Compare
Choose a tag to compare
1.13.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: 1.13.0-beta.2...1.13.0-beta.3

1.13.0-beta.2

01 Mar 01:54
4240c53
Compare
Choose a tag to compare
1.13.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.13.0-beta.1...1.13.0-beta.2

1.13.0-beta.1

28 Feb 08:14
1743029
Compare
Choose a tag to compare
1.13.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.13.0-alpha.2...1.13.0-beta.1