Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Provided a new processor to Put data to Apache Iceberg called PutIceberg.
  • Provided a new processor to Put data to Snowflake using Snowpipe Ingest called PutSnowflake.
  • Provided a new processor called UpdateDatabaseTable which will be very helpful for cases where the schema of data evolves and the backing tables being written to need DDL changes to accommodate it so data can keep flowing.
  • The Consume Kafka Record processor now allows writing out the Kafka key of each message which can be quite helpful for certain Apache Kafka based flows.
  • Upgraded numerous dependencies for security vulnerability concerns such as with Apache Commons Text, performance, functionality, or API stability as is the case with Apache Iceberg 1.0.
  • Numerous components are now flagged as deprecated and NiFi will now show in the UI that a given component is deprecated and give users guidance on how to replace their usage.
  • Numerous bug fixes related to MergeContent, Stateless NiFi, ListenSyslog, and many other components.

...