You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚠️ Known issue: repo download fails signature verification when an expires timestamp ends in a trailing fractional zero. See #950
Breaking Changes
Migrated from chrono to jiff. Public API: DateTime<Utc> types replaced with jiff::Timestamp on Role::expires, Root/Snapshot/Targets/Timestampexpires fields, RepositoryEditor::*_expires setters, and the SystemTimeSteppedBackward error variant. Wire format unchanged (RFC 3339, Z suffix). [#948]
HttpTransport and HttpTransportBuilder no longer implement Copy [#940]
Added
Add support for a custom CryptoProvider in HttpTransportBuilder [#940]