Show More
@@ -1,47 +1,49 | |||||
1 | |RCE| 5.4.0 |RNS| |
|
1 | |RCE| 5.4.0 |RNS| | |
2 | ----------------- |
|
2 | ----------------- | |
3 |
|
3 | |||
4 | Release Date |
|
4 | Release Date | |
5 | ^^^^^^^^^^^^ |
|
5 | ^^^^^^^^^^^^ | |
6 |
|
6 | |||
7 |
|
7 | |||
8 |
|
8 | |||
9 |
|
9 | |||
10 | New Features |
|
10 | New Features | |
11 | ^^^^^^^^^^^^ |
|
11 | ^^^^^^^^^^^^ | |
12 |
|
12 | |||
13 | - RhodeCode and VcsServer operate now on bytestrings instead of strings for diffs and files. This allows a mixed or non-utf8 |
|
13 | - RhodeCode and VcsServer operate now on bytestrings instead of strings for diffs and files. This allows a mixed or non-utf8 | |
14 | encoded files to be used. |
|
14 | encoded files to be used. | |
15 | - Remap and rescan: added more resilient remap and removal option, and also split the logic to either add or cleanup. |
|
15 | - Remap and rescan: added more resilient remap and removal option, and also split the logic to either add or cleanup. | |
|
16 | - Automatic merge of approved pull requests (available only for enterprise edition). | |||
|
17 | - Basic implementation of security scan (secrets, keys, passwords, etc) for repositories (available only for enterprise edition). | |||
16 |
|
18 | |||
17 | General |
|
19 | General | |
18 | ^^^^^^^ |
|
20 | ^^^^^^^ | |
19 |
|
21 | |||
20 | - Ported build system to use pyproject.toml. |
|
22 | - Ported build system to use pyproject.toml. | |
21 | - Bumped version of mercurial and hg-evolve. |
|
23 | - Bumped version of mercurial and hg-evolve. | |
22 |
|
24 | |||
23 |
|
25 | |||
24 | Security |
|
26 | Security | |
25 | ^^^^^^^^ |
|
27 | ^^^^^^^^ | |
26 |
|
28 | |||
27 | - Multiple library bumps to fix security issues found in those python packages. |
|
29 | - Multiple library bumps to fix security issues found in those python packages. | |
28 |
|
30 | |||
29 |
|
31 | |||
30 | Performance |
|
32 | Performance | |
31 | ^^^^^^^^^^^ |
|
33 | ^^^^^^^^^^^ | |
32 |
|
34 | |||
33 | - SVN: added same caches for stored file nodes as git and mercurial have for improved performance. |
|
35 | - SVN: added same caches for stored file nodes as git and mercurial have for improved performance. | |
34 | - GIT: moved certain operations into vcsserver |
|
36 | - GIT: moved certain operations into vcsserver | |
35 |
|
37 | |||
36 | Fixes |
|
38 | Fixes | |
37 | ^^^^^ |
|
39 | ^^^^^ | |
38 |
|
40 | |||
39 | - Fixed UI visualization issues with long commit messages |
|
41 | - Fixed UI visualization issues with long commit messages | |
40 | - Fixed masking for some fields in admin settings |
|
42 | - Fixed masking for some fields in admin settings | |
41 | - Fixed issues with caches calculations when passed search fields were empty |
|
43 | - Fixed issues with caches calculations when passed search fields were empty | |
42 | - Fixed observer's ability to change a PR status |
|
44 | - Fixed observer's ability to change a PR status | |
43 |
|
45 | |||
44 | Upgrade notes |
|
46 | Upgrade notes | |
45 | ^^^^^^^^^^^^^ |
|
47 | ^^^^^^^^^^^^^ | |
46 |
|
48 | |||
47 |
|
49 |
General Comments 0
You need to be logged in to leave comments.
Login now