##// END OF EJS Templates
chore: fixed release notes for 5.2.0
andverb -
r5545:1574792e default
parent child Browse files
Show More
@@ -1,55 +1,55 b''
1 1 |RCE| 5.2.0 |RNS|
2 2 -----------------
3 3
4 4 Release Date
5 5 ^^^^^^^^^^^^
6 6
7 7 - 2024-10-09
8 8
9 9
10 10 New Features
11 11 ^^^^^^^^^^^^
12 12
13 13 - New artifact storage engines allowing an s3 based uploads
14 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 15 - Enterprise version only: Implemented support for Azure SAML authentication
16 16
17 17
18 18 General
19 19 ^^^^^^^
20 20 - Bumped version of packaging, gunicorn, orjson, zope.interface and some other requirements
21 21 - Few tweaks and changes to saml plugins to allows easier setup
22 22 - Configs: allow json log format for gunicorn
23 23 - Configs: deprecated old ssh wrapper command and make the v2 the default one
24 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
25 - Configs: Moved git lfs path and path of hg large files to ini file
26 26
27 27 Security
28 28 ^^^^^^^^
29 29
30 30
31 31
32 32 Performance
33 33 ^^^^^^^^^^^
34 34
35 35 - description escaper for better performance
36 36
37 37 Fixes
38 38 ^^^^^
39 39
40 40 - Email notifications not working properly
41 41 - Removed waitress as a default runner
42 42 - Fixed issue with branch permissions
43 43 - Ldap: fixed nested groups extraction logic
44 44 - Fixed possible db corruption in case of filesystem problems
45 45 - Cleanup and improvements to documentation
46 46 - Added Kubernetes deployment section to the documentation
47 47 - Added default value to celery result and broker
48 48 - Fixed broken backends function after python3 migration
49 49 - Explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required
50 50 - VCS: fixed problems with locked repos and with branch permissions reporting
51 51
52 52 Upgrade notes
53 53 ^^^^^^^^^^^^^
54 54
55 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