Release Notes
v6.0.0
- IMPORTANT: The following operators have been marked as deprecated:
* `TupleView` - Use the `spl.endpoint.EndpointSink` operator instead. * `XMLView` - Use the `spl.endpoint.EndpointSink` operator instead. -
Removed jetty from packaging. Instead, the toolkit now uses the jetty libraries provided in the Streams install.
-
Updated required Streams product version to 7.2.1.0
v5.0.2
- Fixed Websocket Servlet initialization issue.
-
Updated third-party dependencies. See CHANGELOG.md in the toolkit for full list.
v5.0.1
- Fixed Websocket Servlet initialization issue.
-
Updated third-party dependencies. See CHANGELOG.md in the toolkit for full list.
v5.0.0
- IMPORTANT: The following namespaces and operators have been marked as deprecated:
- Namespaces:
- com.teracloud.streams.inet.wsserver - Use the com.teracloud.streams.websocket toolkit instead.
- Operators:
- HTTPBLOBInjection - Use spl.endpoint.EndpointSource operator instead.
- HTTPJSONInjection - Use spl.endpoint.EndpointSource operator instead.
- HTTPTupleInjection - Use spl.endpoint.EndpointSource operator instead.
- HTTPXMLInjection - Use spl.endpoint.EndpointSource operator instead.
- Namespaces:
-
Changed namespaces from com.ibm.streamsx.inet.* to com.teracloud.streams.inet.*
- To help migrate existing applications to the new namespace, see the teracloud-toolkit-migration-tool.sh script under $STREAMS_INSTALL/bin
-
Updated required Streams product version to 7.2.0.0
-
Updated third-party dependencies:
- Jetty 12.0.15
- See CHANGELOG.md in the toolkit for full list.