Release notes for 5.11.0
This commit is contained in:
parent
01b2023466
commit
b017ca333c
2 changed files with 47 additions and 0 deletions
46
docs/release-notes/release-notes-5.11.0.rst
Normal file
46
docs/release-notes/release-notes-5.11.0.rst
Normal file
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue