Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Nov 6, 2024
1 parent 7ff46af commit 002cfa5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

##### End-user

* Versions, Comments and Attachments panels were replaced by Activities panel
* Added support for scenario labels
* SpEL: support for navigation through fields inside variables typed as `Unknown`
* SpEL: conversion methods allowing to cast or convert given type to another
* Other SpEL enhancements: `#CONV.toJson`, `#CONV.toJsonString` methods, new `#BASE64` helper, it is possible to operate on arrays as on lists and more
* UX improvements: new UI for defining aggregations, better validation handling in ad-hoc testing feature and more
* New Activities panel, replacing Versions, Comments and Attachments panels. Now you can browse all scenario activities on one chronological list.
* Added scenario labels. You can now organize your scenarios and find different groups of scenarios more easily.
* SpEL: added navigation through fields inside variables typed as Unknown. You can now access the data inside a variable, even if Nussknacker doesn't know its exact type during scenario authoring.
* SpEL: added conversion methods to cast or convert between data types (e.g. `String` to `Integer`).
* SpEL: various enhancements, like `#CONV.toJson` and `#CONV.toJsonString` methods, new `#BASE64` helper, possibility to treat arrays as lists, and more.
* Various UX improvements, including new UI for aggregation definitions and better validation handling in ad-hoc tests.

##### Administrator

* Flink upgrade to 1.19.1. Note: if you want to use Nussknacker with older versions of Flink it is possible, but it requires some extra steps to be done. See [Migration guide](MigrationGuide.md) for details
* Performance optimisations of the serialisation of events passing through Flink's `DataStream`s
* Flink upgrade to 1.19.1. Note: it is possible to use Nussknacker with older versions of Flink, but it requires some extra steps. See [Migration guide](MigrationGuide.md) for details.
* Performance optimisations of the serialisation of events passing through Flink's `DataStream`s.

### 1.18.0 (Not released yet)

Expand Down

0 comments on commit 002cfa5

Please sign in to comment.