github pulp/pulpcore 3.105.6

latest releases: 3.49.60, 3.63.37, 3.73.33...
5 hours ago

3.105.6 (2026-05-05)

Note

Official changes are available on Pulp docs

REST API

Bugfixes

  • Set default --max-requests 10000 and --max-requests-jitter 500 for API workers
    to prevent unbounded RSS growth from glibc heap fragmentation over long-lived worker processes.
    #7482

  • Added option to pulpcore-content and pulpcore-api to configure the gunicorn control socket path.
    The default path could cause permission errors on certain deployments setups.

    This feature was added in gunicorn>=25.1 and is ignored for lower version.
    #7574

  • Fixed TypeError: 'str' object has no attribute 'tolower' in _ensure_bool during incremental content exports. Changed .tolower() to .lower().
    #7678

Plugin API

No significant changes.

Pulp File

No significant changes.

Pulp Cert Guard

No significant changes.


Don't miss a new pulpcore release

NewReleases is sending notifications on new releases.