File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,19 @@ All versions prior to 0.9.0 are untracked.
88
99## [ Unreleased]
1010
11+ ## [ 4.4.0]
12+
13+ ### Changed
14+
15+ * ` sigstore ` no longer limits the upper-bound of ` cryptography ` in order
16+ to be less disruptive to downstream integrators.
17+ ([ #1811 ] ( https://github.com/sigstore/sigstore-python/pull/1811 ) )
18+
1119### Fixed
1220
1321* Fixed generation of invalid CSRs when the identity is not ASCII (for
1422 example a GitHub Actions ` sub ` claim containing a non-ASCII environment
15- name). The identity was embedded as an ASCII-only IA5String email
16- attribute, producing malformed DER that Fulcio rejected with HTTP 400.
17- The CSR subject is unused by Fulcio, so it is now omitted entirely
23+ name). The CSR subject is unused by Fulcio, so it is now omitted entirely
1824 ([ #1507 ] ( https://github.com/sigstore/sigstore-python/issues/1507 ) )
1925
2026## [ 4.3.0]
Original file line number Diff line number Diff line change 2525* `sigstore.sign`: creation of Sigstore signatures
2626"""
2727
28- __version__ = "4.3 .0"
28+ __version__ = "4.4 .0"
You can’t perform that action at this time.
0 commit comments