v1.0.5
Fifth Astarte 1.0 maintenance release.
CHANGELOG
Changes since v1.0.4:
Fixed
- [astarte_appengine_api] Correctly handle
binaryblob
anddatetime
in server-owned object
aggregated interfaces. - [astarte_appengine_api] Handle non-array values POSTed to an array endpoint gracefully instead of
crashing with an Internal Server Error - [astarte_appengine_api] Handle updates of objects with invalid keys gracefully instead of crashing
with an Internal Server Error. - [astarte_appengine_api] Return the number of results specified by
downsample_to
when there are more samples than the default query limit.
Fix #824. - [astarte_appengine_api] Return the number of results specified by
downsample_to
when used in combination withformat=disjoint_tables
.
Fix #149. - [astarte_appengine_api] Fix log noise with cassandra during health checks.
Fix #817. - [astarte_pairing] Fix crash when using a custom CA certificate.
- [astarte_data_updater_plant] Remove asynchronous startup of Data Updater, which could lead to Data
Updater stalling in some corner cases.
Changed
- [doc] Update the documentation structure. Pages dealing with administrative tasks involving the
Astarte Operator and Kubernetes are moved to the astarte-kubernetes-operator repository.