From c978c3d53dfeeed3d36fd62026750f48f40de98a Mon Sep 17 00:00:00 2001 From: Andrii V Date: Mon, 29 Sep 2025 20:34:15 +0200 Subject: [PATCH] fix: release notes for 5.8.0 --- docs/release-notes/release-notes-5.8.0.rst | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/release-notes/release-notes-5.8.0.rst diff --git a/docs/release-notes/release-notes-5.8.0.rst b/docs/release-notes/release-notes-5.8.0.rst new file mode 100644 index 00000000..e0609cc6 --- /dev/null +++ b/docs/release-notes/release-notes-5.8.0.rst @@ -0,0 +1,42 @@ +|RCE| 5.8.0 |RNS| +----------------- + +Release Date +^^^^^^^^^^^^ + +- 2025-09-30 + +New Features +^^^^^^^^^^^^ + +- **AI Code Review Integration** (Beta, only available for superadmins): Added support for AI-assisted code reviews with multiple AI models including GPT, Claude, and Gemini. This feature allows automated code analysis and review suggestions. Available only in Enterprise Edition. + +General +^^^^^^^ + + +- documentation: Enhanced repository extra fields documentation with improved examples and UI hints. + +Security +^^^^^^^^ + + + +Performance +^^^^^^^^^^^ + + + +Fixes +^^^^^ + +- indexing: Fixed indexing failures that could occur on first error by updating rhodecode_tools dependency. +- api: Fixed search API enpoint compatibility issue with Elasticsearch 8.x format affecting result counts. +- api: Fixed repository visibility issue where repositories created via API would not appear immediately in the UI until manual user action triggered cache refresh. +- ui: Fixed exception tracker UI bug that showed incorrect number of exceptions in the admin panel. +- deprecation: Suppressed pkg_resources deprecation warnings during vcs operations. + +Upgrade notes +^^^^^^^^^^^^^ + +- RhodeCode 5.8.0 is a feature release that includes beta version of AI code review integration capabilities.