Skip to content

Releases: lf-edge/ekuiper

v2.0.0-alpha.2

29 Apr 00:54
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.14.0-alpha.2...v2.0.0-alpha.2

1.12.8-plus.2

28 Apr 06:54
f08d0b3
Compare
Choose a tag to compare
1.12.8-plus.2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.12.8-plus.1...1.12.8-plus.2

1.13.3

25 Apr 09:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.2...1.13.3

1.13.2

24 Apr 08:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.1...1.13.2

1.12.8-plus.1

17 Apr 03:13
687b1a0
Compare
Choose a tag to compare
1.12.8-plus.1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.12.8-plus...1.12.8-plus.1

1.12.8-plus

16 Apr 03:27
Compare
Choose a tag to compare
1.12.8-plus Pre-release
Pre-release

What's Changed

Full Changelog: 1.12.8...1.12.8-plus

v1.14.0-alpha.2

29 Mar 06:15
Compare
Choose a tag to compare
v1.14.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.14.0-alpha.1...v1.14.0-alpha.2

1.13.1

29 Mar 08:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.0...1.13.1

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