Show More
@@ -4,19 +4,25 b'' | |||||
4 | Release Date |
|
4 | Release Date | |
5 | ^^^^^^^^^^^^ |
|
5 | ^^^^^^^^^^^^ | |
6 |
|
6 | |||
7 | - 2024 (TBA) |
|
7 | - 2024-10-09 | |
8 | - available as docker "beta" tag rhodecode/rhodecode-ce:beta, rhodecode/rhodecode-ee:beta |
|
|||
9 |
|
8 | |||
10 |
|
9 | |||
11 | New Features |
|
10 | New Features | |
12 | ^^^^^^^^^^^^ |
|
11 | ^^^^^^^^^^^^ | |
13 |
|
12 | |||
|
13 | - New artifact storage engines allowing an s3 based uploads | |||
|
14 | - Enterprise version only: Added security tab to admin interface and possibility to whitelist specific vcs client versions. Some older versions clients have known security vulnerabilities, now you can disallow them. | |||
|
15 | - Enterprise version only: Implemented support for Azure SAML authentication | |||
14 |
|
16 | |||
15 |
|
17 | |||
16 | General |
|
18 | General | |
17 | ^^^^^^^ |
|
19 | ^^^^^^^ | |
18 |
|
20 | - Bumped version of packaging, gunicorn, orjson, zope.interface and some other requirements | ||
19 |
|
21 | - Few tweaks and changes to saml plugins to allows easier setup | ||
|
22 | - Configs: allow json log format for gunicorn | |||
|
23 | - Configs: deprecated old ssh wrapper command and make the v2 the default one | |||
|
24 | - Make sure commit-caches propagate to parent repo groups | |||
|
25 | - Configs: Moved git lfs path and path of hg large files to *.ini file | |||
20 |
|
26 | |||
21 | Security |
|
27 | Security | |
22 | ^^^^^^^^ |
|
28 | ^^^^^^^^ | |
@@ -26,14 +32,24 b' Security' | |||||
26 | Performance |
|
32 | Performance | |
27 | ^^^^^^^^^^^ |
|
33 | ^^^^^^^^^^^ | |
28 |
|
34 | |||
29 |
|
35 | - description escaper for better performance | ||
30 |
|
36 | |||
31 | Fixes |
|
37 | Fixes | |
32 | ^^^^^ |
|
38 | ^^^^^ | |
33 |
|
39 | |||
34 |
|
40 | - Email notifications not working properly | ||
|
41 | - Removed waitress as a default runner | |||
|
42 | - Fixed issue with branch permissions | |||
|
43 | - Ldap: fixed nested groups extraction logic | |||
|
44 | - Fixed possible db corruption in case of filesystem problems | |||
|
45 | - Cleanup and improvements to documentation | |||
|
46 | - Added Kubernetes deployment section to the documentation | |||
|
47 | - Added default value to celery result and broker | |||
|
48 | - Fixed broken backends function after python3 migration | |||
|
49 | - Explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required | |||
|
50 | - VCS: fixed problems with locked repos and with branch permissions reporting | |||
35 |
|
51 | |||
36 | Upgrade notes |
|
52 | Upgrade notes | |
37 | ^^^^^^^^^^^^^ |
|
53 | ^^^^^^^^^^^^^ | |
38 |
|
54 | |||
39 | - RhodeCode 5.2.0 is a next feature release version |
|
55 | - RhodeCode 5.2.0 is a planned major release featuring Azure SAML, whitelist for client versions, s3 artifacts backend and more! |
General Comments 0
You need to be logged in to leave comments.
Login now