Astarte Message Hub v0.7.0 release.
CHANGELOG
Added
- Provide support to dynamically add or remove interfaces from a Node introspection #241
- Create a
Dockerfile
to build the message hub as a container #268 - Add
-c
and--config
flags as an alternative totoml
for providing the configuration file path. #268 - Add the
host
andport
cli configuration options. #268 - Add the optional
grpc_socket_host
option for the HTTP, gRPC and File configurations. #268 - Handle the
SIGINT
andSIGTERM
to shutdown the gRPC server. #268
Changed
- Retrieve Node information from metadata to detach a node, now the
detach
rpc is called withEmpty
#251 - Print a warning when the
-t/--toml
flag is used, while still accepting it, and require it to be a well formed path. #268 - Make the
grpc_socket_port
optional for the HTTP, gRPC and File configurations. #268 - Default to
127.0.0.1:50051
if no host and port is configured. #268 - Handle the new return type of the Attach rpc,
MessageHubEvent
, which can either be an error or an Astarte message. #264 - Retrieve the Node ID information from the grpc metadata also for the Attach rpc. #264
- Update Astarte Device Sdk to 0.9.2 release.