From b017ca333cd69f0d8625b74b863e1f52fab9b786 Mon Sep 17 00:00:00 2001 From: Andrii V Date: Wed, 28 Jan 2026 18:09:52 +0100 Subject: [PATCH] Release notes for 5.11.0 --- docs/release-notes/release-notes-5.11.0.rst | 46 +++++++++++++++++++++ docs/release-notes/release-notes.rst | 1 + 2 files changed, 47 insertions(+) create mode 100644 docs/release-notes/release-notes-5.11.0.rst diff --git a/docs/release-notes/release-notes-5.11.0.rst b/docs/release-notes/release-notes-5.11.0.rst new file mode 100644 index 00000000..cd8a91d4 --- /dev/null +++ b/docs/release-notes/release-notes-5.11.0.rst @@ -0,0 +1,46 @@ +|RCE| 5.11.0 |RNS| +------------------ + +Release Date +^^^^^^^^^^^^ + +- 2025-01-28 + + +New Features +^^^^^^^^^^^^ + +- AI Code Review (EE-only): Now includes checkbox during PR creation, configurable at global, repository, and individual PR levels. +- Security Audit (EE-only): Added ability to enable secret scan on PR level. Now sends email notifications with scan results and findings with optimized layout. +- Rhodecode Update: Added ability to check for and trigger RhodeCode updates directly from the admin System Information page. +- Text Truncation: Implemented intelligent middle-cut text truncation for long repository names and pull request titles. + + +General +^^^^^^^ + +- Dependencies: Upgraded Celery, fsspec, s3fs and other dependencies. +- SSH Keys: Replaced deprecated sshpubkeys external dependency with internal implementation. +- UI: Improved audit logs display with text trimming for global audit logs. + + +Security +^^^^^^^^ + + + +Fixes +^^^^^ + +- search: Fixed Elasticsearch issue affecting web interface search functionality. +- migrations: Fixed orjson incompatibility with empty values from 4.x audit logs data schema. +- tests: Fixed multiple flaky test issues and improved test stability. + + +Upgrade notes +^^^^^^^^^^^^^ + +- RhodeCode 5.11.0 introduces AI code review capabilities and security scanning for pull requests. +- The AI code review feature requires configuration in Admin -> Settings -> AI Features before use. +- Security audit scanning runs automatically on pull request creation when enabled. +- Clear browser cache after upgrade for best experience with UI improvements. diff --git a/docs/release-notes/release-notes.rst b/docs/release-notes/release-notes.rst index 5b12c830..dbbd1b44 100644 --- a/docs/release-notes/release-notes.rst +++ b/docs/release-notes/release-notes.rst @@ -9,6 +9,7 @@ Release Notes .. toctree:: :maxdepth: 1 + release-notes-5.11.0.rst release-notes-5.10.0.rst release-notes-5.9.1.rst release-notes-5.9.0.rst