REST API
Bugfixes
- Made reclaim space task more tolerant in the face of artifact shared between two content units.
[3610](https://github.com/pulp/pulpcore/issues/3610)
- Fixed a bug with the replicate API not handling Upstream Pulp API over HTTPS.
[3910](https://github.com/pulp/pulpcore/issues/3910)
- Updated the downloader's fetch method to comply with Python 3.11.
[4107](https://github.com/pulp/pulpcore/issues/4107)
- Fixed a bug where repositories were getting deleted accross domains.
[4158](https://github.com/pulp/pulpcore/issues/4158)
- Taught the Artifact.json of an export to hold minimum-unique-set of Artifact entries.
In highly-duplicated-content export scenarios, this can mean a significant decrease
in export-size, and significant improvement in import-performance.
[4159](https://github.com/pulp/pulpcore/issues/4159)
- Fixed bug where the Task Group for replication would be marked as fully dispatched after just one
replicator.
[4175](https://github.com/pulp/pulpcore/issues/4175)
Misc
- [3923](https://github.com/pulp/pulpcore/issues/3923)
Plugin API
No significant changes.