Releases: web-token/jwt-framework
3.3.0
Release Notes for 3.3.0
Feature release (minor)
3.3.0
- Total issues resolved: 2
- Total pull requests resolved: 22
- Total contributors: 4
DX
- 526: Remove old packages references thanks to @Spomky
- 511: Deps/remove useless checks thanks to @Spomky
- 510: Rename bundle and library folders thanks to @Spomky
- 509: Features/merge algorithms thanks to @Spomky
- 508: Merge small libs to jwt-library thanks to @Spomky
- 507: Merge ECC to jwt-core thanks to @Spomky
- 467: Prevent bad design by using named constructors thanks to @Spomky
DX,enhancement
- 525: Simplified alg manager thanks to @Spomky and @devsi
Dependencies
- 524: Fix deprecated packages dependencies thanks to @Spomky
- 516: To Rector 1.0 thanks to @Spomky
- 466: To PHPUnit 10 thanks to @Spomky
bug
-
522: Bugs/fix ed25519 thanks to @Spomky
-
520: Do not load KW algorithms if the dependency is not available thanks to @Spomky
-
513: Ensure JWS serializers only throw InvalidArgumentException thanks to @Spomky
-
512: Fix openssl error reporting thanks to @Spomky
-
518: No auto-merge thanks to @Spomky
-
517: Stan error thanks to @Spomky
-
470: Support new symfony serializer's getSupportedTypes thanks to @rmikalkenas
feature
- 514: Allows Symfony Http Client thanks to @Spomky
DX,enhancement,pinned
- 481: Packages/group thanks to @Spomky
wontfix
- 480: Group algorithms thanks to @Spomky
- 473: Refactor thanks to @Spomky
enhancement
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