Skip to content

Releases: wasinger/jsonrpc-bundle

Version 0.8.1

28 Jul 13:36

Choose a tag to compare

Bugfix release: fixed controller service in routing

Version 0.8.0

26 Jul 12:08

Choose a tag to compare

  • 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_context instead of jms_serialization_context.
    • Use enable_max_depth' instead of max_depth_checks`.

Version 0.7.0-beta

24 Oct 15:17

Choose a tag to compare

Version 0.7.0-beta Pre-release
Pre-release

Updated for Symfony 5 and 6 and PHP 8. Still needs more testing before using in production.

Version 0.6.2

16 Jan 12:30

Choose a tag to compare

  • 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

10 Mar 15:51

Choose a tag to compare

  • compatibility with Symfony 4, thanks to @shreypuranik
  • make unit tests compatible with newer phpunit versions

Version 0.6.0

09 Feb 11:19

Choose a tag to compare

Added compatibility with Symfony 3. Minimum required Symfony version is now 2.7

0.3.0

23 Jul 15:51

Choose a tag to compare

Function definitions can be added after instanciation of the service via JsonRpcController::addMethod()

0.2.0: Merge pull request #6 from shadypierre/master

20 Mar 08:01

Choose a tag to compare

use array instead of a StdClass object for decoded json request