Skip to content

Releases: astarte-platform/astarte-message-hub-proto

v0.7.0

02 Sep 10:23
v0.7.0
ef7b4af
Compare
Choose a tag to compare

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

v0.6.2

23 Apr 10:24
v0.6.2
7705c4f
Compare
Choose a tag to compare

Astarte Message Hub Proto v0.6.2 release.

Changelog

Changed

  • Bump Rust MSRV to 1.72.0.
  • Update protoc to version 26.1

v0.6.1

21 Dec 12:25
v0.6.1
9cbea5a
Compare
Choose a tag to compare

Astarte Message Hub Proto v0.6.1 release.

Changelog

Changed

  • Rust: lower the minimum bound for the library dependencies

v0.6.0

13 Dec 10:34
v0.6.0
3ba9f65
Compare
Choose a tag to compare

Astarte Message Hub Proto v0.6.0 release.

Changelog

Added

  • Configuration message to be used to send configuration to the Astarte message hub.

Changed

  • Bump Rust version to 1.66.1.

v0.5.1

03 Nov 10:44
v0.5.1
f5ecf0b
Compare
Choose a tag to compare

First Astarte Message Hub Proto release