Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added 0.7.0 release notes

...

Table of Contents
absoluteUrltrue
typeflat

Version 0.7.0

Version 0.7.0 of Apache NiFi adds several many and exciting Processors, a new developer focused doc, and continued improvement to usability and stability.

Highlights of the 0.7.0 release include:

  • New Application Features
    • NiFi now supports exposing key/value pairs set in "nifi.properties" to Expression Language.
  • Improvements to Existing Capabilities
    • Added the ability to bulk using Index or Update to PutElasticSearch.
    • Allow concurrent execution of ExecuteScript.
    • Expression language now has a random number function.
  • New Extensions
    • New processors to Get data from SNMP agents and execute SNMP set requests.
    • Added new processor to Put to Slack.
    • New processors to Get and Put data to an MQTT broker.
    • Added processor to listen for messages using the Lumberjack protocol.
    • New ExtractMediaMetadata processor to extract metadata from various file types using Apache Tika.
    • New processors to Delete, Put and Get AWS DynamoDB.
    • Added processor to poll notification events provided by HDFS Inotify interface.
    • Add ReportingTask for sending Provenance events over Site-To-Site.
  • Important Stability Improvements
    • Fixed instance where archiver was not respecting nifi.content.repository.archive.max.usage.percentage.
    • Resolved issue where incoming connection could be deleted while processor was still running.
    • Fixed issue where FileSystemRepository could leave open file handles to data that had already been archived and/or deleted.
  • New Documentation
    • A new NiFi in Depth document was created to give an in-depth, developer level, look at NiFi and its design decisions.

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

Version 0.6.1

Version 0.6.1 of Apache NiFi focuses on addressing defects.

...