0.28.7 (2026-04-28)
Note
Official changes are available on Pulp docs
Bugfixes
- Fixed
AnsibleDistributionSerializerto properly inherit correct fields from pulpcore.
#2320 - Reduced memory usage when deleting collections with many versions by using targeted QuerySet field selection with
.only()to avoid loading unnecessary JSON fields.