File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,25 @@ All versions prior to 0.9.0 are untracked.
88
99## [ Unreleased]
1010
11+ ### Added
12+
13+ * API: ` Signer.sign() ` can now take an in-toto ` Statement ` as an input,
14+ producing a DSSE-formatted signature rather than a "bare" signature
15+ ([ #804 ] ( https://github.com/sigstore/sigstore-python/pull/804 ) )
16+
17+
18+ * API: ` SigningResult.content ` has been added, representing either the
19+ ` hashedrekord ` entry's message signature or the ` dsse ` entry's envelope
20+ ([ #804 ] ( https://github.com/sigstore/sigstore-python/pull/804 ) )
21+
22+
23+ ### Removed
24+
25+ * API: ` SigningResult.input_digest ` has been removed; users who expect
26+ to access the input digest may do so by inspecting the ` hashedrekord `
27+ or ` dsse ` -specific ` SigningResult.content `
28+ ([ #804 ] ( https://github.com/sigstore/sigstore-python/pull/804 ) )
29+
1130## [ 2.1.0]
1231
1332### Added
You can’t perform that action at this time.
0 commit comments