Releases: web-token/jwt-framework
Releases · web-token/jwt-framework
v3.0.4
What's Changed
- cast keyset generation console arguments to int and remove dangerous … by @lucasgranberg in #339
New Contributors
- @lucasgranberg made their first contribution in #339
Full Changelog: v3.0.3...v3.0.4
v3.0.3
Full Changelog: v3.0.2...v3.0.3
Version 3.0.2
Modification on the packages:
- Explicit php version for all components
Full Changelog: v3.0.1...v3.0.2
v3.0.1
This is a major release.
Please read the migration guide
What's Changed
- Enhancement/decrypt pkcs8 private keys by @skydudie in #315
- Preparation 3.0 by @Spomky in #323
- Re-add Symfony Serializer for JWE/JWS by @mdeboer in #328
- Prevent Symfony 6 deprecation notices by @a-menshchikov in #327
New Contributors
- @skydudie made their first contribution in #315
- @a-menshchikov made their first contribution in #327
Packages:
- Fixes dependencies on sub packages
Full Changelog: v2.2.11...v3.0.1
Version 2.2.11
Version 1.3.9
Version 2.0.11
Fix wrong tagged branch
Version 1.3.5
This version is highly recommended if you use EDCH-ES key encryption algorithm on PHP7.3 uner P-256, P-384 or P-521 curves.
The performance drastically increases (more than 50x faster).
Version 1.3.4
This release fixes a bug with EC keys where points x/y and secret d lengths may be shorter than the length required for the curve.
It also allows the injected JsonConverter on several classes to be null as this class is now deprecated.
Version 1.3.3
v1.3.3 Comment added regarding the potential security issue if the certifica…