Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.07 KB

File metadata and controls

24 lines (17 loc) · 1.07 KB

0.1.0rc2

Breaking Changes

The RepositoryPublishURLSerializer was removed from the plugin API.

Distributions are now Master/Detail. All plugins will require updating to provide a detail Distribution. Here is an example of pulp_file introducing the FileDistribution as an example of changes to match.

Publications are now Master/Detail. Plugins that use Publications will need to provide a detail Publication. Here is an example of pulp_file introducing the FilePublisher as an example of changes to match along with its follow-on change.

0.1.0rc1