From 4bac12859a83b362670ac05131425453e0571319 Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Sat, 28 Nov 2020 13:44:15 +0100 Subject: [PATCH] Changelog for v2.5.8 (#3853) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ef8c03677..7125fd0221c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## 2.5.8 + +For compatibility reasons with Symfony 5.2 and PHP 8, we do not test these legacy packages nor their integration anymore: + - NelmioApiDoc + - FOSUserBundle + +* PHP 8 support (#3791, #3745, #3855) +* Metadata: Fix merging null values from annotations (#3711) +* JsonLd: missing @type from collection using output DTOs. (#3699) +* Cache: Improve PurgeHttpCacheListener performances (#3743) +* Cache: Fix VarnishPurger max header length (#3843) +* Identifiers: Do not denormalize the same identifier twice (#3762) +* OpenAPI: Lazy load SwaggerCommand (#3802) +* OpenAPI: Use Output class name instead of the Resource short name when available (#3741) +* Router: replace baseurl only once (#3776) +* Mercure: Publisher bug fixes (#3790, #3739) +* Tests: Github action with windows, now uses setup-php (#3716 #3717, #3814) +* Tests: improve overall PHPUnit and Symfony 5.2 compatibility (#3702 #3700, #3781, #3779, #3822) +* Tests: improve behat compatibility (#3792, #3793) +* Tests: improve JSON Schema assertions (#3807, #3803, #3804, #3806, #3817, #3829, #3830) +* Tests: allow extra options in ApiTestClient (#3486) +* Tests: Use `static_lambda` code style rule (#3725) +* Remove legacy dependencies (#3794) +* Serializer: Catch NotNormalizableValueException to UnexpectedValueEception with inputs (#3697) +* Doctrine: ODM escape search terms in RegexFilter + ## 2.5.7 * Compatibility with Symfony 5.1 (#3589 and #3688)