Version cpp-0.99.2

Release Date: 6 October 2025

New notable features:

New processors and controllers:

Changes and improvements:

Upgraded dependencies:

Version cpp-0.99.1

Release Date: 5 February 2025

New notable features:

New processors:

Changes and improvements:

Upgraded dependencies:

Version cpp-0.99.0

Release Date: 17 May 2024

New notable features:

New processors:

Changes and improvements:

Upgraded dependencies:


Version cpp-0.15.0

Release Date: 1 September 2023

New features in this release:

Version cpp-0.14.0

Release Date: 17 April 2023

New features in this release:

Version cpp-0.13.0

Release Date: 12 December 2022

New features in this release:


Build Notes:

Version cpp-0.12.0

Release Date: 01 June 2022

New features in this release:

- Log collection from Kubernetes
- improved support for Lua processors
- platform independent ListenSyslog
- property update over C2 protocol

Build Notes:

It is advised that you use the bootstrap.sh when not building on windows.

Version cpp-0.11.0

Release Date: 13 December 2021

New features in this release:

Build Notes:

It is advised that you use the bootstrap.sh when not building on windows.

Version cpp-0.10.0

Release Date: 11 June 2021

New features in this release:

A few of the improvements and fixes:

Build Notes:

It is advised that you use the bootstrap.sh when not building on windows.

Version cpp-0.9.0

Release Date: 1 March 2021

Highlights of 0.9.0 release include:

Build Notes:

It is advised that you use the bootstrap.sh when not building on windows.

Version cpp-0.7.0

Release Date: 12 January 2020

Highlights of 0.7.0 release include:

Build Notes:

It is advised that you use the bootstrap.sh when not building on windows.

Version cpp-0.6.0

Release Date: 22 March  2019

Highlights of 0.6.0 release include:

Build Notes:

It is advised that you use the bootstrap.sh when not building on windows. 

OS X: Certain versions of OS X have an incompatible version of Bison installed. The work around is to install Bison via brew and tell the build to use that version. Those steps are.

  1. brew link bison --force
  2. echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bash_profile
    1. Allows the brew Bison version to take precedence
  3. source ~/.bash_profile

Ubuntu 16.X: Linking errors occur near the end of the build. A simple cmake flag can be used to ensure that the bundled version of RocksDB will be built and linked to the resulting binary

Caveats:

This release represents an iterative developmental step in the MiNiFi C++ effort and is not considered ready for production and only provides a subset of functionality of the Java version.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520&version=12343363


Version cpp-0.5.0

Release Date: 6 June 2018

Highlights of 0.5.0 release include:

Build Notes:

OS X: Certain versions of OS X have an incompatible version of Bison installed. The work around is to install Bison via brew and tell the build to use that version. Those steps are.

  1. brew link bison --force
  2. echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bash_profile
    1. Allows the brew Bison version to take precedence
  3. source ~/.bash_profile

Ubuntu 16.X: Linking errors occur near the end of the build. A simple cmake flag can be used to ensure that the bundled version of RocksDB will be built and linked to the resulting binary

Caveats:

This release represents an iterative developmental step in the MiNiFi C++ effort and is not considered ready for production and only provides a subset of functionality of the Java version.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520&version=12342659

Version cpp-0.4.0

Release Date: 27 January 2018

Highlights of 0.4.0 release include:

Caveats:

This release represents an iterative developmental step in the MiNiFi C++ effort and is not considered ready for production and only provides a subset of functionality of the Java version.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520&version=12341641

Version cpp-0.3.0

Release Date:  2017 November 30

Highlights of 0.3.0 release include:

Caveats:

This release represents an iterative developmental step in the MiNiFi C++ effort and is not considered ready for production and only provides a subset of functionality of the Java version.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520&version=12341640

Version cpp-0.2.0

Release Date:  2017 May 11

Highlights of 0.2.0 release include:

Caveats:

This release represents an iterative developmental step in the MiNiFi C++ effort and is not considered ready for production and only provides a subset of functionality of the Java version.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338790&projectId=12319921

Version cpp-0.1.0

Release Date:  2016 December 2

Highlights of 0.1.0 release include:

Caveats:

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338046&projectId=12319921.

Version cpp-0.0.1

Release Date: 2016 September 2

Highlights of 0.0.1 release include:

Caveats:

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12337990&projectId=12319921.

.