|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.5.8 |
| 4 | + |
| 5 | +For compatibility reasons with Symfony 5.2 and PHP 8, we do not test these legacy packages nor their integration anymore: |
| 6 | + - NelmioApiDoc |
| 7 | + - FOSUserBundle |
| 8 | + |
| 9 | +* PHP 8 support (#3791, #3745, #3855) |
| 10 | +* Metadata: Fix merging null values from annotations (#3711) |
| 11 | +* JsonLd: missing @type from collection using output DTOs. (#3699) |
| 12 | +* Cache: Improve PurgeHttpCacheListener performances (#3743) |
| 13 | +* Cache: Fix VarnishPurger max header length (#3843) |
| 14 | +* Identifiers: Do not denormalize the same identifier twice (#3762) |
| 15 | +* OpenAPI: Lazy load SwaggerCommand (#3802) |
| 16 | +* OpenAPI: Use Output class name instead of the Resource short name when available (#3741) |
| 17 | +* Router: replace baseurl only once (#3776) |
| 18 | +* Mercure: Publisher bug fixes (#3790, #3739) |
| 19 | +* Tests: Github action with windows, now uses setup-php (#3716 #3717, #3814) |
| 20 | +* Tests: improve overall PHPUnit and Symfony 5.2 compatibility (#3702 #3700, #3781, #3779, #3822) |
| 21 | +* Tests: improve behat compatibility (#3792, #3793) |
| 22 | +* Tests: improve JSON Schema assertions (#3807, #3803, #3804, #3806, #3817, #3829, #3830) |
| 23 | +* Tests: allow extra options in ApiTestClient (#3486) |
| 24 | +* Tests: Use `static_lambda` code style rule (#3725) |
| 25 | +* Remove legacy dependencies (#3794) |
| 26 | +* Serializer: Catch NotNormalizableValueException to UnexpectedValueEception with inputs (#3697) |
| 27 | +* Doctrine: ODM escape search terms in RegexFilter |
| 28 | + |
3 | 29 | ## 2.5.7
|
4 | 30 |
|
5 | 31 | * Compatibility with Symfony 5.1 (#3589 and #3688)
|
|
0 commit comments