Skip to content

Releases: TouK/nussknacker

1.13.2

21 Mar 13:36
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.

Release 1.12.6

31 Jan 08:15
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.

1.13.0

05 Feb 06:47
Compare
Choose a tag to compare

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 and Average 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 the restmodel 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

04 Dec 11:21
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.

Release 1.12.4

30 Nov 13:18
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.

Release 1.12.3

26 Oct 13:42
Compare
Choose a tag to compare

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

12 Sep 13:56
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.

Release 1.11.1

25 Aug 14:20
Compare
Choose a tag to compare

All changes

For a detailed list of changes see Changelog.

Release 1.11.0

22 Aug 11:19
Compare
Choose a tag to compare

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 as Record{key: String(val)}
  • 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

29 Jun 12:41
Compare
Choose a tag to compare

All changes

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