##// END OF EJS Templates
docs: added release notes 4.27
super-admin -
r4767:dfbb5149 default
parent child Browse files
Show More
@@ -0,0 +1,57 b''
1 |RCE| 4.27.0 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2022-09-01
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14 - Git: allow overriding default master branch with an env variable.
15 - VCS settings: when setting landing ref from UI switch default GIT branch too.
16 This allows having non-default branches set as default.
17 - Users: enable full edit mode for super admins.
18 Super-Admins now are allowed to edit even LDAP/OAuth user attributes.
19 We'll enable the users to change their names via external auth for rename cases.
20
21
22 General
23 ^^^^^^^
24
25 - Commits/summary: unify fetching remote attribute in summary and commits page to properly and in the same way show the data.
26 - Caches: updated logging and some timings
27 - Caches: allow regional per repo caches, and invalidate caches via a remote call.
28 - Caches: invalidate cache on remote side from repo settings alongside local cache.
29 - Git: allow setting symbolic ref for repos without master branch.
30 - Sys-info: added helpers for faster loading of sys-info data
31
32
33 Security
34 ^^^^^^^^
35
36 - Healthcheck: Added authentication because we expose DB information
37 - Security: fixed self-xss on archive download page.
38
39
40 Performance
41 ^^^^^^^^^^^
42
43
44
45 Fixes
46 ^^^^^
47
48 - Drafts: show TODO drafts properly in edge cases.
49 - Files: fixed unicode problems in specially encoded paths handler.
50 - Caches: fixed issue with exception on handling non-ascii cache keys.
51 - Git: handle archive generation crash case when submodules are present.
52
53
54 Upgrade notes
55 ^^^^^^^^^^^^^
56
57 - Scheduled release 4.27.0.
@@ -9,6 +9,7 b' Release Notes'
9 9 .. toctree::
10 10 :maxdepth: 1
11 11
12 release-notes-4.27.0.rst
12 13 release-notes-4.26.0.rst
13 14 release-notes-4.25.2.rst
14 15 release-notes-4.25.1.rst
General Comments 0
You need to be logged in to leave comments. Login now