All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #14 adds support for PHP 7.3.
- Nothing.
- Nothing.
- #14 removes support for zend-stdlib v2 releases.
- Nothing.
- #13 adds support for PHP 7.1 and 7.2.
- #6 updates the default
Accept
andContent-Type
header values issued by theClient
toapplication/json-rpc
, which is more correct per the JSON-RPC spec.
- Nothing.
-
#6 fixes how the
Client
handles theAccept
andContent-Type
headers, honoring those already present in the request, and providing defaults if not. -
#4 provides a fix to how parameters are validated, ensuring default values are provided when known (and only when named parameters are provided), and an error is raised when not enough parameters are provided.
-
#2 fixes an issue with how the
Response::setOptions()
method would handle a key of0
; previously, it would (incorrectly) set the JSON-RPC version of the response; now it does not.
First release as a standalone component. Previous releases were as part of zend-json.
- Nothing.
- Nothing.
- Nothing.
- Nothing.