Releases: siddhi-io/siddhi-map-json
Siddhi Mapper JSON Release 5.2.1
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Mapper JSON 5.2.1 release contain improvements related to null handling of output attributes.
Improvement
- Allow null values to be output as null. (#102)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Mapper JSON Release 5.0.6
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Mapper JSON 5.0.6 release contain bug fixes related to list conversion at source level.
Bug Fixes
- JSON mapper automatically converts integer lists into double lists. (#85)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Map JSON Release 5.0.5
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Mapper JSON 5.0.5 release contains some bug fixes related to Jackson-databind dependency conflicts.
Bug Fixes
- Dependency conflict issue with jackson-databind in Spring component. (#82)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Mapper JSON Release 5.0.4
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Mapper JSON 5.0.4 release contains some refactoring changes and bug fixes related to JSON custom mapping.
Bug Fixes
- Mapping issues related custom JSON mapping (long & double value truncation) (#79). This is due to Siddhi version update 5.1.2 (related to #1431)
Complete Changes
Please find the complete changes here