Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dralley opened this issue Nov 28, 2023 · 0 comments
Labels

Comments

@dralley
Copy link
Contributor

dralley commented Nov 28, 2023

Support for generating sqlite metadata was removed in #3328, and support for specifying metadata and package checksum types independently was deprecated in #3342 / #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant