Releases: astarte-platform/astarte-device-sdk-qt5
Releases · astarte-platform/astarte-device-sdk-qt5
v1.1.2
v1.1.1
v1.1.0
v1.0.4
v1.0.3
v1.0.2
V1.0.1
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
topairingJwt
in the configuration, deprecating the old name. - Deprecate
endpoint
in the configuration, introducepairingUrl
andrealm
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
v1.0.0-rc.0
First Astarte v1.0.0 release candidate.
CHANGELOG
Changed
- Minor optimizations to MQTT subscribes.
v1.0.0-beta.2
Second Astarte v1.0.0 beta.