Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1019 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 1019 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.3] - 2024-10-24

Fixed

  • Changed return type of EvalScriptWithJsonDataModel.defaultDataModelConversion() to generic map Sona issue S1319.

[2.0.2] - 2024-10-24

Changed

  • Added EvalScriptWithJsonDataModel.defaultDataModelConversion() function.

[2.0.1] - 2024-10-24

Changed

  • Minor changes in logging and exception messaging
  • javadoc documentation

[2.0.0] - 2024-10-23

Changed

  • EvalScript method evalKts() changed in handle()
  • EvalScriptWithJsonDataModel divided in EvalScriptWithDataModel and EvalScriptWithJsonDataModel

[1.0.0] - 2024-10-23

Added

  • build and deploy scripts
  • EvalScript interface