Skip to content

Releases: lcobucci/jwt

3.4.4

10 Feb 11:11
3.4.4
ff92156
Compare
Choose a tag to compare

Release Notes for 3.4.4

This release fixes a gap on our forward compatibility layer with v4 for multiple audience support, improving the documentation to state how users can migrate their code.

3.4.4

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Bug

Documentation,Improvement

4.1.0

28 Jan 00:59
4.1.0
2f53383
Compare
Choose a tag to compare

Release Notes for 4.1.0

This release provides a new algorithm (EdDSA over Curve25519) and a claim formatted that always uses integers for date claims.

4.1.0

  • Total issues resolved: 1
  • Total pull requests resolved: 37
  • Total contributors: 8

Improvement

Documentation

CI

Dependencies

4.0.1

28 Jan 00:17
4.0.1
b80c487
Compare
Choose a tag to compare

Release Notes for 4.0.1

This release fixes the validation logic of the expiration claim, making sure we're properly following the RFC.

4.0.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Bug

Documentation

3.4.3

27 Jan 23:53
3.4.3
cd83b54
Compare
Choose a tag to compare

Build Status

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Bug

Documentation

3.4.2

09 Dec 10:42
3.4.2
17cb82d
Compare
Choose a tag to compare

Build Status

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

3.4.1

27 Nov 01:21
3.4.1
958a987
Compare
Choose a tag to compare

Build Status

This release fixes a bug and a BC-break introduced in v3.4.0.

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 2

Bug

BC-break

4.0.0

25 Nov 02:46
4.0.0
6d8665c
Compare
Choose a tag to compare

![Build Status]

This release ships several API improvements, making this lib much more extensible and easier to use.
It requires PHP 7.4 and it's compatible with PHP 8.0 as well (the latest RC).

Please follow our upgrading guide to perform the necessary adjustments to your code.

  • Total issues resolved: 32
  • Total pull requests resolved: 196
  • Total contributors: 23

BC-break

Improvement

Documentation

Bug

Read more

3.4.0

25 Nov 02:01
3.4.0
320b9f0
Compare
Choose a tag to compare

Build Status

This release introduces a forward compatibility layer for the next major release (v4.0.0), guiding users to make their code compatible with both versions.

⚠ This version also triggers E_USER_DEPRECATED errors in scenarios where we can't simply use @deprecated. Please make sure you follow the provided instructions before upgrading your production code.

  • Total issues resolved: 9
  • Total pull requests resolved: 12
  • Total contributors: 5

Backporting

CI

Improvement

4.0.0-beta1

20 Nov 23:43
4.0.0-beta1
237e5d0
Compare
Choose a tag to compare
4.0.0-beta1 Pre-release
Pre-release

![Build Status]

This release provides a stable interface for our new major release (v4.0).
We now have a library ready for PHP 8.0, fully documented, and able to be more easily extended.

Please check our upgrading guide, test your code, and report any issue.

Attention: There are a few BC-breaks (when comparing to the previous alpha releases), so please check the change set (especially PRs 538 and 533).

  • Total issues resolved: 7
  • Total pull requests resolved: 142
  • Total contributors: 7

Improvement (BC-break)

Improvement

Documentation

CI

Dependencies

Read more

3.3.3

20 Aug 13:25
3.3.3
c112369
Compare
Choose a tag to compare

Build Status

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Documentation Bug