Skip to content

Release 1.17.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 08:40
· 57 commits to release/1.17 since this release

Highlights

End-user

  • Flink Catalogs integration. Thanks to Catalogs, Nu can be used to act on data stored in Data Lakehouses (check our tutorial on Apache Iceberg integration).
  • Improvements in batch mode, including joins, testing (dry runs), and general usability.
  • Live counts. You can now watch counts of events as they flow through a scenario, with user defined update interval.
  • Autocompletion now works better in invalid expressions. When working on an expression, you don't have to keep it valid all the time for autocompletion to work.
  • SpEL collections usability improvements. Arrays and Lists are now unified (no need for conversions) and we also added more collection manipulation functions.

Administrator

  • Performance optimizations around Avro processing that reduce CPU utilization significantly.
  • Components configuration reloading without Designer restart. You can now reload the Components configuration on demand, using an endpoint, without restarting the whole application.

All changes

For a detailed list of changes see Changelog and Migration guide.