Skip to content

Releases: wasinger/jsonrpc-bundle

Version 0.8.1

Choose a tag to compare

@wasinger wasinger released this 28 Jul 13:36

Bugfix release: fixed controller service in routing

Version 0.8.0

Choose a tag to compare

@wasinger wasinger released this 26 Jul 12:08
  • 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

Version 0.7.0-beta Pre-release
Pre-release

Choose a tag to compare

@wasinger wasinger released this 24 Oct 15:17

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

Version 0.6.2

Choose a tag to compare

@wasinger wasinger released this 16 Jan 12:30
  • 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

Choose a tag to compare

@wasinger wasinger released this 10 Mar 15:51
  • compatibility with Symfony 4, thanks to @shreypuranik
  • make unit tests compatible with newer phpunit versions

Version 0.6.0

Choose a tag to compare

@wasinger wasinger released this 09 Feb 11:19

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

0.3.0

Choose a tag to compare

@wasinger wasinger released this 23 Jul 15:51

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

0.2.0: Merge pull request #6 from shadypierre/master

Choose a tag to compare

@wasinger wasinger released this 20 Mar 08:01

use array instead of a StdClass object for decoded json request