Releases: astarte-platform/astarte-device-sdk-rust
Releases · astarte-platform/astarte-device-sdk-rust
v0.9.2
Astarte Device SDK Rust v0.9.2 release.
CHANGELOG
Fixed
- Send purge device properties when
session_present
is fault #390
v0.9.1
Astarte Device SDK Rust v0.9.1 release.
CHANGELOG
Changed
- Generate the certificate using
rcgen
from rustls
. #384
v0.9.0
Astarte Device SDK Rust v0.9.0 release.
CHANGELOG
Added
- Update the Dynamic Introspection to support adding or removing interfaces from a MessageHub Node. #330
- Implement the retention stored for the
SqliteStore
and the volatile with an in memory structure. #363
Changed
- Use Empty type rather than Node to detach a Node. #340.
- Handle the new return type of the Attach rpc,
MessageHubEvent
, which can either be an error or an Astarte message #362
- Retrieve the Node ID information from the grpc metadata also for the Attach rpc. #372.
v0.8.4
Astarte Device SDK Rust v0.8.4 release.
CHANGELOG
Changed
- Improve the rendering of the documentation on docs.rs, showing all the features and which one needs to be activated for a specific item.
v0.8.3
Astarte Device SDK Rust v0.8.3 release.
CHANGELOG
Changed
- Derive
Clone
for the MQTT Credential
enum #369.
v0.8.2
Astarte Device SDK Rust v0.8.2 release.
CHANGELOG
Other Changes Since v0.5.4
Fixed
- Purge property deletes only the server property #342.
v0.7.4
Astarte Device SDK Rust v0.7.4 release.
CHANGELOG
Other Changes Since v0.5.4
Fixed
- Purge property deletes only the server property #342.
v0.6.6
Astarte Device SDK Rust v0.6.6 release.
CHANGELOG
Other Changes Since v0.5.4
Fixed
- Purge property deletes only the server property #342.
v0.5.4
Astarte Device SDK Rust v0.5.4 release.
CHANGELOG
Fixed
- Purge property deletes only the server property #342.
v0.8.1
Astarte Device SDK Rust v0.8.1 release.
CHANGELOG
Fixed
- Correct the interfaces iterator logic to send the correct device introspection #334