##// END OF EJS Templates
docs: added missing reference for the bookmarks feature
marcink -
r3502:2d93f8fd stable
parent child Browse files
Show More
@@ -1,148 +1,150 b''
1 1 |RCE| 4.16.0 |RNS|
2 2 ------------------
3 3
4 4 Release Date
5 5 ^^^^^^^^^^^^
6 6
7 7 - 2019-02-15
8 8
9 9
10 10 New Features
11 11 ^^^^^^^^^^^^
12 12
13 13
14 14 - Full-text search: added support for ElasticSearch 6.X (ES6)
15 15 - Full-text search: Expose a quick way to search within repository groups using ES6.
16 16 - Full-text search: Add quick links to broaden/narrow search scope to repositories or
17 17 repository groups from global search.
18 18 - Full-text search: ES6 backend adds new highlighter, and search markers for better UX when searching.
19 19 - Full-text search: ES6 backend has enabled advanced `query string syntax`
20 20 adding more search and filtering capabilities.
21 21 - Full-text search: ES6 engine will now show added information where available such as line numbers file size.
22 22 - Files: added option to use highlight marker to show keywords inside file source. This
23 23 is used now for ES6 backend extended highlighting capabilities
24 24 - Artifacts (beta): EE edition exposes new feature called storage_api this allows storing
25 25 binary files outside of Version Control System, but in the scope of a repository or group.
26 26 This will soon become an Artifacts functionality available in EE edition.
27 - User bookmarks: added customizable Bookmark links for logged in users. RhodeCode users can now optionally
28 set upto 10 favorites links to repositories, repository groups, CI linkes, or any other generic links.
27 29 - Authentication: introduced `User restriction` and `Scope restriction` for RhodeCode authentication plugins.
28 30 Admins can limit usage of RhodeCode plugins to super-admins user types, and usage in Web, or VCS protocol only.
29 31 This is mostly to help to migrate users to SAML, keeping the super-admins to manage instances via local-logins,
30 32 and secondly to force usage of AuthenticationTokens instead of re-using same credentials for
31 33 WEB and VCS authentication.
32 34 - API: added basic upload API for the storage_api. It's possible to store files using internal
33 35 API. This is a start for attachments upload in RhodeCode.
34 36 - API: added store_exception_api for remote exception storage. This is used by a new
35 37 indexer that will report any problems back into the RhodeCode instance in case of indexing problems.
36 38 - API: added function to fetch comments for a repository.
37 39 - Quick search: improve the styling of search input and results.
38 40 - Pull requests: allowed to select all forks and parent forks of target repository in creation UI.
39 41 This is a common workflow supported by GitHub etc.
40 42
41 43
42 44 General
43 45 ^^^^^^^
44 46
45 47 - Users/Repositories/Repository groups: expose IDs of those objects in advanced views.
46 48 Useful for API calls or usage in ishell.
47 49 - UI: moved repo group select next to the name as it's very relevant to each other.
48 50 - Pull requests: increase the stability of concurrent pull requests created.
49 51 - Pull requests: introduced operation state for pull requests to prevent from
50 52 locks during merge/update operations in concurrent busy environments.
51 53 - Pull requests: ensure that merge response provide more details about failed operations.
52 54 - UI / Files: expose downloads options onto files view similar as in summary page.
53 55 - Repositories: show hooks version and update link in the advanced section of repository page.
54 56 - Events: trigger 'review_status_change' in all cases when reviewers are changed
55 57 influencing review status.
56 58 - Files: display submodules in a sorted way, equal to how Directories are sorted.
57 59 - API: fetching all pull-requests now sorts the results and exposed a flag to show/hide
58 60 the merge result state for faster result fetching.
59 61 - API: merge_pull_request expose detailed merge message in the merge operation
60 62 next to numeric merge response code.
61 63 - API: added possibility to specify owner to create_pull_request API.
62 64 - SSH: Added ability to disable server-side SSH key generation to enforce users
63 65 generated SSH keys only outside of the server.
64 66 - Integrations: allow PUT method for WebHook integration.
65 67 - Dependencies: bumped git to 2.19.2 release.
66 68 - Dependencies: dropped pygments-markdown-lexer as it's natively supported by pygments now.
67 69 - Dependencies: bumped pyramid to 1.10.1
68 70 - Dependencies: bumped pastedeploy to 2.0.1
69 71 - Dependencies: bumped pastescript to 3.0.0
70 72 - Dependencies: bumped pathlib2 to 2.3.3
71 73 - Dependencies: bumped webob to 1.8.4
72 74 - Dependencies: bumped iso8601 to 0.1.12
73 75 - Dependencies: bumped more-itertools to 5.0.0
74 76 - Dependencies: bumped psutil to 5.4.8
75 77 - Dependencies: bumped pyasn1 to 0.4.5
76 78 - Dependencies: bumped pygments to 2.3.1
77 79 - Dependencies: bumped pyramid-debugtoolbar to 4.5.0
78 80 - Dependencies: bumped subprocess32 to 3.5.3
79 81 - Dependencies: bumped supervisor to 3.3.5
80 82 - Dependencies: bumped dogpile.cache to 0.7.1
81 83 - Dependencies: bumped simplejson to 3.16.0
82 84 - Dependencies: bumped gevent to 1.4.0
83 85 - Dependencies: bumped configparser to 3.5.1
84 86
85 87
86 88 Security
87 89 ^^^^^^^^
88 90
89 91 - Fork page: don't expose fork origin link if we don't have permission to access this repository.
90 92 Additionally don't pre-select such repository in pull request ref selector.
91 93 - Security: fix possible XSS in the issue tracker URL.
92 94 - Security: sanitize plaintext renderer with bleach, preventing XSS in rendered html.
93 95 - Audit logs: added audit logs for API permission calls.
94 96
95 97
96 98 Performance
97 99 ^^^^^^^^^^^
98 100
99 101 - Summary page: don't load repo size when showing expanded information about repository.
100 102 Size calculation needs to be triggered manually.
101 103 - Git: use rev-list for fetching last commit data in case of single commit history.
102 104 In some cases, it is much faster than previously used git log command.
103 105
104 106
105 107 Fixes
106 108 ^^^^^
107 109
108 110 - Installer: fixed 32bit package builds broken in previous releases.
109 111 - Git: use iterative fetch to prevent errors about too many arguments on
110 112 synchronizing very large repositories.
111 113 - Git: pass in the SSL dir that is exposed from wire for remote GIT commands.
112 114 - LDAP+Groups: improve logging, and fix the case when extracting group name from LDAP
113 115 returned nothing. We should warn about that, but not FAIL on login.
114 116 - Default reviewers: fixed submodule support in picking reviewers from annotation for files.
115 117 - Hooks: handle non-ascii characters in hooks new pull-requests open template.
116 118 - Diffs: fixed missing limited diff container display on over-size limit diffs.
117 119 - Diffs: fixed 500 error in case of some very uncommon diffs containing only Unicode characters.
118 120 - Repositories: handle VCS backend unavailable correctly in advanced settings for the repository.
119 121 - Remap & rescan: prevent empty/damaged repositories to break the remap operation.
120 122 - Visual: fixed show revision/commit length settings.
121 123 - Mercurial submodules: only show submodule in the path that it belongs too.
122 124 Before even submodules from root node were shown in subdirectories.
123 125 - UI/Files: fixed icons in file tree search.
124 126 - WebHook integration: quote URL variables to prevent URL errors with special chars
125 127 like # in the title.
126 128 - API: pull-requests, fixed invocation of merge as another user.
127 129 - VCS: limit fd leaks on subprocessio calls.
128 130 - VCS: expose SSL certificate path over the wire to the vcsserver, this solves some
129 131 remote SSL import problems reported.
130 132
131 133
132 134 Upgrade notes
133 135 ^^^^^^^^^^^^^
134 136
135 137 This release brings the new Full-text search capabilities using ElasticSearch 6.
136 138 If you use Elastic Search backend a backward compatibility mode is enabled and
137 139 ElasticSearch backend defaults to previously used ElasticSearch 2.
138 140
139 141 To use new features a full index rebuild is required, in addition ```--es-version=6``` flag
140 142 needs to be used with indexer and ```search.es_version = 6``` should be set in rhodecode.ini
141 143
142 144 Additionally new mapping format is available for the indexer that has additional capabilities
143 145 for include/exclude rules. Old format should work as well, but we encourage to
144 146 generate a new mapping.ini file using rhodecode-index command, and migrate your repositories
145 147 to the new format.
146 148
147 149 Please refer to the :ref:`indexing-ref` documentation for more details.
148 150
General Comments 0
You need to be logged in to leave comments. Login now