All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Dynamic introspection API. #46
- Add
grpc_socket_host
optional field to theConfigMessage
to configure the server IP to bind. #57
- Send Empty parameter instead of Node in the Detach rpc. #54
- Make the
grpc_socket_port
field optional for theConfigMessage
, the default port will be50051
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
- Bump Rust MSRV to 1.72.0.
- Update protoc to version 26.1
- Rust: lower the minimum bound for the library dependencies
- Configuration message to be used to send configuration to the Astarte message hub.
- Bump Rust version to 1.66.1.
- Initial Astarte Message Hub Proto release.