chore: added release notes for 5.6.0
This commit is contained in:
parent
9e36a8d450
commit
ae7ee26257
1 changed files with 7 additions and 4 deletions
|
|
@ -10,11 +10,13 @@ New Features
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
- git: Added server-side support for partial and shallow cloning, so "--depth", "--filter" arguments are supported.
|
- 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
|
General
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
|
- search: Deprecated and removed Whoosh full-text search backend in favor of Elasticsearch backend.
|
||||||
|
|
||||||
Security
|
Security
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
@ -29,12 +31,13 @@ Performance
|
||||||
Fixes
|
Fixes
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
||||||
- Resolved an issue with SVN repositories by implementing proper cache invalidation.
|
- svn: Resolved an issue with SVN repositories by implementing proper cache invalidation on repository deletion.
|
||||||
- Fixed a regression affecting push capabilities.
|
- git: Fixed a regression affecting push capabilities.
|
||||||
|
- auth: Fixed issue with linking existing Rhodecode account to external SAML Azure identity.
|
||||||
|
|
||||||
Upgrade notes
|
Upgrade notes
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
- RhodeCode 5.6.0 is a planned feature release.
|
- RhodeCode 5.6.0 is a planned feature release.
|
||||||
|
- Whoosh search backend has been removed. Ensure your installation is configured to use Elasticsearch.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue