From 002cfa583ed98d6e9cec6ddc0574bd6f853dbc4c Mon Sep 17 00:00:00 2001 From: Arek Burdach Date: Wed, 6 Nov 2024 19:56:18 +0100 Subject: [PATCH] review fixes --- docs/Changelog.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 42800624be7..80992227237 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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)