##// END OF EJS Templates
docs: updated release notes for 5.0.0
super-admin -
r5345:0e08b689 v5.0.0 stable
parent child Browse files
Show More
@@ -1,45 +1,51 b''
1 |RCE| 5.0.0 |RNS|
1 |RCE| 5.0.0 |RNS|
2 -----------------
2 -----------------
3
3
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - TBA
7 - TBA
8
8
9
9
10 New Features
10 New Features
11 ^^^^^^^^^^^^
11 ^^^^^^^^^^^^
12
12
13 - Full support of Python3 and Python3.11
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
16 see: `archive_cache.cache_size_gb=` option.
17 - Introduced statsd metrics in various places for new monitoring stack to provide useful details on traffic and usage.
14
18
15
19
16 General
20 General
17 ^^^^^^^
21 ^^^^^^^
18
22
19 - Upgraded all dependency libraries to their latest available versions
23 - Upgraded all dependency libraries to their latest available versions
24 - Dropped support for deprecated hgsubversion no longer available in python3
20
25
21
26
22 Security
27 Security
23 ^^^^^^^^
28 ^^^^^^^^
24
29
25
30
26
31
27 Performance
32 Performance
28 ^^^^^^^^^^^
33 ^^^^^^^^^^^
29
34
35 - Moved lot of dulwich based code into libgit2 implementation for better performance
30
36
31
37
32 Fixes
38 Fixes
33 ^^^^^
39 ^^^^^
34
40
35
41
36
42
37 Upgrade notes
43 Upgrade notes
38 ^^^^^^^^^^^^^
44 ^^^^^^^^^^^^^
39
45
40 - RhodeCode 5.0.0 is a mayor upgrade that support latest Python versions 3.11,
46 - RhodeCode 5.0.0 is a mayor upgrade that support latest Python versions 3.11,
41 and also comes with lots of internal changes and performance improvements.
47 and also comes with lots of internal changes and performance improvements.
42 - RhodeCode 5.0.0 is only supported via our new docker rcstack installer or helm/k8s stack
48 - RhodeCode 5.0.0 is only supported via our new docker rcstack installer or helm/k8s stack
43 - Please see migration guide :ref:`rcstack:migration-to-rcstack`
49 - Please see migration guide :ref:`rcstack:migration-to-rcstack`
44 - RhodeCode 5.0.0 also requires a new license for EE instances, please reach out to us via support@rhodecode.com to
50 - RhodeCode 5.0.0 also requires a new license for EE instances, please reach out to us via support@rhodecode.com to
45 convert your license key.
51 convert your license key.
General Comments 0
You need to be logged in to leave comments. Login now