Skip to content

Releases: panva/jose

v4.11.4

07 Feb 11:19
Compare
Choose a tag to compare

Fixes

  • build: ignore deno files in npm publishes (b3d6a11)

v4.11.3

07 Feb 10:20
Compare
Choose a tag to compare

Fixes

  • CF Workers: improve miniflare compat with different Node.js versions, get ready for future non-proprietary support (3406b9f), closes #446 #495 #497

v4.11.2

01 Jan 17:26
Compare
Choose a tag to compare

Refactor

  • node: dry node version checks (aff2f7c)

v4.11.1

22 Nov 11:24
Compare
Choose a tag to compare

This release contains only code refactoring, documentation updates, and Node.js CITGM related test updates.

v4.11.0

08 Nov 08:57
Compare
Choose a tag to compare

Features

  • add bun as a supported runtime (3a63631)

Fixes

  • respect JWK ext for symmetric keys (20557fc)

v4.10.4

28 Oct 14:12
Compare
Choose a tag to compare

Fixes

  • typo in importPKSC8 error message (#468) (746bc64)
  • workaround for invalid use checks on CF Workers and Deno (e4d04eb)

v4.10.3

20 Oct 16:58
Compare
Choose a tag to compare

v4.10.1, v4.10.2, and v4.10.3 contain only code refactoring, documentation updates, and updates necessary to include jose in the Node.js CITGM builds.

v4.10.0

27 Sep 20:12
Compare
Choose a tag to compare

Features

Fixes

  • importX509: handle length encodings better (47d0d77), closes #459

v4.9.3

15 Sep 10:28
Compare
Choose a tag to compare

Refactor

  • update CEK length validation error message (81a92a9)
  • update key input validation error messages (2eac34a)
  • update keylike description for WinterCG (6741679)

v4.9.2

01 Sep 08:35
Compare
Choose a tag to compare

Fixes

  • limit default PBES2 alg's computational expense (03d6d01)