Skip to content

v3.0.0: Function for fetching app metadata

Compare
Choose a tag to compare
@baltpeter baltpeter released this 13 Jun 10:38
· 2 commits to main since this release
bebf0f5

This release brings support for a new function for fetching the full app metadata.

It turns out that this new function uses the same internal endpoint as the function for fetching data safety labels and can also fetch this information. Thus, the separate function for data safety labels is not necessary anymore. It gets deprecated with this release and will be removed in the future.

Breaking Changes

This release introduces some breaking changes in a few utility types and functions that are publicly exported. Affected types and functions are: AppMetadata and parseAppEntry()

What's Changed

Full Changelog: v2.2.0...v3.0.0