Releases: web-token/jwt-framework
Releases · web-token/jwt-framework
4.1.4
4.1.3
Release Notes for 4.1.3
4.1.x bugfix release (patch)
4.1.3
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
648: Fix PHP 8.5 deprecation thanks to @sandesh-as
4.1.2
4.1.1
Release Notes for 4.1.1
4.1.x bugfix release (patch)
4.1.1
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2
bug
3.4.9
4.1.0
What's Changed
Feature release (minor). For users upgrading from v4.0, see the Migration Guide from v4.0 to v4.1.
New Features & Improvements
- Symfony 8.0 support (#628)
- Sodium-based Base64URL encoding: improved performance when
ext-sodiumis installed (#636) - brick/math 0.14 support (#634)
Deprecations
UrlKeySetFactory::enabledCache()is deprecated. Use thecacheconstructor parameter instead (#618)
Other Changes
- Refactored
getAAD()return type from nullable to non-nullable string (#638) - New CI/CD workflow (#629)
Contributors
4.0.6
4.0.5
Release Notes for 4.0.5
4.0.x bugfix release (patch)
4.0.5
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3
bug
-
630: Add 'private_key_bits' option to EC key generation thanks to @Spomky
-
617: Refactor constructors and update dependencies. thanks to @Spomky