Releases: astarte-platform/astarte-device-sdk-elixir
Releases · astarte-platform/astarte-device-sdk-elixir
v1.0.6
V1.1.1
v1.0.5
v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Astarte v1.0.0 release.
CHANGELOG
Changed
- Standardize subscriptions (see astarte-platform/astarte#568). This reduces the network bandwidth usage.
Other Changes Since v0.11
Added
- Add validation when publishing on object aggregate interfaces.
- Make the HTTP client follow redirects when interacting with Pairing API
- Add
unset_property
function to unset a path on a property interface.
Fixed
- Correctly use a BSON binary instead of a string when publishing binaryblob values.
- Use a custom check for the hostname so that wildcard SSL certificates are supported.
Changed
- Increase the max certificate chain length to 10.
- Breaking API change:
pairing_url
now MUST NOT include the/v1
suffix.
v1.0.0-rc.0
First Astarte v1.0.0 release candidate.
CHANGELOG
Changed
- Standardize subscriptions (see astarte-platform/astarte#568). This reduces the network bandwidth usage.