docs: updated release notes

This commit is contained in:
RhodeCode Admin 2024-07-17 09:12:41 +02:00
parent 47e6265c09
commit f6cd5ffe89

View file

@ -17,6 +17,7 @@ New Features
- Ability to replace a file using web UI. Now one can replace an existing file from the web-ui.
- GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects.
- Added ability to remove or close branches from the web ui
- Added ability to delete a branch automatically after merging PR for git repositories
- Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store.
@ -26,6 +27,9 @@ General
- Upgraded all dependency libraries to their latest available versions
- Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments.
- Bumped mercurial to 6.7.4
- Mercurial: enable httppostarguments for better support of large repositories with lots of heads.
- Added explicit db-migrate step to update hooks for 5.X release.
Security
^^^^^^^^
@ -43,7 +47,10 @@ Performance
Fixes
^^^^^
- Zip archive download breaks when a gitmodules file is present
- Archives: Zip archive download breaks when a gitmodules file is present
- Branch permissions: fixed bug preventing to specify own rules from 4.X install
- SVN: refactored svn events, thus fixing support for it in dockerized env
- Fixed empty server url in PR link after push from cli
Upgrade notes