Skip to content

Releases: lestrrat-go/jwx

v3.0.0

31 Mar 23:47
8884a40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

v3.0.0-beta2

29 Mar 23:23
c44f4f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-beta1...v3.0.0-beta2

v3.0.0-beta1

14 Mar 23:57
Compare
Choose a tag to compare

What's Changed

  • Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #1316
  • Change default behavior around truncation of time fields by @lestrrat in #1318

Full Changelog: v3.0.0-alpha3...v3.0.0-beta1

v3.0.0-alpha3

13 Mar 00:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0-alpha2...v3.0.0-alpha3

v3.0.0-alpha2

25 Feb 09:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-alpha1...v3.0.0-alpha2

v2.1.4

25 Feb 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

24 Nov 10:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v3.0.0-alpha1

01 Nov 06:25
Compare
Choose a tag to compare

This is the initial release of the v3 line.

See Changes-v3.md

v2.1.2

25 Oct 06:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Jul 00:14
8d1d783
Compare
Choose a tag to compare
v2.1.1 Jul 28 2024
  * Update minimum required go version to go 1.20
  * Update tests to work on 32-bit systems.
  * [jwa] Add RSA_OAEP_384 and RSA_OAEP_512
  * [jwa] `jwa.SignatureAlgorithm` now has a `IsSymmetric` method.
  * [jwa] Add `jwa.RegisterSignatureAlgorithmOptions()` to register new algorithms while
    specifying extra options. Currently only `jwa.WithSymmetricAlgorithm()` is supported.
  * [jws] Clearly mark `jws.WithHeaders()` as deprecated