From 34bcb2b60967a97df4f851bf7613b947d4ed617e Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 6 Apr 2026 17:12:46 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.5.3=20=E2=80=94=20finalize?= =?UTF-8?q?=20changelog=20for=20testing,=20localization,=20security=20patc?= =?UTF-8?q?hes=20&=20pipeline=20stability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156168057e..b81324d669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ --- -## [3.5.3] - 2026-04-05 +## [3.5.3] - 2026-04-06 + +### Security + +- **Dependencies:** Upgraded Next.js to `^16.2.2` and Vite to `>=8.0.5` resolving critical DoS, arbitrary file reads and CSRF vectors in the build/server environments. ### Fixed - **Middleware:** Resolved infinite redirect loop on dashboard for fresh instances when requireLogin is disabled. +- **Core Fallbacks:** Preserved primary failure contexts and enhanced Edge-case error handling pipelines across chat and fallback loops. +- **Proxy/Hooks:** Optimized local git hooks, normalized token coverage endpoints into `/coverage`, and guarded GLM region lookups. + +### Documentation + +- **I18n Engine:** Synchronized and pushed deep Machine Translation updates across all 32 natively-supported languages (682 translation nodes aligned). + +### Coverage + +- **Testing:** Consolidated the workspace test coverage framework hitting 92.1% statement line coverage, with new rigid unit-tests matching API key policies and tool scopes. ---