Skip to content

Releases: siddhi-io/siddhi-execution-json

Siddhi Execution JSON 2.0.5 Release

13 Dec 05:52
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution JSON 2.0.5 contains bug fixes related to event chunking in JSON tokenizer.

Bug Fixes

  • Fix event chuncking issue of the JSON Tokenizer (#30)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Execution JSON 2.0.4 Release

04 Oct 18:36
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution JSON 2.0.4 adds support to process raw JSON strings.

Features & Improvements

  • JSON grouping support when processing JSON objects. (#29). Below is the improved as follows,
json:group(<STRING|OBJECT> json) 
json:group(<STRING|OBJECT> json, <STRING>enclosingElement)
json:group(<STRING|OBJECT> json, <BOOLEAN>distinct)
json:group(<STRING|OBJECT> json, <STRING>enclosingElement, <BOOLEAN>distinct)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Execution JSON Release 2.0.3

30 Sep 17:44
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution JSON 2.0.3 release contains a few improvements related to JSON element processing.

Features & Improvements

  • JSON grouping support when processing JSON elements. (#27). Below is the newly added JSON processing constructs.
json:group(<STRING|OBJECT> json) 
json:group(<STRING|OBJECT> json, <STRING>enclosingElement)
json:group(<STRING|OBJECT> json, <BOOLEAN>distinct)
json:group(<STRING|OBJECT> json, <STRING>enclosingElement, <BOOLEAN>distinct)
json:groupAsString(<STRING|OBJECT> json) 
json:groupAsString(<STRING|OBJECT> json, <STRING>enclosingElement)
json:groupAsString(<STRING|OBJECT> json, <BOOLEAN>distinct)
json:groupAsString(<STRING|OBJECT> json, <STRING>enclosingElement, <BOOLEAN>distinct)

Complete Changes

Please find the complete changes here

Download

Download the release from here

v2.0.2

05 Jul 16:35
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

  • #23 Improve json:setElement(json, path, json.element) to replace existing values.

Complete Changes

Please find the complete changes here

Download

Download the release from here

v2.0.1

04 Jul 19:16
Compare
Choose a tag to compare

Overview

Migrate from groupId org.wso2.extension.siddhi.execution.json to io.siddhi.extension.execution.json.

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.