==========
- #208 Samples added for Streams in Cloud Pak for Data
- #207 Build script updated to include samples in release package
- #205 Links to samples updated in operator description
- #204 CHANGELOG.md added
- New operator com.ibm.streamsx.network.rtp::RtpDecode
- Globalization support: Translated messages updated
- PacketContentAssembler operator does not depend anymore on environment variable STREAMS_ADAPTERS_ISS_PAM_DIRECTORY at build and run time.
The 'Packet Analysis Module (PAM)' library can be added to the application bundle and the location can be set with the parameters
pamLibrary
andpamInclude
. - IPAddressLocation operator: New parameter
initOnTuple
added in order to initialize the operator with loading the geography files on the first tuple and not during operator startup. - IPAddressLocation operator supports dynamic loading of MaxMind database triggered by a tuple on control port.
- Added the static keyword to a couple of IPv6 helper functions
- Performance enhancements for the PacketDPDKSource.
- Support for newer version of DPDK, in support of RHEL7.4 and forward.
- Additional CIDR functions to determine the range of addresses covered.
- Improved IPFilter performance by avoiding needless creation of local list of IP addresses
- IPFilter operator: Changed traces with WARN trace level to TRACE level.