Skip to content

Releases: IBMStreams/streamsx.json

com.ibm.streamsx.json v1.5.3

10 Nov 14:14
Compare
Choose a tag to compare
  • samples updated, Makefiles support Streams build service
  • i18n messages updated

com.ibm.streamsx.json v1.5.2

19 Mar 13:30
Compare
Choose a tag to compare

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

16 Oct 19:30
a0534ef
Compare
Choose a tag to compare

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

18 Oct 08:27
a0534ef
Compare
Choose a tag to compare

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

07 Aug 08:32
Compare
Choose a tag to compare

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

27 Jul 14:55
Compare
Choose a tag to compare

Changes since last version:

  • fix #108, converting JSON array to SPL list of unsigned int

com.ibm.streamsx.json v1.4.5

15 Jun 11:51
Compare
Choose a tag to compare

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

27 Sep 09:31
Compare
Choose a tag to compare

Changes since v1.4.2

  • Decimal type is handled literally (no cast from double).

com.ibm.streamsx.json 1.4.2

07 Sep 10:11
Compare
Choose a tag to compare

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

28 Jul 09:56
Compare
Choose a tag to compare

Changes since v1.4.0

  • Correction of compile error in SPLDoc generation