You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Martin Zink <ma...@apache.org> on 2022/06/01 13:22:14 UTC

[ANNOUNCE] Apache NiFi MiNiFi C++ 0.12.0 release

Hello

The Apache NiFi team would like to announce the release of Apache NiFi
MiNiFi C++ 0.12.0.

New features in this release:

   - new processors:
      - DeleteAzureBlobStorage
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#deleteazureblobstorage>
      - FetchAzureBlobStorage
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#fetchazureblobstorage>
      - FetchAzureDataLakeStorage
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#fetchazuredatalakestorage>
      - ListAzureBlobStorage
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#listazureblobstorage>
      - ListAzureDataLakeStorage
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#listazuredatalakestorage>
      - DeleteGCSObject
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#deletegcsobject>
      - FetchGCSObject
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#fetchgcsobject>
      - ListGCSBucket
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#listgcsbucket>
      - PutGCSObject
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#putgcsobject>
      - ProcFsMonitor
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#procfsmonitor>
      - PutUDP
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#putudp>
      - FetchFile
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#fetchfile>
      - ListFile
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#listfile>
      - PutSplunkHTTP
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#putsplunkhttp>
      - QuerySplunkIndexingStatus
      <https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#querysplunkindexingstatus>

- Log collection from Kubernetes
- improved support for Lua processors
- platform independent ListenSyslog
<https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md#listensyslog>
- property update over C2 protocol

MiNiFi—a subproject of Apache NiFi—is a complementary data collection
approach that supplements the core tenets of NiFi in dataflow management,
focusing on the collection of data at the source of its creation.

Specific goals for the initial thrust of the MiNiFi effort comprise:

   - Small size and low resource consumption
   - Central management of agents
   - Generation of data provenance (full chain of custody of information)
   - Integration with NiFi for follow-on dataflow management


More details on Apache NiFi MiNiFi can be found here:
https://nifi.apache.org/minifi

The release artifacts can be downloaded from here:
https://nifi.apache.org/minifi/download.html

Issues closed/resolved for this list can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520&version=12351052

Release note highlights can be found here:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.12.0

Thank you
The Apache NiFi team