Show More
@@ -0,0 +1,60 b'' | |||
|
1 | |RCE| 4.18.1 |RNS| | |
|
2 | ------------------ | |
|
3 | ||
|
4 | Release Date | |
|
5 | ^^^^^^^^^^^^ | |
|
6 | ||
|
7 | - 2020-01-20 | |
|
8 | ||
|
9 | ||
|
10 | New Features | |
|
11 | ^^^^^^^^^^^^ | |
|
12 | ||
|
13 | ||
|
14 | ||
|
15 | General | |
|
16 | ^^^^^^^ | |
|
17 | ||
|
18 | - API: invalidate license cache on set_license_key call. | |
|
19 | - API: add send_email flag for comments api to allow commenting without email notification. | |
|
20 | - API: added pull requests versions into returned API data. | |
|
21 | - Dashboard: fixed jumping of text in grid loading by new loading indicator. | |
|
22 | - Installation: add few extra defaults that makes RhodeCode nicer out of the box. | |
|
23 | - Pull Requests: small code cleanup to define other type of merge username. | |
|
24 | RC_MERGE_USER_NAME_ATTR env variable defines what should be used from user as merge username. | |
|
25 | - Gists: cleanup UI and make the gist access id use monospace according to the new UI. | |
|
26 | ||
|
27 | ||
|
28 | Security | |
|
29 | ^^^^^^^^ | |
|
30 | ||
|
31 | - Repository permission: properly flush permission caches on set private mode of repository. | |
|
32 | Otherwise we get cached values still in place until it expires. | |
|
33 | - Repository permission: add set/un-set of private repository from permissions page. | |
|
34 | - Permissions: flush all user permissions in case of default user permission changes. | |
|
35 | ||
|
36 | ||
|
37 | Performance | |
|
38 | ^^^^^^^^^^^ | |
|
39 | ||
|
40 | - Caches: used more efficient way of fetching all users for permissions invalidation. | |
|
41 | - Issue trackers: optimized performance of fetching issue tracker patterns. | |
|
42 | ||
|
43 | ||
|
44 | Fixes | |
|
45 | ^^^^^ | |
|
46 | ||
|
47 | - SSH: fixed SSH problems with EE edition. | |
|
48 | - Branch permissions: remove emtpy tooltips on branch permission entries. | |
|
49 | - Core: fixed cython compat inspect that caused some API calls to not work correctly in EE release. | |
|
50 | - Audit logger: use copy of params we later modify to prevent from modification by the store | |
|
51 | function of parameters that we only use for reading. | |
|
52 | - Users: fixed wrong mention of readme in user description help block. | |
|
53 | - Issue trackers: fixed wrong examples in patterns. | |
|
54 | - Issue trackers: fixed missing option to get back to inherited settings. | |
|
55 | ||
|
56 | ||
|
57 | Upgrade notes | |
|
58 | ^^^^^^^^^^^^^ | |
|
59 | ||
|
60 | - Scheduled release addressing problems in 4.18.X releases. |
General Comments 0
You need to be logged in to leave comments.
Login now