- Stopped deleting content and artifacts presumably created by later failed or canceled tasks. Deleting these lies solely in the responsibility of orphan cleanup. [5363](https://github.com/pulp/pulpcore/issues/5363)
- Fixed a warning that gets raised when cache is enabled: `RuntimeWarning: coroutine 'AsyncCache.delete' was never awaited`. [4967](https://github.com/pulp/pulpcore/issues/4967)
Plugin API
No significant changes.
---
3.21.25
Not secure
REST API
No significant changes.
Plugin API
No significant changes.
---
3.21.24
Not secure
REST API
Bugfixes
- Removed a workaround to force close all tcp connections in sync leading to an exhaustion of port numbers and their reuse while in time_wait state. [4452](https://github.com/pulp/pulpcore/issues/4452)