# HG changeset patch # User RhodeCode Admin # Date 2024-02-26 13:05:20 # Node ID 0e08b68974da39e87dae5b9b81300e86438653f1 # Parent 206a16d764c65f67c2d60c6ad379a08c06294374 docs: updated release notes for 5.0.0 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