Skip to content

Releases: TouK/nussknacker

Release 1.17.0

20 Sep 08:40
Compare
Choose a tag to compare

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.

Release 1.16.3

08 Aug 13:10
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog

Release 1.16.2

18 Jul 14:19
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog

Release 1.16.1

17 Jul 14:03
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog

Release 1.16.0

17 Jul 12:49
Compare
Choose a tag to compare

Highlights

Administrator

  • Added Exactly-Once semantics for event processing in streaming mode.
  • Added impersonate mechanism. When an external system calls the Nussknacker API with a technical user, the impersonated user can be passed and the performed action will be carried on behalf of the impersonated user.
  • Nussknacker Quickstart has been refurbished and is now based on installation example. Using Nussknacker Quickstart is now even clearer and easier.

All changes

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

Release 1.15.3

27 Jun 06:23
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog

Release 1.15.1

06 Jun 16:06
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog

Release 1.15.0

03 Jun 11:15
Compare
Choose a tag to compare

Highlights

End-user

  • Experimental support for the batch processing mode, based on Flink’s Table API and Catalogs. It allows processing data at rest and opens up new features such as integration with Lakehouses
  • New color theme, more consistent, readable, and more violet!
  • Added node search in the scenario editor - you can now easily find specific nodes based on their properties

Administrator

  • Support for Flink 1.18
  • Added support for scenario migration between different Nussknacker versions. From now on, it will be possible to migrate scenarios using the migration API
  • New one-command Docker installation script for setting up an example Nussknacker environment on-premise. This example can be a good reference for your own on-premises production setup, as well as for exploration and testing

All changes

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

Release 1.14.0

29 Mar 14:58
Compare
Choose a tag to compare

Highlights

End-user

  • New Decision table component, that allows expressing multi-condition decisions in a straightforward way
  • Scenario processing modes - streaming, request-response, or batch (in the next release!) - made a first-class citizen in Designer, to help users choose how to process the data
  • Multiple scenario and fragment validation improvements

Administrator

  • Added support for different topic naming conventions in Azure Schema Registries
  • Bumped Flink to 1.17

Component developer

  • Changes and improvements in Component API for custom component development

All changes

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

New Contributors

1.13.2

21 Mar 13:36
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.