From 7bef4e69df2b8af2928c545fe518eee42e915bda Mon Sep 17 00:00:00 2001 From: Josako Date: Tue, 30 Sep 2025 17:51:36 +0200 Subject: [PATCH] - Changelog update for v3.1.7-beta --- content/changelog/1.0/1.0.0.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/content/changelog/1.0/1.0.0.md b/content/changelog/1.0/1.0.0.md index 80c7660..ddbf4b3 100644 --- a/content/changelog/1.0/1.0.0.md +++ b/content/changelog/1.0/1.0.0.md @@ -5,8 +5,31 @@ All notable changes to EveAI will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.1.7-beta + +Release date: 2025-09-30 + +### Added +- Pushgateway for logging business events to Prometheus + +### Changed +- Prometheus deployment improvements and alignment with Pushgateway +- Metrics logging in Business events to support multiple pod and processes +- Maximum height for AI message in chat input also available in desktop client +- AI message rendering now allows markdown +- markdown rendering defined in a centralized utility + +### Fixed +- Bug preventing correct loading of cache busted css en js in eveai_app solved +- Fix on rare bug preventing marked component to be displayed in SideBarExplanation + +### Security +- DOM checks on markdown text to prevent XSS + ## 3.1.3-beta +Release date: 2025-09-25 + ### Added - Cache busting for static files @@ -18,11 +41,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.1.2-beta +Release date: 2025-09-23 + ### Changed - Several improvements to the mobile version of the chat client ## 3.1.1-alfa +Release date: 2025-09-22 + ### Fixed - TRA-76 - Send Button color changes implemented - TRA-72 - Translation of privacy statement and T&C @@ -34,6 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.1.0-alfa +Release date: 2025-09-12 + ### Added - Configuration of the full k8s staging environment - k8s installation manual (cluster-install.md) @@ -54,6 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.0.1-beta +Release date: 2025-08-21 + ### Changed - Podman now replaces Docker for building images - Local registry now replaces Docker Hub @@ -71,6 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.0.0-beta +Release date: 2025-08-15 + ### Added - Mobile Support for the chat client. - Additional visual clues for chatbot and human messages in the chat client