Skip to content

Release 1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 11:19
· 1565 commits to staging since this release

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