Releases: wasinger/jsonrpc-bundle
Releases · wasinger/jsonrpc-bundle
Version 0.8.1
Version 0.8.0
- Support for Symfony 7, minimum required Symfony version is now 5.4.
- JMS\SerializerBundle is no longer a required dependency, symfony/serializer can be used instead.
- Configuration changes:
- Use
serialization_contextinstead ofjms_serialization_context. - Use
enable_max_depth' instead ofmax_depth_checks`.
- Use
Version 0.7.0-beta
Updated for Symfony 5 and 6 and PHP 8. Still needs more testing before using in production.
Version 0.6.2
- Installation with Flex on symfony 4.x now works
- Fixed failing travis builds for PHP 5, removing tests for PHP 5.4 (minimal tested PHP Version is now 5.6)
Version 0.6.1
- compatibility with Symfony 4, thanks to @shreypuranik
- make unit tests compatible with newer phpunit versions
Version 0.6.0
Added compatibility with Symfony 3. Minimum required Symfony version is now 2.7
0.3.0
0.2.0: Merge pull request #6 from shadypierre/master
use array instead of a StdClass object for decoded json request