Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@harlem88 harlem88 released this 02 Sep 10:23
· 4 commits to master since this release
v0.7.0
ef7b4af

Astarte Message Hub Proto v0.7.0 release.

Changelog

Added

  • Dynamic introspection API. #46
  • Add grpc_socket_host optional field to the ConfigMessage 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 the ConfigMessage, the default port will be 50051 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