Releases: web-token/jwt-framework
Releases · web-token/jwt-framework
3.2.10
3.3.0-alpha3
Full Changelog: 3.3.0-alpha2...3.3.0-alpha3
3.3.0-alpha2
What's Changed
Full Changelog: 3.3.0-alpha1...3.3.0-alpha2
3.3.0-alpha1
What's Changed
- Add IsEqualChecker and CallableChecker by @danielburger1337 in #462
- Rector 0.17 + PHPSTAN baseline updated by @Spomky in #463
- Update matthiasnoback/symfony-config-test requirement from ^4.3.0 to ^4.3.0 || ^5.0.0 by @dependabot in #464
- To PHPUnit 10 by @Spomky in #466
- Support new symfony serializer's getSupportedTypes by @rmikalkenas in #470
- Remove extra \0 byte if present by @Spomky in #476
- Revert "Remove extra \0 byte if present" by @Spomky in #477
- Merge up 3.2.x to 3.3.x by @Spomky in #499
- Bump actions/checkout from 3 to 4 by @dependabot in #483
- Merge all experimental algorithms into a new package and bundle folde… by @Spomky in #501
- Merge ECC to jwt-core by @Spomky in #507
- Merge small libs to jwt-library by @Spomky in #508
- Features/merge algorithms by @Spomky in #509
- Rename bundle and library folders by @Spomky in #510
- Deps/remove useless checks by @Spomky in #511
- Fix openssl error reporting by @Spomky in #512
- Ensure JWS serializers only throw InvalidArgumentException by @Spomky in #513
New Contributors
- @danielburger1337 made their first contribution in #462
- @rmikalkenas made their first contribution in #470
Full Changelog: 3.2.9...3.3.0-alpha1
3.2.9
Release Notes for 3.2.9
3.2.x bugfix release (patch)
3.2.9
- Total issues resolved: 4
- Total pull requests resolved: 4
- Total contributors: 4
Compliance
- 497: Fix the presence of padding thanks to @Spomky and @daltones
DX
bug
-
495: Fix detached and non-encoded non-UTF8 string thanks to @Spomky and @honiahaka10
-
493: SF7, other deps and code refactoring thanks to @Spomky and @bohanyang
3.2.8
Release Notes for 3.2.8
3.2.x bugfix release (patch)
3.2.8
-
Total issues resolved: 0
-
Total pull requests resolved: 2
-
Total contributors: 1
-
478: Remove extra \0 byte if present thanks to @Spomky
-
476: Remove extra \0 byte if present thanks to @Spomky