Skip to content

Commit d6347da

Browse files
committed
Changelog for v2.5.8
1 parent be44e2c commit d6347da

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

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+
329
## 2.5.7
430

531
* Compatibility with Symfony 5.1 (#3589 and #3688)

0 commit comments

Comments
 (0)