##// END OF EJS Templates
docs: updated release notes for 5.1
super-admin -
r5439:036b3c7e default
parent child Browse files
Show More
@@ -1,49 +1,53 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
20 - Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store.
21
19
22
20 General
23 General
21 ^^^^^^^
24 ^^^^^^^
22
25
23 - Upgraded all dependency libraries to their latest available versions
26 - Upgraded all dependency libraries to their latest available versions
24 - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments.
27 - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments.
25
28 - Bumped mercurial to 6.7.4
26
29
27 Security
30 Security
28 ^^^^^^^^
31 ^^^^^^^^
29
32
30
33
31
34
32 Performance
35 Performance
33 ^^^^^^^^^^^
36 ^^^^^^^^^^^
34
37
35 - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh.
38 - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh.
36 enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2`
39 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`
37
41
38
42
39 Fixes
43 Fixes
40 ^^^^^
44 ^^^^^
41
45
42 - Zip archive download breaks when a gitmodules file is present
46 - Zip archive download breaks when a gitmodules file is present
43
47
44
48
45 Upgrade notes
49 Upgrade notes
46 ^^^^^^^^^^^^^
50 ^^^^^^^^^^^^^
47
51
48 - RhodeCode 5.1.0 is a mayor feature release after big 5.0.0 python3 migration. Happy to ship a first time feature
52 - RhodeCode 5.1.0 is a mayor feature release after big 5.0.0 python3 migration. Happy to ship a first time feature
49 rich release
53 rich release
General Comments 0
You need to be logged in to leave comments. Login now