v0.8.0
Pre-release
Pre-release
IMPORTANT: Please test your application's update cycle thoroughly, with every new version of tufup
, before actually releasing your new app-update. We recommend doing two test-releases whenever tufup
has been upgraded in your app, as described in #110.
What's Changed
-
Always return dict for custom metadata by @dennisvang in #132
This is a minor api change that may affect clients using the custom metadata feature introduced in v0.6.0, but only if they explicitly check
<TargetMeta>.custom is None
or<TargetMeta>.custom_internal is None
. See #132 for more details. -
Upgrade tuf dependency to 4.0 by @dennisvang in #135
Full Changelog: v0.7.1...v0.8.0