Releases: TouK/nussknacker
Releases · TouK/nussknacker
1.13.2
Release 1.12.6
All changes
For a detailed list of changes see Changelog.
1.13.0
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.
Release 1.12.5
All changes
For a detailed list of changes see Changelog.
Release 1.12.4
All changes
For a detailed list of changes see Changelog.
Release 1.12.3
Highlights
End-user
- new: Ad-hoc testing for Fragments
- improvement: better Nu Designer stability
- improvement: SpEL-related improvements
- fix: Minor UI-related bug fixes
Administrator
- improvement: OIDC authentication enhancements
Component developer
- new: Introduced OpenAPI documentation for Nu API (partially)
- improvement: Utils modules enhancements
All changes
For a detailed list of changes see Changelog and Migration guide.
Release 1.11.3
All changes
For a detailed list of changes see Changelog.
Release 1.11.1
All changes
For a detailed list of changes see Changelog.
Release 1.11.0
Highlights
- New: API changes allowing for operations on individual scenario deployments
- New: SpEL templates
- Custom components can now handle parameters described in SpEL template instead of SpEL expression. It might be useful for components that mix some other language like SQL with SpEL or normal, human-readable text with elements of SpEL. Currently no components from public distribution support this feature, but it is available for component's developers.
- Improvement: New filter in components view allowing for displaying direct and indirect usage
- Improvement: Better readability of displayed types
- For example previous
{key: String{val}}
will now be displayed asRecord{key: String(val)}
- For example previous
- Improvement: More graceful handling of backend and network connection problems in designer
- Improvement: Kafka exception handler now provides information about parent context of variables during handling errors in fragments
- Fix: Handling of non-parametrized queries in SQL query enricher
All changes
For a detailed list of changes see Changelog and Migration guide.
New Contributors
Release 1.10.0
All changes
For a detailed list of changes see Changelog and Migration guide.