diff --git a/docs/release-notes/release-notes-5.0.0.rst b/docs/release-notes/release-notes-5.0.0.rst --- a/docs/release-notes/release-notes-5.0.0.rst +++ b/docs/release-notes/release-notes-5.0.0.rst @@ -11,12 +11,17 @@ New Features ^^^^^^^^^^^^ - Full support of Python3 and Python3.11 +- Git repositories with LFS object are now pushing and pulling the LFS objects when remote sync is enabled. +- Archive generation: implemented a new system for caching generated archive files that allows setting cache size limit + see: `archive_cache.cache_size_gb=` option. +- Introduced statsd metrics in various places for new monitoring stack to provide useful details on traffic and usage. General ^^^^^^^ - Upgraded all dependency libraries to their latest available versions +- Dropped support for deprecated hgsubversion no longer available in python3 Security @@ -27,6 +32,7 @@ Security Performance ^^^^^^^^^^^ +- Moved lot of dulwich based code into libgit2 implementation for better performance Fixes