Skip to content

5.3.2

Latest
Compare
Choose a tag to compare
@ginccc ginccc released this 29 May 21:26

We are pleased to announce the release of EDDI v5.3.2. This version includes several important updates and improvements:

Updates:

  • react-ui:
    • Fixed rendering of HTML-based messages: Improved the display of HTML messages within the UI
    • Improved code highlighting: Enhanced syntax highlighting for better readability of code snippets
    • Fixed basedUrl handling: No default basedUrl set and it can now be overridden via a URL parameter, e.g., apiServer=//localhost:7070

New Features:

  • Templating for Langchain Task Parameters: You can now use (Thymeleaf based) templating for task parameters, e.g., "modelName":"[[${properties.modelName}]]"

Enhancements:

  • Increased HTTP Client Buffers: The request and response buffers for the HTTP client (jetty-client) have been increased to 10MB each, allowing for larger data handling and improved performance

Additional Updates:

  • quarkus: Updated to the latest version, bringing numerous improvements and bug fixes to ensure better application performance and reliability
  • quarkus-langchain4j: Upgraded to the latest version to enhance performance and stability

We encourage all users to upgrade to this latest version to benefit from these enhancements and improvements. For detailed information and documentation, please visit our official documentation page.

Full Changelog: 5.3.1...5.3.2