Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@harlem88 harlem88 released this 04 Nov 15:58
· 1 commit to master since this release
v0.7.0
17457c3

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 to toml for providing the configuration file path. #268
  • Add the host and port cli configuration options. #268
  • Add the optional grpc_socket_host option for the HTTP, gRPC and File configurations. #268
  • Handle the SIGINT and SIGTERM to shutdown the gRPC server. #268

Changed

  • Retrieve Node information from metadata to detach a node, now the detach rpc is called with Empty #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.