Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.32 KB

CHANGELOG

All notable changes to this project are documented in this file.

Inspired from Keep a Changelog

Features

Enhancements

Bug Fixes

Infrastructure

  • Set Java target compatibility to JDK 21 (#730)

Documentation

  • Add text to visualization agent template (#936)

Maintenance

Refactoring

Features

  • Add synchronous execution option to workflow provisioning (#990)

Enhancements

Bug Fixes

  • Remove useCase and defaultParams field in WorkflowRequest (#758)
  • Fix RBAC fetching from workflow state when template is not present (#998)

Infrastructure

Documentation

Maintenance

Refactoring

  • Replace String concatenation with Log4j ParameterizedMessage for readability (#943)