Show More
@@ -1,53 +1,60 b'' | |||||
1 | |RCE| 5.1.0 |RNS| |
|
1 | |RCE| 5.1.0 |RNS| | |
2 | ----------------- |
|
2 | ----------------- | |
3 |
|
3 | |||
4 | Release Date |
|
4 | Release Date | |
5 | ^^^^^^^^^^^^ |
|
5 | ^^^^^^^^^^^^ | |
6 |
|
6 | |||
7 | - TBA |
|
7 | - TBA | |
8 | - available as docker "beta" tag rhodecode/rhodecode-ce:beta, rhodecode/rhodecode-ee:beta |
|
8 | - available as docker "beta" tag rhodecode/rhodecode-ce:beta, rhodecode/rhodecode-ee:beta | |
9 |
|
9 | |||
10 |
|
10 | |||
11 | New Features |
|
11 | New Features | |
12 | ^^^^^^^^^^^^ |
|
12 | ^^^^^^^^^^^^ | |
13 |
|
13 | |||
14 | - We've introduced 2FA for users. Now alongside the external auth 2fa support RhodeCode allows to enable 2FA for users |
|
14 | - We've introduced 2FA for users. Now alongside the external auth 2fa support RhodeCode allows to enable 2FA for users | |
15 | 2FA options will be available for each user individually, or enforced via authentication plugins like ldap, or internal. |
|
15 | 2FA options will be available for each user individually, or enforced via authentication plugins like ldap, or internal. | |
16 | - Email based log-in. RhodeCode now allows to log-in using email as well as username for main authentication type. |
|
16 | - Email based log-in. RhodeCode now allows to log-in using email as well as username for main authentication type. | |
17 | - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui. |
|
17 | - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui. | |
18 | - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects. |
|
18 | - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects. | |
19 | - Added ability to remove or close branches from the web ui |
|
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 | - Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store. |
|
21 | - Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store. | |
21 |
|
22 | |||
22 |
|
23 | |||
23 | General |
|
24 | General | |
24 | ^^^^^^^ |
|
25 | ^^^^^^^ | |
25 |
|
26 | |||
26 | - Upgraded all dependency libraries to their latest available versions |
|
27 | - Upgraded all dependency libraries to their latest available versions | |
27 | - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments. |
|
28 | - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments. | |
28 | - Bumped mercurial to 6.7.4 |
|
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 | Security |
|
34 | Security | |
31 | ^^^^^^^^ |
|
35 | ^^^^^^^^ | |
32 |
|
36 | |||
33 |
|
37 | |||
34 |
|
38 | |||
35 | Performance |
|
39 | Performance | |
36 | ^^^^^^^^^^^ |
|
40 | ^^^^^^^^^^^ | |
37 |
|
41 | |||
38 | - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh. |
|
42 | - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh. | |
39 | enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2` |
|
43 | enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2` | |
40 | - Introduced a new hooks subsystem that is more scalable and faster, enable it by settings: `vcs.hooks.protocol = celery` |
|
44 | - Introduced a new hooks subsystem that is more scalable and faster, enable it by settings: `vcs.hooks.protocol = celery` | |
41 |
|
45 | |||
42 |
|
46 | |||
43 | Fixes |
|
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 | Upgrade notes |
|
56 | Upgrade notes | |
50 | ^^^^^^^^^^^^^ |
|
57 | ^^^^^^^^^^^^^ | |
51 |
|
58 | |||
52 | - RhodeCode 5.1.0 is a mayor feature release after big 5.0.0 python3 migration. Happy to ship a first time feature |
|
59 | - RhodeCode 5.1.0 is a mayor feature release after big 5.0.0 python3 migration. Happy to ship a first time feature | |
53 | rich release |
|
60 | rich release |
General Comments 0
You need to be logged in to leave comments.
Login now