Releases: siddhi-io/siddhi-execution-json
Siddhi Execution JSON 2.0.5 Release
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
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
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
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
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.