This release contains the following new features:
JSON-RPC web services have been refactored, to support a declarative approach using attributes.
Support for Server-Sent events in JSON-RPC web services
Special Arguments (of Type HttpRequest, HttpResponse) supported in JSON-RPC methods.
Support for default parameter values, permitting parameter names to be omitted in JSON-RPC calls.
This release also contains the following fixes:
XMPP HTTP File upload has received multiple fixes:
The Content-Type provided when requesting an upload slot, and performing the HTTP PUT is checked to ensure they are the same.
Uploaded content is checked they can be decoded, if a content decoder is available for the Content-Type. Invalid content will be rejected.