REST API
Bugfixes
- Restore multiple-retry logic for PulpImport.
[2854](https://github.com/pulp/pulpcore/issues/2854)
- Improve content app performance on head requests
[2924](https://github.com/pulp/pulpcore/issues/2924)
- Use published relative paths for FS Exporter.
[2933](https://github.com/pulp/pulpcore/issues/2933)
- Configured aiohttp to avoid rewriting redirect URLs, as some web servers (e.g. Amazon CloudFront) can be tempermental about the encoding of the URL.
[2964](https://github.com/pulp/pulpcore/issues/2964)
Improved Documentation
- Removed some out of date references to Redmine (the previous issue tracker). We use Github Issues
now.
[2642](https://github.com/pulp/pulpcore/issues/2642)
- Fixed `extlinks` use in docs to be Sphinx==5.0.0 compatible.
[2782](https://github.com/pulp/pulpcore/issues/2782)
Plugin API
No significant changes.