Skip to content

Releases: lf-edge/ekuiper

v2.3.0-beta.2

13 Aug 01:54
Compare
Choose a tag to compare
v2.3.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.0-beta.1...v2.3.0-beta.2

v2.3.0-beta.1

08 Aug 07:47
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

  • @odaysec made their first contribution in #3767

Full Changelog: v2.2.0-beta.1...v2.3.0-beta.1

v2.2.1

22 Jul 06:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.1.5

11 Jul 05:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.2.0

02 Jul 06:08
Compare
Choose a tag to compare

Highlights

SQL

  • Invisible Field Support: Added support for invisible fields in SQL queries, allowing for more flexible data manipulation without altering the output structure.

  • Median Function: A new median() aggregate function is now available for statistical analysis.

  • Conditional Accumulate Function: Accumulate functions now support START and STOP conditions for more fine-grained control over calculations.

  • Advanced Sliding Windows: Sliding windows with delayed triggering time now support sending data at both the trigger time and delay trigger time of the window, enabling more instant result for this scenario.

Streaming Runtime

  • Streaming Batch Processing: Enhanced capabilities for handling batches of streaming data.

  • Writer Format Support: Broader support for various data formats in writers.

  • EOF Rule Enhancement: The EOF (End of File) rule now triggers a close action.

IO

  • TDengine V3 Sink: Introduced a new sink for TDengine V3, enabling seamless integration.

  • REST Sink Form Data Support: The REST sink now supports sending data as form-data including sending as file.

  • MQTT cleanSession: The MQTT source and sink now support configuring the cleanSession property for persistent sessions.

  • Exclude Fields in Sink: Sinks now support an excludeFields property to easily remove specific fields from the output.

  • Configurable Sink Compressor: The sink compressor now allows property settings, with initial support for Zstd.

  • Sink Cache Refactor: The sink cache mechanism has been refactored for improved performance and reliability.

Operations

  • Rule Versioning: Rules now have versions, allowing for better tracking and management of changes.

  • Rule Tags: Rules can now be tagged, allowing for better organization, filtering, and management.

  • Rule Upsert: The rule update API now functions as an "upsert," creating the rule if it doesn't exist or updating it if it does.

  • Rule Duration: Rules can now be configured to run for a specific duration and then automatically stop.

  • pprof Switch: A switch has been added to enable or disable the pprof profiling tool for performance diagnostics.

  • Default Certificate and Encryption Configuration: Simplified configuration for default SSL/TLS certificates and encryption.

  • Batch API Requests: A new batch endpoint allows for sending multiple API requests in a single call, improving efficiency.

Breaking Changes

  • lag Function ignoreNull Default: The ignoreNull parameter in the lag function now defaults to true. Please review your rules that use this function to ensure they behave as expected.

  • Rule Update API is Now Upsert: The rule update API has been changed to an upsert operation. This means that if you attempt to update a rule that does not exist, it will be created instead of returning an error.

What's Changed

Read more

v2.2.0-beta.1

25 Jun 02:11
ad5cca0
Compare
Choose a tag to compare
v2.2.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.0-alpha.5...v2.2.0-beta.1

v2.2.0-alpha.5

04 Jun 06:25
89170cf
Compare
Choose a tag to compare
v2.2.0-alpha.5 Pre-release
Pre-release

Features

What's Changed

  • build(deps): gosnowflake from 1.11.1 to 1.13.3 by @dependabot in #3722
  • ci: translate issue from Chinese to English by @Rory-Z in #3726
  • fix(io): revise websocket connection by @Yisaer in #3728
  • fix: add websocket json and datasource setting by @Yisaer in #3729

Full Changelog: v2.2.0-alpha.4...v2.2.0-alpha.5

v2.2.0-alpha.4

27 May 03:28
3ef13de
Compare
Choose a tag to compare
v2.2.0-alpha.4 Pre-release
Pre-release

Features

What's Changed

New Contributors

Full Changelog: v2.2.0-alpha.3...v2.2.0-alpha.4

v2.1.4

27 May 02:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.4-beta.1

21 May 03:36
1a20d63
Compare
Choose a tag to compare
v2.1.4-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.3...v2.1.4-beta.1