This release brings improved symfony 3.3+ support (autowiring), data time deserialization improvements and ability to use private services as listeners and handlers.
Implemented enhancements:
- Allow event listener/susbcriber services to be private #593
- Date deserialization (DateTime object) #582
- Allow listeners and event subscribers to be private #594 (goetas)
Fixed bugs:
Closed issues:
- Gedmo Unrecognized field: createdAt - Error! #599
- Array deserialization problem #597
- Integrate JMSSerializer into Symfony PropertyInfo? #591
- Yml config should allow to configure the default accessType and readOnly options #586
- Can't use symfony serializer when requesting the id "serializer" #583
- XML Collection names and null values #581
- Not work for Symfony 3.3? #579
- possible to register a handler that will compare against abstract classes #577
Merged pull requests:
- Added assertions to private services tests #595 (bgaleotti)
- Change min stability #592 (goetas)
- install stable dependencies when possible #588 (xabbuh)
- [Composer] Upgrade required php version #587 (lchrusciel)
- Run tests on ubuntu trusty #585 (goetas)
- Improve the autowiring configuration #584 (stof)
- compatibility with Symfony 4 #576 (xabbuh)