@@ -31,10 +31,10 @@ All versions prior to 0.9.0 are untracked.
31
31
### Removed
32
32
33
33
* ** 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 ` .
35
35
36
36
* ** 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 ` .
38
38
39
39
* ** BREAKING API CHANGE** : ` Signer.sign(...) ` has been removed. Use
40
40
either ` sign_artifact(...) ` or ` sign_dsse(...) ` , depending on whether
@@ -55,7 +55,7 @@ All versions prior to 0.9.0 are untracked.
55
55
a ` Hashed ` parameter to convey the digest used for Rekor entry lookup
56
56
([ #904 ] ( https://github.com/sigstore/sigstore-python/pull/904 ) )
57
57
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 ` ,
59
59
instead of a ` VerificationMaterials ` ([ #937 ] ( https://github.com/sigstore/sigstore-python/pull/937 ) )
60
60
61
61
* sigstore-python now requires inclusion proofs in all signing and verification
@@ -74,6 +74,9 @@ All versions prior to 0.9.0 are untracked.
74
74
an inclusion proof. Passing ` --offline ` with detached materials will cause
75
75
an error ([ #937 ] ( https://github.com/sigstore/sigstore-python/pull/937 ) )
76
76
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 ) )
77
80
78
81
## [ 2.1.5]
79
82
0 commit comments