No significant changes.
- Changed the deploy api to use non blocking immediate tasks.
- Made plugin compatible with pulpcore 3.40+. #172
- Added ability to add cached content to a repository. #136
- Updated pulpcore compatibility to >=3.25.0,<3.40. #153
- Added ability to add cached content to a repository. #136
- Added ability to upload projects to repositories using the Maven Deploy Plugin. #115
No significant changes.
- Added view_name to DetailRelatedField to prevent a warning. #8678
- Added compatibility with pulpcore 3.10.
- Change the prefix of Pulp services from pulp-* to pulpcore-* #4554
-
Change _id, _created, _last_updated, _href to pulp_id, pulp_created, pulp_last_updated, pulp_href #5457
-
Sync is no longer available at the {remote_href}/sync/ repository={repo_href} endpoint. Instead, use POST {repo_href}/sync/ remote={remote_href}.
Creating / listing / editing / deleting file repositories is now performed on /pulp/api/v3/maven/maven/ instead of /pulp/api/v3/repositories/. Only Maven content can be present in a Maven repository, and only a Maven repository can hold Maven content. #5625
- Updates serializers and tests to make plugin compatible with pulpcore-plugin 0.1.0rc4. #5217