File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ Changes
44v3 has many incompatibilities with v2. To see the full list of differences between
55v2 and v3, please read the Changes-v3.md file (https://github.com/lestrrat-go/jwx/blob/develop/v3/Changes-v3.md)
66
7- v3.0.8 UNRELEASED
7+ v3.0.8 27 Jun 2025
88 * [jwe/jwebb] (EXPERIMENTAL) Add low-level functions for JWE operations.
99 * [jws/jwsbb] (EXPERIMENTAL/BREAKS COMPATIBILITY) Add io.Reader parameter
1010 so your choice of source of randomness can be passed. Defaults to crypto/rand.Reader.
1111 Function signatures around jwsbb.Sign() now accept an addition `rr io.Reader`,
1212 which can be nil for 99% of use cases.
1313 * [jws/jwsbb] Add HeaderParse([]byte), where it is expected that the header
1414 is already in its base64 decoded format.
15+ * misc: replace `interface{}` with `any`
1516
1617v3.0.7 16 Jun 2025
1718 * [jws/jwsbb] (EXPERIMENTAL) Add low-level fast access to JWS headers in compact
You can’t perform that action at this time.
0 commit comments