Astarte Message Hub Proto v0.7.0 release.
Changelog
Added
- Dynamic introspection API. #46
- Add
grpc_socket_host
optional field to theConfigMessage
to configure the server IP to bind. #57
Changed
- Send Empty parameter instead of Node in the Detach rpc. #54
- Make the
grpc_socket_port
field optional for theConfigMessage
, the default port will be50051
on the server. #57 - The Attach rpc now returns a
MessageHubEvent
, which can either be an error or an Astarte message. #56 - The information about the Node sent in an Attach rpc now contains only the node introspection, since the Node ID is sent inside the rpc metadata. #58