Skip to content

Commit bb82acc

Browse files
committed
Merge branch '2.0'
2 parents 8622477 + c3f56db commit bb82acc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## 2.0.8
4+
5+
* Leverage serialization groups to eager load data
6+
* Fix the Swagger Normalizer to correctly support nested serialization groups
7+
* Use strict types
8+
* Get rid of the dependency to the Templating component
9+
* Explicitly add missing dependency to PropertyAccess component
10+
* Allow the operation name to be null in ResourceMetadata
11+
* Fix an undefined index error occurring in some cases when using sub types
12+
* Make the bundle working even when soft dependencies aren't installed
13+
* Fix serialization of multiple inheritance child types
14+
* Fix the priority of the FOSUSer's event listener
15+
* Fix the resource class resolver with using `\Traversable` values
16+
* Fix inheritance of property metadata for the Doctrine ORM property metadata factory
17+
* EagerLoadingExtension: Disable partial fetching if entity has subclasses
18+
* Refactoring and cleanup of the eager loading mechanism
19+
* Fix the handling of composite identifiers
20+
* Fix HAL normalizer when the context isn't serializable
21+
* Fix some quality problems found by PHPStan
22+
323
## 2.0.7
424

525
* [security] Hide error's message in prod mode when a 500 error occurs (Api Problem format)

0 commit comments

Comments
 (0)