Skip to content

Releases: astarte-platform/astarte-message-hub

v0.7.0

04 Nov 15:58
v0.7.0
17457c3
Compare
Choose a tag to compare

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.

v0.6.1

04 Jun 15:11
v0.6.1
ddd88cb
Compare
Choose a tag to compare

Astarte Message Hub v0.6.1 release.

CHANGELOG

Other Changes Since v0.5.4

Fixed

  • Update sdk dependency to fix a purge property bug #341.

v0.5.4

24 May 09:47
v0.5.4
930c96d
Compare
Choose a tag to compare

Astarte Message Hub v0.5.4 release.

Changelog

Fixed

  • Update sdk dependency to fix a purge property bug #341.

v0.6.0

09 May 13:24
v0.6.0
54dcd87
Compare
Choose a tag to compare

Astarte Message Hub v0.6.0 release.

Changelog

Changed

  • Update Astarte Device Sdk to 0.8.1 release.
  • Bump MSRV to 1.72.0.
  • Introduce Node ID check for gRPC metadata.

v0.5.3

31 Jan 15:08
v0.5.3
0be73fb
Compare
Choose a tag to compare

Astarte Message Hub v0.5.3 release.

Changelog

Added

  • Option to configure the timeout and keep alive interval for the MQTT connection to astarte.

v0.5.2

03 Jul 08:59
v0.5.2
a990198
Compare
Choose a tag to compare

Astarte Message Hub v0.5.2 release.

Changelog

Added

  • Add support to receive device_id option from dbus.

Changed

  • Make device_id options as optional field.

v0.5.1

26 Apr 14:44
v0.5.1
97b6927
Compare
Choose a tag to compare

Enable building Astarte Message Hub docs on docs.rs

v0.5.0

21 Apr 15:15
v0.5.0
7ea51ea
Compare
Choose a tag to compare

First Astarte Message Hub release