Release Notes
This is a maintenance release.
-
Updated certificates
The sample certificates in Version
0.5.0
have expired. New versions ofinsecure_device_cert.crt
andinsecure_root_cert.crt
have been created, as well as a corresponding sample credential file,insecure_credential.jwt
. -
A new JSON codec was introduced in
0.5.0
, but adaptation was only partial, relying on a conversion layer. In this version, the remainder of the code has been rewritten for thejsx
data representation. -
caching authorization results for higher performance.
-
added support for TLS options (and turning of TLS session caching as default)
-
various bug fixes, particularly a subtle bug in the fragmentation support
-
some added tracing support
-
added "get_node_service_prefix" in the service edge API. The
"get_node_service_prefix"
method returns the service prefix of the RVI node. The option{"full": false}
returns only the domain name, whereas{"full": true}
returns the<domain>/<type>/<UUID>
triple. -
some improvements in the Websocket python client
-
the sample credential now uses
"right_to_receive"
instead of"right_to_register"
(but both forms are supported in both0.5.0
and0.5.1
)