Releases: siddhi-io/siddhi
v5.1.30
What's Changed
- Improve SPLIT_PATTERN to fix mapping errors with advance json objects by @AnuGayan in #1820
- Upgrade log4j version to 2.22.1 by @yingwuzhao in #1825
- Upgrade 3rd party dependencies by @AnuGayan in #1826
- Fix commons-io groupId by @AnuGayan in #1827
New Contributors
- @yingwuzhao made their first contribution in #1825
Full Changelog: v5.1.29...v5.1.30
v5.1.27
Siddhi Core Release 5.1.25
What's Changed
- Updates to make the Siddhi repository buildable with Java 11.
- Fixes related to aggregations.
Complete Changes
Please find the complete changes here
Siddhi Core Release 5.1.24
What's Changed
- Fix latency/throughput tracker issues by @grainier in #1774
- Fix latency tracker markOuts by @grainier in #1772
- Fix aggregation event duplication with HA and state persistence by @senthuran16 in #1769
- Bump versions of external dependencies by @AnuGayan in #1770
Full Changelog: v5.1.22...v5.1.24
Siddhi Core Release - 5.1.21
New Features and Improvements
- Remove log4j1 usages and used log4j 2.17.1
Complete Changes
Please find the complete changes here
Download
The download links for Siddhi core libs are following;
Siddhi Core Release - 5.1.20
New Features and Improvements
- Improve IncrementalDataPurger logic and Persisted Aggregation by @AnuGayan in #1724
- Fix invalid json error given for a nested Json message by @dilini-muthumala in #1723
- Fix testcase failure by @dilini-muthumala in #1725
- Improve incremental aggregation error handling by @AnuGayan in #1726
- Improve persisted aggregations by introducing a queue implementation by @dnwick in #1728
- Add debug logs by @dnwick in #1729
- Fix the persisted aggregation SQL query. by @ashendes in #1738
- Add runtime warnings for the deprecated extensions used in Siddhi Apps by @grainier in #1734
- Improve persisted aggregation and logs by @AnuGayan in #1740
- Add missing Siddhi keywords under 'keyword' section by @senthuran16 in #1748
- Primary key violation during persisted aggregation fixed. by @ashendes in #1749
- Fix failing test cases in
CacheCornerCasesTest
andCacheExpiryAndReloadTestCase
by @senthuran16 in #1752 - Fix reconnecting for Error Store by @dilini-muthumala in #1755
Complete Changes
Please find the complete changes here
Download
The download links for Siddhi core libs are following;
Siddhi Core Release - 5.1.19
Overview
Siddhi 5.1.19 release introduces io.siddhi.core.exception.ExtensionNotFoundException so that when an extension is loaded at that time, it can be retried.
New Features & Improvements
Introduces io.siddhi.core.exception.ExtensionNotFoundException
Complete Changes
Please find the complete changes here
Download
The download links for Siddhi core libs are following;
Siddhi Core Release - 5.1.12
Overview
Siddhi 5.1.12 release consists of a significant improvement to support expression based window expiry and many other bug fixes for Siddhi incremental aggregation and in-memory sink/source.
New Features & Improvements
- Siddhi sliding and batch windows which support event expiry based on an expression. (#1599)
- Add support to remove stream and query callback dynamically. (#1594)
Bug Fixes
- Store query parsing points to wrong siddhi app position when printing error log. (#1588)
- AGG_TIMESTAMP value is not applied for aggregation with persistence store. (#1593)
- Error stacktrace is not printed when dropping the event at Sink. (#1595)
- Add latch mechanism to pause/resume in in-memory source. (#1605)
- Siddhi input manager is not thread safe. (#1604)
Complete Changes
Please find the complete changes here
Download
The download links for Siddhi core libs are following;
Siddhi Core Release - 5.1.11
Overview
Siddhi 5.1.11 release consists of bug fixes related event pipelining and event chunking.
Bug Fixes
- Fix Siddhi sending events to wrong stream when stopped and started in Siddhi editor. (#1585)
- Fix
log()
not to print events repeatedly and obey chunking. (#1585)
Complete Changes
Please find the complete changes here
Download
The download links for Siddhi core libs are following;
Siddhi Core Release - 5.1.10
Overview
Siddhi 5.1.10 release consists of bug fixes related filter operation in table joins and minor documentation improvements.
Features & Improvements
- Improve session window documentation. (#1580)
Bug Fixes
- Filter does not work when joining with table. (#1570)
- Fix possible NPE for invalid call sink and call-response configuration. (#1577)
- Code reformatting fixes. (#1579)
Complete Changes
Please find the complete changes here
Download
The download links for Siddhi core libs are following;