Releases: siddhi-io/siddhi-execution-string
Siddhi Execution String Release 5.0.12
Siddhi Execution String Release 5.0.10
Siddhi Execution String Release 5.0.9
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Execution String 5.0.9 release contains some minor bug fixes as given below.
Bug Fixes
- Remove unwanted validations and centralized the eventArrived flag. (#70)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Execution String Release 5.0.8
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Execution String 5.0.8 release contains a new feature for counting char
occurrences in an input string. #69
<LONG> str:charFrequency(<STRING> input.string, <STRING> char)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Execution String Release 5.0.7
Siddhi Execution String Release 5.0.6
Siddhi Execution String Release 5.0.5
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Execution String 5.0.5 release contains some improvements related to fillTemplate
execution function.
Features & Improvements
- Add support for fillTemplate to use a map along using a set of keys (#62)
Update previousstr:fillTemplate
receive a string and a key-value map. Then replace all key entries with a corresponding value. For example it will receive,
str:fillTemplate("{{prize}} > 100 && {{salary}} < 10000", map:create('prize', 300, 'salary', 10000)))
and return the string 300 > 100 && 10000 < 10000
Bug Fixes
No bug fixes.
Complete Changes
Please find the complete changes here
Download
Download the release from here
v5.0.4
v5.0.3
v5.0.2
Overview
Migrate from groupId org.wso2.extension.siddhi.execution.string
to io.siddhi.extension.execution.string
.
Bug Fixes
No bug fixes.
Syntax Changes
No changes in Siddhi Query APIs and they are backward compatible.
Complete Changes
Please find the complete changes here
Download
Download the release from here