-
5.4.3b5cf3a7a · ·
### Release Notes for [5.4.3](https://github.com/lcobucci/jwt/milestone/59) 5.4.x bugfix release (patch) ### 5.4.3 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Documentation - [1102: Add PS256 etc algorithm support into docs.](https://github.com/lcobucci/jwt/pull/1102) thanks to @SvenRtbg
-
5.5.0a835af59 · ·
### Release Notes for [5.5.0](https://github.com/lcobucci/jwt/milestone/57) Feature release (minor) ### 5.5.0 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **2** #### Improvement - [1097: Exclude `.readthedocs.yaml` and `/renovate.json` files from dist](https://github.com/lcobucci/jwt/pull/1097) thanks to @Slamdunk - [1092: Add migration API for `readonly` classes](https://github.com/lcobucci/jwt/pull/1092) thanks to @Slamdunk #### CI,Improvement - [1095: CI: simplify workflows with `ramsey/composer-install`](https://github.com/lcobucci/jwt/pull/1095) thanks to @Slamdunk CI -- - [1093: Set PHP nightly as 8.5](https://github.com/lcobucci/jwt/pull/1093) thanks to @Slamdunk #### renovate - [1088: Update codecov/codecov-action action to v5](https://github.com/lcobucci/jwt/pull/1088) thanks to @renovate[bot]
-
5.4.2ea1ce71c · ·
### Release Notes for [5.4.2](https://github.com/lcobucci/jwt/milestone/58) 5.4.x bugfix release (patch) ### 5.4.2 - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [1082: Add `#[SensitiveParameter]` attribute to sensitive parameters](https://github.com/lcobucci/jwt/pull/1082) thanks to @slknijnenburg
-
5.4.1848815d2 · ·
### Release Notes for [5.4.1](https://github.com/lcobucci/jwt/milestone/56) This release fixes doc blocks to make sure static analysis tools can identify usage issues. ### 5.4.1 - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [1076: Mark Builder methods as pure](https://github.com/lcobucci/jwt/pull/1076) thanks to @b1rdex
-
5.4.0aac4fd51 · ·
### Release Notes for [5.4.0](https://github.com/lcobucci/jwt/milestone/55) This release adds PHP 8.4 compatibility and improvements on the codebase. ### 5.4.0 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** #### Improvement - [1071: Add PHP 8.4 support](https://github.com/lcobucci/jwt/pull/1071) thanks to @cedric-anne - [1063: Benchmarks: add EdDSA algorithm](https://github.com/lcobucci/jwt/pull/1063) thanks to @Slamdunk - [1056: Use attributes for PHPUnit](https://github.com/lcobucci/jwt/pull/1056) thanks to @lcobucci - [1055: Require PHP 8.2](https://github.com/lcobucci/jwt/pull/1055) thanks to @lcobucci
-
5.3.008071d8d · ·
### Release Notes for [5.3.0](https://github.com/lcobucci/jwt/milestone/53) This release ships a new validation constraint to assert that a private claim exists. ### 5.3.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [1053: Add constraint to verify the existence of a custom claim](https://github.com/lcobucci/jwt/pull/1053) thanks to @freebuu
-
5.2.00ba88aed · ·
### Release Notes for [5.2.0](https://github.com/lcobucci/jwt/milestone/51) This release provides an API to ease key rotation procedures and dependency updates. ### 5.2.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **1** #### Improvement - [1033: Add support to validate against multiple keys](https://github.com/lcobucci/jwt/pull/1033) thanks to @lcobucci - [1032: Remove requirement of core PHP extensions](https://github.com/lcobucci/jwt/pull/1032) thanks to @lcobucci