##// END OF EJS Templates
docs: added 4.24.0 release
milka -
r4620:c879f64f default
parent child Browse files
Show More
@@ -0,0 +1,54 b''
1 |RCE| 4.23.0 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2021-01-10
8
9
10 New Features
11 ^^^^^^^^^^^^
12
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.
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.
17 - Pull requests: expose commit versions in the pull-request commit list.
18
19 General
20 ^^^^^^^
21
22 - Deps: bumped redis to 3.5.3
23 - rcextensions: improve examples
24 - Setup: added optional parameters to apply a default license, or skip re-creation of database at install.
25 - Docs: update headers for NGINX
26 - Beaker cache: remove no longer used beaker cache init
27
28
29 Security
30 ^^^^^^^^
31
32
33
34 Performance
35 ^^^^^^^^^^^
36
37 - Core: speed up cache loading on application startup.
38 - 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.
40
41
42 Fixes
43 ^^^^^
44
45 - Svn: don't print exceptions in case of safe calls
46 - 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.
48 - Exceptions: fixed truncated exception text
49
50
51 Upgrade notes
52 ^^^^^^^^^^^^^
53
54 - Scheduled release 4.24.0
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.24.0.rst
12 release-notes-4.23.2.rst
13 release-notes-4.23.2.rst
13 release-notes-4.23.1.rst
14 release-notes-4.23.1.rst
14 release-notes-4.23.0.rst
15 release-notes-4.23.0.rst
General Comments 0
You need to be logged in to leave comments. Login now