Releases: IBMStreams/streamsx.json
Releases · IBMStreams/streamsx.json
com.ibm.streamsx.json v1.5.3
com.ibm.streamsx.json v1.5.2
No feature nor functional bug-fixes included. Just bug-fix of a single sample.
Because samples are part of a toolkit release package and not delivered separately also this little change will be released.
com.ibm.streamsx.json v1.5.1
Changes since last release:
- Remove 'using' directives and add full qualified names, as it caused compile errors when used together with other toolkits.
com.ibm.streamsx.json v1.4.7
Changes since last version:
- Remove 'using' directive and use fully qualified references instead in native function header files
com.ibm.streamsx.json v1.5.0
Changes since last release
- Adding support for new SPL type: optional<>
As the optional<> type is only supported since IBM Streams 4.3 this toolkit version (as all following) has a dependency to a minimum version of IBM Streams of 4.3.
com.ibm.streamsx.json v1.4.6
Changes since last version:
- fix #108, converting JSON array to SPL list of unsigned int
com.ibm.streamsx.json v1.4.5
Changes since last version:
- Added an optional 'prefixToIgnore' parameter.
- Don't treat submit exceptions as parsing errors
- extractFromJSON missed mutable definition for the tuple argument.
- Anonymous namespace moved out from header #ifdef guard, so each operator get separate parse/query functions
com.ibm.streamsx.json 1.4.3
Changes since v1.4.2
- Decimal type is handled literally (no cast from double).
com.ibm.streamsx.json 1.4.2
Changes since v1.4.1
- Added JsonParseStatus enum type, parseJSON overload to have error status.
- Fixed return type for a new parseJSON in XML.
- Support JSON with reserved SPL keywords (issues #12 & #72)
- Added reset capacity to the internal JSON object.
- Added implicit cast from boolean/number to string.
- Detect numeric value type by an agrument's SPL type.
- Clean gh-pages
- New template for gh-pages update
com.ibm.streamsx.json 1.4.1
Changes since v1.4.0
- Correction of compile error in SPLDoc generation