Skip to content

Commit

Permalink
Changelog for v2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Nov 28, 2020
1 parent be44e2c commit d6347da
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d6347da

Please sign in to comment.