Show More
@@ -0,0 +1,58 b'' | |||
|
1 | |RCE| 4.17.3 |RNS| | |
|
2 | ------------------ | |
|
3 | ||
|
4 | Release Date | |
|
5 | ^^^^^^^^^^^^ | |
|
6 | ||
|
7 | - 2019-07-25 | |
|
8 | ||
|
9 | ||
|
10 | New Features | |
|
11 | ^^^^^^^^^^^^ | |
|
12 | ||
|
13 | ||
|
14 | ||
|
15 | General | |
|
16 | ^^^^^^^ | |
|
17 | ||
|
18 | - RSS: use permalinks without slashes for feeds. Fixes #5557. RSS feed will now use | |
|
19 | links that won't change when a repository is renamed, and in addition they now have | |
|
20 | better compatibility with Outlook. | |
|
21 | - Pull Requests: make merge state calculation default to disabled. | |
|
22 | This causes a lot of performance problems and should default to faster way | |
|
23 | - Pull Requests: add indication of state change in list of pull-requests and actually | |
|
24 | show them in the list. Before PRs that were in states like "merging" were hidden from | |
|
25 | the PR list. Now we show them with grey-out display indicating PR is changing states. | |
|
26 | - API: extended upload api to be able to upload files with ACL checks enabled | |
|
27 | ||
|
28 | ||
|
29 | Security | |
|
30 | ^^^^^^^^ | |
|
31 | ||
|
32 | ||
|
33 | ||
|
34 | Performance | |
|
35 | ^^^^^^^^^^^ | |
|
36 | ||
|
37 | - Pull Requests: don't calculate merge state several times for repo on each pr display object state. | |
|
38 | - Logging: http logging should limit the data to some sane amount. | |
|
39 | In some cases we could log 100MBs into logs that weren't useful at all. | |
|
40 | ||
|
41 | ||
|
42 | Fixes | |
|
43 | ^^^^^ | |
|
44 | ||
|
45 | - config: fixed special character in gunicorn config that caused problems during installation. | |
|
46 | - path-filter: enable checking for files access for quick search menu in files view. | |
|
47 | - rcextensions: improved messaging on rcextensions load fail | |
|
48 | - Repository permissions: enable shortcut to set private mode in permission page. | |
|
49 | - UI: fixed style for ancestor commit. Fixes #5558 | |
|
50 | - Events: ensure stable execution of integrations (in order: global, per-group, per-repo) | |
|
51 | - Settings: custom header/footer code message correction | |
|
52 | - Artifacts: don't crash when metadata isn't complete. This can be a case for edited upload attachements | |
|
53 | ||
|
54 | ||
|
55 | Upgrade notes | |
|
56 | ^^^^^^^^^^^^^ | |
|
57 | ||
|
58 | - Scheduled release addressing problems in 4.17.X releases. |
General Comments 0
You need to be logged in to leave comments.
Login now