Skip to content

Commit 36cdad5

Browse files
committed
CHANGELOG: record changes
Signed-off-by: William Woodruff <[email protected]>
1 parent 7b1b310 commit 36cdad5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ All versions prior to 0.9.0 are untracked.
4141
`sigstore verify identity`, as it was during the 1.0 release series
4242
([#642](https://github.com/sigstore/sigstore-python/pull/642))
4343

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+
4452
### Fixed
4553

4654
* Fixed a case where `sigstore verify` would fail to verify an otherwise valid

0 commit comments

Comments
 (0)