@@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.
88
99## [ Unreleased]
1010
11+ ## [ 4.2.0]
12+
1113### Fixed
1214
1315* Add state validation to OIDC flow to prevent Cross-site request forgery
@@ -16,11 +18,23 @@ All versions prior to 0.9.0 are untracked.
1618* verification now ensures that artifact digest documented in bundle and the real digest match
1719 (this is a bundle consistency check: bundle signature was always verified over real digest)
1820 ([ #1652 ] ( https://github.com/sigstore/sigstore-python/pull/1652 ) )
21+ * Fix issue with Signed Certificate Timestamp parsing where extensions
22+ were not allowed by sigstore-python
23+ ([ 1657] ( https://github.com/sigstore/sigstore-python/pull/1657 ) , [ 1659] ( https://github.com/sigstore/sigstore-python/pull/1659 ) )
24+
25+ ### Changed
26+
27+ * Update supported public key algorithms
28+ ([ #1604 ] ( https://github.com/sigstore/sigstore-python/pull/1604 ) )
29+ * trust: Update embedded TUF root
30+ ([ #1589 ] ( https://github.com/sigstore/sigstore-python/pull/1589 ) )
1931
2032### Removed
2133
2234* Removed support for Python 3.9 as it is end-of-life
2335 ([ #1645 ] ( https://github.com/sigstore/sigstore-python/pull/1645 ) )
36+ * Removed unused nonce in Oauth flow
37+ ([ #1649 ] ( https://github.com/sigstore/sigstore-python/pull/1649 ) )
2438
2539
2640## [ 4.1.0]
@@ -750,7 +764,9 @@ This is a corrective release for [2.1.1].
750764
751765
752766<!-- Release URLs -->
753- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v4.0.0...HEAD
767+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v4.2.0...HEAD
768+ [ 4.2.0 ] : https://github.com/sigstore/sigstore-python/compare/v4.1.0...v4.2.0
769+ [ 4.1.0 ] : https://github.com/sigstore/sigstore-python/compare/v4.0.0...v4.1.0
754770[ 4.0.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.5...v4.0.0
755771[ 3.6.5 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.4...v3.6.5
756772[ 3.6.4 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.3...v3.6.4
0 commit comments