Show More
@@ -1,54 +1,56 b'' | |||
|
1 |
|RCE| 4.2 |
|
|
1 | |RCE| 4.24.0 |RNS| | |
|
2 | 2 | ------------------ |
|
3 | 3 | |
|
4 | 4 | Release Date |
|
5 | 5 | ^^^^^^^^^^^^ |
|
6 | 6 | |
|
7 | 7 | - 2021-01-10 |
|
8 | 8 | |
|
9 | 9 | |
|
10 | 10 | New Features |
|
11 | 11 | ^^^^^^^^^^^^ |
|
12 | 12 | |
|
13 | 13 | - Artifacts: expose additional headers, and content-disposition for downloads from artifacts exposing the real name of the file. |
|
14 | 14 | - Token access: allow token in headers not only in GET/URL. |
|
15 | 15 | - File-store: added a stream upload endpoint, it allows to upload GBs of data into artifact store efficiently. |
|
16 | 16 | Can be used for backups etc. |
|
17 | 17 | - Pull requests: expose commit versions in the pull-request commit list. |
|
18 | 18 | |
|
19 | ||
|
19 | 20 | General |
|
20 | 21 | ^^^^^^^ |
|
21 | 22 | |
|
22 | 23 | - Deps: bumped redis to 3.5.3 |
|
23 |
- |
|
|
24 | - Rcextensions: improve examples for some usage. | |
|
24 | 25 | - Setup: added optional parameters to apply a default license, or skip re-creation of database at install. |
|
25 | 26 | - Docs: update headers for NGINX |
|
26 | 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 | 31 | Security |
|
30 | 32 | ^^^^^^^^ |
|
31 | 33 | |
|
32 | 34 | |
|
33 | 35 | |
|
34 | 36 | Performance |
|
35 | 37 | ^^^^^^^^^^^ |
|
36 | 38 | |
|
37 | 39 | - Core: speed up cache loading on application startup. |
|
38 | 40 | - Core: allow loading all auth plugins in once place for CE/EE code. |
|
39 | 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 | 44 | Fixes |
|
43 | 45 | ^^^^^ |
|
44 | 46 | |
|
45 | 47 | - Svn: don't print exceptions in case of safe calls |
|
46 | 48 | - Vcsserver: use safer maxfd reporting, some linux systems get a problem with this |
|
47 | 49 | - Hooks-daemon: fixed problem with lost hooks value from .ini file. |
|
48 | 50 | - Exceptions: fixed truncated exception text |
|
49 | 51 | |
|
50 | 52 | |
|
51 | 53 | Upgrade notes |
|
52 | 54 | ^^^^^^^^^^^^^ |
|
53 | 55 | |
|
54 | 56 | - Scheduled release 4.24.0 |
General Comments 0
You need to be logged in to leave comments.
Login now