Skip to content

Releases: panva/jose

v6.1.3

02 Dec 13:25
Immutable release. Only release title and notes can be modified.
ebb8774

Choose a tag to compare

Refactor

  • avoid export * as for google closure's compiler sake (6303d98), closes #832

v6.1.2

15 Nov 22:07
Immutable release. Only release title and notes can be modified.
f71f270

Choose a tag to compare

Refactor

v6.1.1

09 Nov 15:22
37f40af

Choose a tag to compare

Documentation

  • add link to RFC9864 (767edde)
  • link to ML-DSA for JOSE (ed4252c)
  • remove mention of Edge Runtime from the readme (94fdde7)
  • update README.md (25098ef)

Refactor

  • eliminate named exports in the source code (f6ae30d)
  • expose setKeyManagementParameters also on a GeneralEncrypt Recipient (16e6b23)
  • faster path for symmetric key checks (a44c2ec)
  • improve en/decoding overheads (daee426)

v6.1.0

27 Aug 21:44
6f3e004

Choose a tag to compare

Features

  • support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (cf2092a)
  • support for the ML-DSA PQC Algorithm Identifiers (25ddce4)

v6.0.13

21 Aug 15:02
1e36dd2

Choose a tag to compare

Refactor

  • more readability in ecdhes.ts (84da9de)
  • update asn1.ts helpers (b4f8fb3)

v6.0.12

15 Jul 20:55
03f9940

Choose a tag to compare

Documentation

  • add known caveats to customFetch (02e1f1e)
  • mention the apu/apv parameter names in setKeyManagementParameters (6274d5a)
  • update compact setKeyManagementParameters (2f44381)
  • use GitHub Flavored Markdown for notes and warnings (f6b4ffc)

Refactor

  • createPublicKey is not a constructor (61ded78)
  • update asn1.ts helper functions (b2b611c)

v6.0.11

05 May 11:26
69b7960

Choose a tag to compare

Fixes

  • typ checking edge-cases when it contains a slash (/) character (31e4baf)

v6.0.10

12 Mar 07:50

Choose a tag to compare

Refactor

  • removed unused claims methods (74719cf)
  • reorganize jwt claim set utils (1f12d88)

v6.0.9

11 Mar 12:49

Choose a tag to compare

Documentation

  • add more symbol document, ignore ts-private fields (8b73687)
  • bump typedoc (6163a8b)
  • drop cdnjs links in README (a910038)
  • drop denoland/x links in README and add jsr (3662b9e)
  • fix key export links from docs/README.md (c8edfc2)

Refactor

  • always assume structuredClone is present (f7898a9)
  • hide internal private fields and drop ProduceJWT inheritance (ab18881)
  • less objects when JWE JWT Replicated Header Parameters are used (c763a0e)

v6.0.8

26 Feb 16:50

Choose a tag to compare

Fixes

  • export [customFetch] symbol from the default entrypoint (1615614), closes #762