Skip to content

Releases: astarte-platform/astarte-device-sdk-rust

v0.9.2

04 Nov 15:51
v0.9.2
e427358
Compare
Choose a tag to compare

Astarte Device SDK Rust v0.9.2 release.

CHANGELOG

Fixed

  • Send purge device properties when session_present is fault #390

v0.9.1

25 Sep 14:47
v0.9.1
bf35d4f
Compare
Choose a tag to compare

Astarte Device SDK Rust v0.9.1 release.

CHANGELOG

Changed

  • Generate the certificate using rcgen from rustls. #384

v0.9.0

24 Sep 15:12
v0.9.0
83aad3d
Compare
Choose a tag to compare

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

11 Sep 10:32
v0.8.4
0005e97
Compare
Choose a tag to compare

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

22 Aug 15:46
v0.8.3
079d1f1
Compare
Choose a tag to compare

Astarte Device SDK Rust v0.8.3 release.

CHANGELOG

Changed

  • Derive Clone for the MQTT Credential enum #369.

v0.8.2

29 May 10:21
v0.8.2
429c5e4
Compare
Choose a tag to compare

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

27 May 16:20
v0.7.4
f3f41d9
Compare
Choose a tag to compare

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

27 May 10:43
v0.6.6
585c560
Compare
Choose a tag to compare

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

22 May 15:28
v0.5.4
21a4f02
Compare
Choose a tag to compare

Astarte Device SDK Rust v0.5.4 release.

CHANGELOG

Fixed

  • Purge property deletes only the server property #342.

v0.8.1

03 May 11:02
v0.8.1
be651bf
Compare
Choose a tag to compare

Astarte Device SDK Rust v0.8.1 release.

CHANGELOG

Fixed

  • Correct the interfaces iterator logic to send the correct device introspection #334