Show More
@@ -17,6 +17,7 b' New Features' | |||
|
17 | 17 | - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui. |
|
18 | 18 | - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects. |
|
19 | 19 | - Added ability to remove or close branches from the web ui |
|
20 | - Added ability to delete a branch automatically after merging PR for git repositories | |
|
20 | 21 | - Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store. |
|
21 | 22 | |
|
22 | 23 | |
@@ -26,6 +27,9 b' General' | |||
|
26 | 27 | - Upgraded all dependency libraries to their latest available versions |
|
27 | 28 | - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments. |
|
28 | 29 | - Bumped mercurial to 6.7.4 |
|
30 | - Mercurial: enable httppostarguments for better support of large repositories with lots of heads. | |
|
31 | - Added explicit db-migrate step to update hooks for 5.X release. | |
|
32 | ||
|
29 | 33 | |
|
30 | 34 | Security |
|
31 | 35 | ^^^^^^^^ |
@@ -43,7 +47,10 b' Performance' | |||
|
43 | 47 | Fixes |
|
44 | 48 | ^^^^^ |
|
45 | 49 | |
|
46 | - Zip archive download breaks when a gitmodules file is present | |
|
50 | - Archives: Zip archive download breaks when a gitmodules file is present | |
|
51 | - Branch permissions: fixed bug preventing to specify own rules from 4.X install | |
|
52 | - SVN: refactored svn events, thus fixing support for it in dockerized env | |
|
53 | - Fixed empty server url in PR link after push from cli | |
|
47 | 54 | |
|
48 | 55 | |
|
49 | 56 | Upgrade notes |
General Comments 0
You need to be logged in to leave comments.
Login now