jsonrpc 2.0.6

New features

Add a summary here

Contributors (3)

e0ipso, mkalkbrenner, ptmkenny

Changelog

Issues: 1 issues resolved.

Changes since 2.0.5:

jsonrpc 2.0.4

Bug fixes

Makes the module compatible with D8 and D9.

jsonrpc 8.x-1.0-beta6

Bug fixes

fix: drop cookie auth provider

50ca339 by Mateu Aguiló Bosch (G)

:100644 100644 576fbdf... 310f981... M jsonrpc.routing.yml
:100644 100644 4cfd865... f787052... M modules/jsonrpc_core/src/Plugin/jsonrpc/Method/AddPermissionToRole.php

jsonrpc 8.x-1.0-beta5

Bug fixes
New features

Changes since 8.x-1.0-beta4:

jsonrpc 8.x-1.0-beta2

New features

Issue #2983907 by Dinesh18, rogierbom, e0ipso, gabesullice: Add method to enable or disable maintenance mode

eff6c53 by Dinesh18 (G)

:000000 100644 0000000... 58c26c4... A modules/jsonrpc_core/src/Plugin/jsonrpc/Method/MaintenanceModeEnabled.php
:000000 100644 0000000... 37f8505... A modules/jsonrpc_core/tests/src/Functional/MaintenanceModeEnabledTest.php
:000000 100644 0000000... eec27bb... A tests/src/Functional/JsonRpcTestBase.php

jsonrpc 8.x-1.0-beta1

New features

Issue #2979793 by e0ipso: Support GET requests to enable Page Cache

9724fbf by e0ipso (N)

:100644 100644 272df65... 576fbdf... M jsonrpc.routing.yml
:100644 100644 4fc17f8... 4a698da... M src/Controller/HttpController.php
:100644 100644 581f435... 889e16e... M src/Object/Response.php

jsonrpc 8.x-1.0-alpha7

Bug fixes

fix(schemas): allow batch request/responses in the JSON Schemas

7c7f287 by Mateu Aguiló Bosch (N)

:100644 100644 e34c822... 61f3c74... M src/Shaper/request-schema.json
:100644 100644 2902969... 8097601... M src/Shaper/response-schema.json

jsonrpc 8.x-1.0-alpha6

Bug fixes

fix(handler): return error responses that were in the limbo

a8f435c by Mateu Aguiló Bosch (N)

:100644 100644 d0e2872... d13ac53... M src/Handler.php

jsonrpc 8.x-1.0-alpha5

New features

feat(manager): allow modules to implement plugins

f58b78f by Mateu Aguiló Bosch (N)

Now that we have blogged about this, the API feels more definitive.

:100644 100644 4c703be... 6f8cc47... M src/Plugin/JsonRpcMethodManager.php

jsonrpc 8.x-1.0-alpha4

Bug fixes

fix(manager): check for existence of modules before getting them

a3515b4 by Mateu Aguiló Bosch (N)

:100644 100644 461f332... 4c703be... M src/Plugin/JsonRpcMethodManager.php

feat: change method signature to match parent's expectation

8767e8e by Mateu Aguiló Bosch (N)

jsonrpc 8.x-1.0-alpha3

Bug fixes
New features

feat: render errors as valid JSON-RPC responses

2b64f70 by Mateu Aguiló Bosch (N)

:100644 100644 d54b14e... 4fc17f8... M src/Controller/HttpController.php
:100644 100644 095f175... 3affcde... M src/Shaper/RpcRequestFactory.php
:100644 100644 d909b0c... 2902969... M src/Shaper/response-schema.json

feat: refactor parameter factories to shaper

be032cd by Mateu Aguiló Bosch (N)

jsonrpc 8.x-1.0-alpha2

Bug fixes
New features

Rename handler

4013efd by Gabriel SULLICE (N)

:100644 100644 5cdcb60... 91e1ef1... M jsonrpc.services.yml
:100644 100644 5bb4f38... 7ed9a75... R098 src/JsonRpcHandler.php src/Handler.php

Pull RPC handler out of the plugin manager

7922a20 by Gabriel SULLICE (N)

:100644 100644 9d6fa2d... 5cdcb60... M jsonrpc.services.yml
:000000 100644 0000000... 5bb4f38... A src/JsonRpcHandler.php
:100644 100644 8c2bd5f... 49008ce... M src/Plugin/JsonRpcMethodManager.php

jsonrpc 8.x-1.0-alpha1

Bug fixes
New features
  • Removes the concept of RPC "services" all plugins are not methods.
  • More self documenting API discovery mechanism.

jsonrpc 8.x-1.0-alpha0

New features

This is a very very early release of JSON-RPC 2.0. It exists to permit experimentation only. 3rd party implementors should consider any API subject to complete breakage without warning, mitigation or migration path.

Absolutely no guarantees exist around security or data loss.

Long story short: Here be dragons. Proceed with extreme care.

Subscribe with RSS Subscribe to Releases for JSON-RPC