##// END OF EJS Templates
docs: fix 4.24.0 release
milka -
r4626:48f7fb52 stable
parent child Browse files
Show More
@@ -1,54 +1,56 b''
1 |RCE| 4.23.0 |RNS|
1 |RCE| 4.24.0 |RNS|
2 ------------------
2 ------------------
3
3
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - 2021-01-10
7 - 2021-01-10
8
8
9
9
10 New Features
10 New Features
11 ^^^^^^^^^^^^
11 ^^^^^^^^^^^^
12
12
13 - Artifacts: expose additional headers, and content-disposition for downloads from artifacts exposing the real name of the file.
13 - Artifacts: expose additional headers, and content-disposition for downloads from artifacts exposing the real name of the file.
14 - Token access: allow token in headers not only in GET/URL.
14 - Token access: allow token in headers not only in GET/URL.
15 - File-store: added a stream upload endpoint, it allows to upload GBs of data into artifact store efficiently.
15 - File-store: added a stream upload endpoint, it allows to upload GBs of data into artifact store efficiently.
16 Can be used for backups etc.
16 Can be used for backups etc.
17 - Pull requests: expose commit versions in the pull-request commit list.
17 - Pull requests: expose commit versions in the pull-request commit list.
18
18
19
19 General
20 General
20 ^^^^^^^
21 ^^^^^^^
21
22
22 - Deps: bumped redis to 3.5.3
23 - Deps: bumped redis to 3.5.3
23 - rcextensions: improve examples
24 - Rcextensions: improve examples for some usage.
24 - Setup: added optional parameters to apply a default license, or skip re-creation of database at install.
25 - Setup: added optional parameters to apply a default license, or skip re-creation of database at install.
25 - Docs: update headers for NGINX
26 - Docs: update headers for NGINX
26 - Beaker cache: remove no longer used beaker cache init
27 - Beaker cache: remove no longer used beaker cache init
28 - Installation: the installer no longer requires gzip and bzip packages, and works on python 2 and 3
27
29
28
30
29 Security
31 Security
30 ^^^^^^^^
32 ^^^^^^^^
31
33
32
34
33
35
34 Performance
36 Performance
35 ^^^^^^^^^^^
37 ^^^^^^^^^^^
36
38
37 - Core: speed up cache loading on application startup.
39 - Core: speed up cache loading on application startup.
38 - Core: allow loading all auth plugins in once place for CE/EE code.
40 - Core: allow loading all auth plugins in once place for CE/EE code.
39 - Application: not use config.scan(), and replace all @add_view decorator into a explicit add_view call for faster app start.
41 - Application: not use config.scan(), and replace all @add_view decorator into a explicit add_view call for faster app start.
40
42
41
43
42 Fixes
44 Fixes
43 ^^^^^
45 ^^^^^
44
46
45 - Svn: don't print exceptions in case of safe calls
47 - Svn: don't print exceptions in case of safe calls
46 - Vcsserver: use safer maxfd reporting, some linux systems get a problem with this
48 - Vcsserver: use safer maxfd reporting, some linux systems get a problem with this
47 - Hooks-daemon: fixed problem with lost hooks value from .ini file.
49 - Hooks-daemon: fixed problem with lost hooks value from .ini file.
48 - Exceptions: fixed truncated exception text
50 - Exceptions: fixed truncated exception text
49
51
50
52
51 Upgrade notes
53 Upgrade notes
52 ^^^^^^^^^^^^^
54 ^^^^^^^^^^^^^
53
55
54 - Scheduled release 4.24.0
56 - Scheduled release 4.24.0
General Comments 0
You need to be logged in to leave comments. Login now