Skip to content

Releases: siddhi-io/siddhi-execution-string

Siddhi Execution String Release 5.0.12

22 Feb 09:29
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution String 5.0.12 release contains log4j upgrade related changes.

  • Add Locate functionality

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Execution String Release 5.0.10

03 Apr 09:31
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution String 5.0.10 release contains some improvement given below.

  • Add Locate functionality

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Execution String Release 5.0.9

05 Dec 16:23
Compare
Choose a tag to compare

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

29 Nov 10:57
Compare
Choose a tag to compare

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

04 Oct 18:18
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution String 5.0.7 release contains a bug fix related to processing a static template more than once #66.

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Execution String Release 5.0.6

30 Sep 17:28
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution String 5.0.6 release contains a bug fix related to event chunk creation in the process method.

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Execution String Release 5.0.5

12 Sep 06:45
Compare
Choose a tag to compare

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 previous str: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

05 Jul 16:51
Compare
Choose a tag to compare

Overview

  • Theme update.
  • Support Siddhi Core 5.1.0
  • Add @ParameterOverload to the documentation.

Bug Fixes

No bug fixes.

Features & Improvements

No new features and improvements.

Complete Changes

Please find the complete changes here

Download

Download the release from here

v5.0.3

27 Jun 08:14
Compare
Choose a tag to compare

Overview

Contains webpage updates only.

Bug Fixes

No bug fixes.

Complete Changes

Please find the complete changes here

Download

Download the release from here

v5.0.2

02 Jul 17:28
Compare
Choose a tag to compare

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