Skip to content

Commit

Permalink
Fixes #949
Browse files Browse the repository at this point in the history
  • Loading branch information
lhazlewood committed Jun 17, 2024
1 parent 533ce40 commit ecf0f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

### 0.12.6


This patch release:

* Ensures that after successful JWS signature verification, an application-configured Base64Url `Decoder` output is
used to construct a `Jws` instance (instead of JJWT's default decoder). See
[Issue 947](https://github.com/jwtk/jjwt/issues/947).
* Fixes a GZIPInputStream memory leak surfaced in the 0.12.0 release. See [Issue 949](https://github.com/jwtk/jjwt/issues/949).
* Fixes a GZIPInputStream decompression memory leak introduced in 0.12.0 that surfaces only in
concurrent/multi-threaded environments (when decompressing JWTs with `zip` header of `GZIP`). See [Issue 949](https://github.com/jwtk/jjwt/issues/949).

### 0.12.5

Expand Down

0 comments on commit ecf0f15

Please sign in to comment.