Release Notes

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.
  • 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.