File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ All versions prior to 0.9.0 are untracked.
41
41
` sigstore verify identity ` , as it was during the 1.0 release series
42
42
([ #642 ] ( https://github.com/sigstore/sigstore-python/pull/642 ) )
43
43
44
+ * API change: the ` Signer ` API has been broken up into ` SigningContext `
45
+ and ` Signer ` , allowing a ` SigningContext ` to create individual ` Signer `
46
+ instances that correspond to a single ` IdentityToken ` . This new API
47
+ also enables ephemeral key and certificate reuse across multiple inputs,
48
+ reducing the number of cryptographic operations and network roundtrips
49
+ required when signing more than one input
50
+ ([ #645 ] ( https://github.com/sigstore/sigstore-python/pull/645 ) )
51
+
44
52
### Fixed
45
53
46
54
* Fixed a case where ` sigstore verify ` would fail to verify an otherwise valid
You can’t perform that action at this time.
0 commit comments