From 82febbf37f7b56a3ff680af0e4112d89990dc808 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 10 Nov 2023 03:09:32 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 45767bcad..b0ce0c4cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,40 @@ Changelog .. towncrier release notes start +3.1.0 (2023-11-09) +================== + +Features +-------- + +- Add support for handling source packages. + `#409 `_ +- Added an option to publish `by-hash/` files to mitigate the Hash Sum Mismatch error in debian repos as specified here: https://wiki.debian.org/DebianRepository/Format#indices_acquisition_via_hashsums_.28by-hash.29. + Use the APT_BY_HASH setting to enable this feature. + `#795 `_ +- Fixed the ``create_repositories=True`` parameter for importing content. + `#872 `_ +- Add additional package name filters such as ``name__contains`` and ``name__startswith``. + Check the REST docs for a complete list. + `#909 `_ +- Added extra filters linking SourcePackages to Releases and ReleaseComponents. + `#926 `_ +- Made the plugin compatible with pulpcore 3.40.1+. + `#928 `_ + + +Bugfixes +-------- + +- Improved the performance of structured ``/pulp/api/v3/deb/copy/`` actions. + `#870 `_ +- Optimize mode can now take effect, when switching from mirrored to not mirrored mode between syncs. + `#903 `_ + + +---- + + 3.0.0 (2023-09-05) ==================