Skip to content

Commit 56adce4

Browse files
committed
CHANGELOG: record
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 6a3b93a commit 56adce4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ All versions prior to 0.9.0 are untracked.
3131
### Removed
3232

3333
* **BREAKING API CHANGE**: `SigningResult` has been removed.
34-
The public signing APIs now return `sigstore.verify.models.Bundle`.
34+
The public signing APIs now return `sigstore.models.Bundle`.
3535

3636
* **BREAKING API CHANGE**: `VerificationMaterials` has been removed.
37-
The public verification APIs now accept `sigstore.verify.models.Bundle`.
37+
The public verification APIs now accept `sigstore.models.Bundle`.
3838

3939
* **BREAKING API CHANGE**: `Signer.sign(...)` has been removed. Use
4040
either `sign_artifact(...)` or `sign_dsse(...)`, depending on whether
@@ -55,7 +55,7 @@ All versions prior to 0.9.0 are untracked.
5555
a `Hashed` parameter to convey the digest used for Rekor entry lookup
5656
([#904](https://github.com/sigstore/sigstore-python/pull/904))
5757

58-
* **BREAKING API CHANGE**: `Verifier.verify(...)` now takes a `sigstore.verify.models.Bundle`,
58+
* **BREAKING API CHANGE**: `Verifier.verify(...)` now takes a `sigstore.models.Bundle`,
5959
instead of a `VerificationMaterials` ([#937](https://github.com/sigstore/sigstore-python/pull/937))
6060

6161
* sigstore-python now requires inclusion proofs in all signing and verification
@@ -74,6 +74,9 @@ All versions prior to 0.9.0 are untracked.
7474
an inclusion proof. Passing `--offline` with detached materials will cause
7575
an error ([#937](https://github.com/sigstore/sigstore-python/pull/937))
7676

77+
* API: `sigstore.transparency` has been removed, and its pre-existing APIs
78+
have been re-homed under `sigstore.models`
79+
([#990](https://github.com/sigstore/sigstore-python/pull/990))
7780

7881
## [2.1.5]
7982

0 commit comments

Comments
 (0)