Show More
@@ -16,13 +16,16 b' New Features' | |||
|
16 | 16 | - Email based log-in. RhodeCode now allows to log-in using email as well as username for main authentication type. |
|
17 | 17 | - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui. |
|
18 | 18 | - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects. |
|
19 | - Added ability to remove or close branches from the web ui | |
|
20 | - Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store. | |
|
21 | ||
|
19 | 22 | |
|
20 | 23 | General |
|
21 | 24 | ^^^^^^^ |
|
22 | 25 | |
|
23 | 26 | - Upgraded all dependency libraries to their latest available versions |
|
24 | 27 | - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments. |
|
25 | ||
|
28 | - Bumped mercurial to 6.7.4 | |
|
26 | 29 | |
|
27 | 30 | Security |
|
28 | 31 | ^^^^^^^^ |
@@ -34,6 +37,7 b' Performance' | |||
|
34 | 37 | |
|
35 | 38 | - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh. |
|
36 | 39 | enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2` |
|
40 | - Introduced a new hooks subsystem that is more scalable and faster, enable it by settings: `vcs.hooks.protocol = celery` | |
|
37 | 41 | |
|
38 | 42 | |
|
39 | 43 | Fixes |
General Comments 0
You need to be logged in to leave comments.
Login now