Features
- Python package content can now be filtered by their sha256
[404](https://github.com/pulp/pulp_python/issues/404)
- Added new setting `PYPI_API_HOSTNAME` that is used to form a distribution's `base_url`. Defaults to the machine's FQDN.
[412](https://github.com/pulp/pulp_python/issues/412)
- Enabled reclaim disk feature provided by pulpcore 3.15+.
[425](https://github.com/pulp/pulp_python/issues/425)
Bugfixes
- Fixed twine upload failing when using remote storage backends
[400](https://github.com/pulp/pulp_python/issues/400)
- Fixed improper metadata serving when using publications with S3 storage
[413](https://github.com/pulp/pulp_python/issues/413)
Deprecations and Removals
- Dropped support for Python < 3.8.
[402](https://github.com/pulp/pulp_python/issues/402)
Misc
- [408](https://github.com/pulp/pulp_python/issues/408), [#427](https://github.com/pulp/pulp_python/issues/427)
---