Skip to content

Changelog

0.10.1 (2026-08-25)

No significant changes.


0.10.0 (2026-08-11)

Features

  • Added Role-Based Access Control (RBAC) to all npm viewsets and the npm publish API. Users can now be assigned creator, owner, or viewer roles on repositories, remotes, and distributions. The npm publish endpoint requires modify_npmrepository permission on the backing repository. #387

0.9.0 (2026-07-23)

Features

  • Add more Pulp Exceptions.

0.8.0 (2026-05-12)

Bugfixes

  • Fixed sync failure for dependencies using ~ or || ranges. #331

0.7.2 (2026-05-12)

No significant changes.


0.7.1 (2026-04-14)

Bugfixes

  • Fixed sync failure for dependencies using ~ or || ranges. #331

0.7.0 (2026-03-10)

No significant changes.


0.6.0 (2026-02-26)

No significant changes.


0.5.0 (2026-01-12)

Features

  • Bump pulpcore upperbound to <3.115.
  • Taught synchronize task to return full serialized object of their action.

Bugfixes

  • Addressed the deprecation warning of non-serializable task results. #354

0.4.0 (2025-08-14)

Bugfixes

  • Fixes the name of the package when downloaded using pull-through cache. #315

Deprecations and Removals

  • This release drops support for Python<3.11.

Misc


0.3.3 (2025-04-14)

Bugfixes

  • Fixes the name of the package when downloaded using pull-through cache. #315

0.3.2 (2025-03-28)

Misc


0.3.1 (2025-03-27)

No significant changes.


0.3.0 (2025-03-21)

Features

  • Enabled adding pulp-through content to a associated repository. #299

Improved Documentation

  • Fixes the domain usage examples in the docs. #298

0.2.0 (2025-02-20)

Features

  • Added pull-through cache feature. #278

Misc


Bugfixes

  • Remove scheme from apache snippet #8574
  • Adjusted the use of dispatch for pulpcore>=3.15. Also bumped the dependency. #9533

0.1.0 (2025-02-14)

Features

  • Bumped pulpcore compatibility to >=3.25.0,<3.40. #229
  • Added Domains compatibility. #273

Bugfixes

  • Fixes a sync operation demanding the remote URL when the repository already have one. #275
  • Fixes the missing REMOTE_TYPES property of the NpmRepository class. #276

Misc


0.1.0a4 (2022-06-27)

Bugfixes

  • Remove scheme from apache snippet #8574
  • Adjusted the use of dispatch for pulpcore>=3.15. Also bumped the dependency. #9533

0.1.0a3 (2021-03-17)

No significant changes.


0.1.0a2 (2020-11-25)

No significant changes.


0.1.0a1 (2020-11-18)

Features

  • Download a package with its dependencies #6004