Show More
@@ -11,12 +11,17 b' New Features' | |||
|
11 | 11 | ^^^^^^^^^^^^ |
|
12 | 12 | |
|
13 | 13 | - Full support of Python3 and Python3.11 |
|
14 | - Git repositories with LFS object are now pushing and pulling the LFS objects when remote sync is enabled. | |
|
15 | - Archive generation: implemented a new system for caching generated archive files that allows setting cache size limit | |
|
16 | see: `archive_cache.cache_size_gb=` option. | |
|
17 | - Introduced statsd metrics in various places for new monitoring stack to provide useful details on traffic and usage. | |
|
14 | 18 | |
|
15 | 19 | |
|
16 | 20 | General |
|
17 | 21 | ^^^^^^^ |
|
18 | 22 | |
|
19 | 23 | - Upgraded all dependency libraries to their latest available versions |
|
24 | - Dropped support for deprecated hgsubversion no longer available in python3 | |
|
20 | 25 | |
|
21 | 26 | |
|
22 | 27 | Security |
@@ -27,6 +32,7 b' Security' | |||
|
27 | 32 | Performance |
|
28 | 33 | ^^^^^^^^^^^ |
|
29 | 34 | |
|
35 | - Moved lot of dulwich based code into libgit2 implementation for better performance | |
|
30 | 36 | |
|
31 | 37 | |
|
32 | 38 | Fixes |
General Comments 0
You need to be logged in to leave comments.
Login now