Skip to content

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

v1.1.2

28 Nov 14:17
v1.1.2
a011ebd
Compare
Choose a tag to compare

Astarte Device SDK Qt5 v1.1.2 release.

CHANGELOG

Fixed

  • Allow to receive integer on longinteger interface mapping type for server-owned aggregates object.

v1.1.1

31 May 12:22
v1.1.1
a652f06
Compare
Choose a tag to compare

Astarte Device SDK Qt5 v1.1.1 release.

CHANGELOG

Added

  • Add support for receiving server-owned aggregates object.

v1.1.0

08 Mar 17:10
v1.1.0
14a9a86
Compare
Choose a tag to compare

Astarte Device SDK Qt5 v1.1.0 release.

CHANGELOG

Added

  • Introduce credentialsSecret in the configuration.

Other Changes Since v1.0.4

Added

  • Handle session present from CONNACK flag since Mosquitto 1.5.

Changed

  • Improve categorized logging.

v1.0.4

25 Oct 17:02
v1.0.4
01f2f30
Compare
Choose a tag to compare

Fourth Astarte 1.0 maintenance release.

v1.0.3

08 Jul 13:52
v1.0.3
30f9845
Compare
Choose a tag to compare

Third Astarte 1.0 maintenance release.

CHANGELOG

Changes since v1.0.2:

Added

  • Add support for receiving array types.

Changed

  • Do not use qWarning() for mosquitto debug messages.

v1.0.2

31 Mar 15:38
v1.0.2
89969f4
Compare
Choose a tag to compare

Second Astarte 1.0 maintenance release.

V1.0.1

20 Dec 17:36
v1.0.1
d5d59b6
Compare
Choose a tag to compare

First Astarte 1.0 maintenance release.

CHANGELOG

Changes since v1.0.0:

Added

  • Add public functions for connecting (connectToAstarte) and disconnecting (disconnectFromAstarte).
  • Add support for all array types by adding QList overloads to sendData

Changed

  • Make the SDK build with Qt versions earlier than 5.6. http redirects will not be supported on those versions.
  • Rename agentKey to pairingJwt in the configuration, deprecating the old name.
  • Deprecate endpoint in the configuration, introduce pairingUrl and realm in the configuration to replace it.

Fixed

  • Fixed sendUnset bug that prevented it from working.
  • Emit connectionStatusChanged only after performing the internal connection status handling (e.g. publishing the introspection).

v1.0.0

20 Dec 17:35
v1.0.0
4625614
Compare
Choose a tag to compare

Astarte v1.0.0 release.

Changes Since v0.11

Changed

  • Minor optimizations to MQTT subscribes.

Added

  • Expose connection status in the SDK.
  • Expose a way to set the MQTT keepalive.
  • Make the HTTP client follow redirects.

v1.0.0-rc.0

10 May 15:23
v1.0.0-rc.0
cef08b8
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

First Astarte v1.0.0 release candidate.

CHANGELOG

Changed

  • Minor optimizations to MQTT subscribes.

v1.0.0-beta.2

26 Mar 12:00
v1.0.0-beta.2
4e4b465
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Second Astarte v1.0.0 beta.