pulp_rpm icon indicating copy to clipboard operation
pulp_rpm copied to clipboard

Remove sqlite_metadata, package_checksum_type, and metadata_checksum_type from the API after verifying that bindings won't break

Open dralley opened this issue 2 years ago • 0 comments

Support for generating sqlite metadata was removed in https://github.com/pulp/pulp_rpm/pull/3328, and support for specifying metadata and package checksum types independently was deprecated in https://github.com/pulp/pulp_rpm/pull/3342 / https://github.com/pulp/pulp_rpm/issues/2480

However these fields were not removed from the API due to some concern around how the API bindings would react - we've had some reports that older versions of the client bindings might always send certain fields even if the user isn't using them. In such a case, any removals from the API might be breaking, despite lack of use of the features removed.

dralley avatar Nov 28 '23 16:11 dralley