chore: added release notes for 5.6.0

This commit is contained in:
Andrii V 2025-06-18 17:35:08 +02:00
parent 9e36a8d450
commit ae7ee26257

View file

@ -10,11 +10,13 @@ New Features
^^^^^^^^^^^^
- git: Added server-side support for partial and shallow cloning, so "--depth", "--filter" arguments are supported.
- PyCharm Debugger Integration: Added support for remote debugging with PyCharm.
- search: Added support for Elasticsearch 8 & 9, dropped Whoosh backend support.
- dev: PyCharm Debugger Integration: Added support for remote debugging with PyCharm.
General
^^^^^^^
- search: Deprecated and removed Whoosh full-text search backend in favor of Elasticsearch backend.
Security
^^^^^^^^
@ -29,12 +31,13 @@ Performance
Fixes
^^^^^
- Resolved an issue with SVN repositories by implementing proper cache invalidation.
- Fixed a regression affecting push capabilities.
- svn: Resolved an issue with SVN repositories by implementing proper cache invalidation on repository deletion.
- git: Fixed a regression affecting push capabilities.
- auth: Fixed issue with linking existing Rhodecode account to external SAML Azure identity.
Upgrade notes
^^^^^^^^^^^^^
- RhodeCode 5.6.0 is a planned feature release.
- Whoosh search backend has been removed. Ensure your installation is configured to use Elasticsearch.