##// END OF EJS Templates
docs: added missing release notes files
super-admin -
r5396:6b5943a0 default
parent child Browse files
Show More
@@ -0,0 +1,51 b''
1 |RCE| 5.0.0 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2024-05-14
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13 - Full support of Python3 and Python3.11
14 - Git repositories with LFS object are now pushing and pulling the LFS objects when remote sync is enabled.
15 - Archive generation: implemented a new system for caching generated archive files that allows setting cache size limit see: archive_cache.cache_size_gb= option.
16 - Introduced statsd metrics in various places for new monitoring stack to provide useful details on traffic and usage.
17
18
19 General
20 ^^^^^^^
21
22 - Upgraded all dependency libraries to their latest available versions for python3 compatability
23
24
25 Security
26 ^^^^^^^^
27
28 - fixed few edge cases of permission invalidation on change of permissions
29
30
31 Performance
32 ^^^^^^^^^^^
33
34 - Moved lot of dulwich based code into libgit2 implementation for better performance
35
36
37 Fixes
38 ^^^^^
39
40 - Various small fixes and improvements found during python3 migration
41
42
43 Upgrade notes
44 ^^^^^^^^^^^^^
45
46 - RhodeCode 5.0.0 is a mayor upgrade that support latest Python versions 3.11,
47 and also comes with lots of internal changes and performance improvements.
48 - RhodeCode 5.0.0 is only supported via our new docker rcstack installer or helm/k8s stack
49 - Please see migration guide :ref:`rcstack:migration-to-rcstack`
50 - RhodeCode 5.0.0 also requires a new license for EE instances, please reach out to us via support@rhodecode.com to
51 convert your license key.
@@ -0,0 +1,49 b''
1 |RCE| 5.1.0 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - TBA
8 - available as docker "beta" tag rhodecode/rhodecode-ce:beta, rhodecode/rhodecode-ee:beta
9
10
11 New Features
12 ^^^^^^^^^^^^
13
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.
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.
18 - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects.
19
20 General
21 ^^^^^^^
22
23 - 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.
25
26
27 Security
28 ^^^^^^^^
29
30
31
32 Performance
33 ^^^^^^^^^^^
34
35 - 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`
37
38
39 Fixes
40 ^^^^^
41
42 - Zip archive download breaks when a gitmodules file is present
43
44
45 Upgrade notes
46 ^^^^^^^^^^^^^
47
48 - 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
@@ -3,6 +3,17 b''
3 Release Notes
3 Release Notes
4 =============
4 =============
5
5
6
7 |RCE| 5.x Versions
8 ------------------
9
10 .. toctree::
11 :maxdepth: 1
12
13 release-notes-5.0.0.rst
14 release-notes-5.1.0.rst
15
16
6 |RCE| 4.x Versions
17 |RCE| 4.x Versions
7 ------------------
18 ------------------
8
19
General Comments 0
You need to be logged in to leave comments. Login now