- Resolved a memory leak that could occur while making large repeated queries against the API service. [2250](https://github.com/pulp/pulpcore/issues/2250) - Taught repair task to be tolerant in the face of any artifact download failure. [4111](https://github.com/pulp/pulpcore/issues/4111)
Plugin API
No significant changes.
3.23.9
Not secure
REST API
Bugfixes
- Fixed duplicate OpenAPI operation ids when using domains. [3977](https://github.com/pulp/pulpcore/issues/3977)
Plugin API
No significant changes.
3.23.8
Not secure
REST API
Bugfixes
- Fix api schema of the upstream_pulp_replicate operation requiring no body. [3995](https://github.com/pulp/pulpcore/issues/3995)
Plugin API
No significant changes.
3.23.7
Not secure
REST API
Bugfixes
- Exports now use gzip compression level 1 rather than compression level 9. Exported archives will now be slightly larger, but exports should be much faster. This is considered to be a more optimal balance of space/time for the export operation. [3869](https://github.com/pulp/pulpcore/issues/3869)
Plugin API
No significant changes.
3.23.6
Not secure
REST API
Bugfixes
- Taught repair task to remove unrepairable corrupted files. [1947](https://github.com/pulp/pulpcore/issues/1947) - Taught repair task to continue when encountering a 404 during the repair process. [3611](https://github.com/pulp/pulpcore/issues/3611)
Plugin API
No significant changes.
3.23.5
Not secure
REST API
Bugfixes
- Serialized global reclaim space, global repair artifacts tasks with respect to each other to prevent them from failing. [3786](https://github.com/pulp/pulpcore/issues/3786)