Skip to content

Commit

Permalink
resolves #204
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Jul 2, 2020
1 parent fff77cf commit 0453b82
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
38 changes: 38 additions & 0 deletions com.ibm.streamsx.network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changes
==========

## v3.4.1

* [#204](https://github.com/IBMStreams/streamsx.network/issues/204) CHANGELOG.md added

## v3.4.0:

* New operator com.ibm.streamsx.network.rtp::RtpDecode

## v3.3.1:

* Globalization support: Translated messages updated

## v3.3.0:

* 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` and `pamInclude`.
* 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.

## v3.2.2:

* Added the static keyword to a couple of IPv6 helper functions

## v3.2.1:

* Performance enhancements for the PacketDPDKSource.

## v3.1.0:

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


6 changes: 5 additions & 1 deletion com.ibm.streamsx.network/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Operators and functions for ingesting and parsing raw network data at the packet

This is an overview of changes for major and minor version upgrades.

++ What is new in version 3.4.1

* CHANGELOG.md added

++ What is new in version 3.4.0

* New operator com.ibm.streamsx.network.rtp::RtpDecode
Expand Down Expand Up @@ -40,7 +44,7 @@ This is an overview of changes for major and minor version upgrades.
* IPFilter operator: Changed traces with WARN trace level to TRACE level.

</info:description>
<info:version>3.4.0</info:version>
<info:version>3.4.1</info:version>
<info:requiredProductVersion>4.0.1.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down

0 comments on commit 0453b82

Please sign in to comment.