Skip to content

Commit 7f3caf3

Browse files
committed
Update Changes
1 parent 0515631 commit 7f3caf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ Changes
44
v3 has many incompatibilities with v2. To see the full list of differences between
55
v2 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

1617
v3.0.7 16 Jun 2025
1718
* [jws/jwsbb] (EXPERIMENTAL) Add low-level fast access to JWS headers in compact

0 commit comments

Comments
 (0)