RhodeCode Enterprise 5.11.0 Release Notes¶
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.
To enable UI-based updates, run
./rcstack update-server upon your host machine.Clear browser cache after upgrade for best experience with UI improvements.