1.13.0
github-actions
released this
05 Feb 06:47
·
1197 commits
to staging
since this release
Highlights
End-user
- Fixed exporting scenario to PDF
- Fixed SpEL suggestions not appearing in some cases
- Fixed fragment migration to another environment
- Added ability to drag and drop map fields
- Fixed non-unique test case IDs when testing scenarios with union
- Removed output "dot" on fragments that don't have any outputs
- Fixed
NodeAdditionalInfo
style - Added ability to access fields in records using indexing, for example
{jan:300, alex:400}['alex']
returns 400
- Added
CountWhen
andAverage
aggregations - Expanded FragmentParameter with new fields:
hintText
,initialValue
,required
,inputMode
- Added ability to perform insert/update queries on the db by adding the
Updates count
strategy to the db-query service
Administrator
- Clarified K8s configuration in docs
- Redesigned categories configuration
- Improved error logging in case of Nu Designer API errors
- Made processing type to category mapping 1-to-1 instead of 1-to-many
Component developer
- Fixed Nussknacker ARM64 Docker images
- Improved
TestScenarioRunner
- Parametrised metrics configuration in
dev-application.conf
- Decoupled the
listener-api
module from therestmodel
module - Changed the
Validator.isValid
method, which now takes an expression and optional evaluated value, instead of just an expression - Bumped Cats Effect 3
All changes
For a detailed list of changes see Changelog and Migration guide.