# HG changeset patch # User RhodeCode Admin # Date 2024-07-17 07:12:41 # Node ID a774affb496d4c390ff6b197b0e032f20510667f # Parent c1f0b110185722329f88d05f492a5b188eee74d1 docs: updated release notes diff --git a/docs/release-notes/release-notes-5.1.0.rst b/docs/release-notes/release-notes-5.1.0.rst --- a/docs/release-notes/release-notes-5.1.0.rst +++ b/docs/release-notes/release-notes-5.1.0.rst @@ -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