Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@Annopaolo Annopaolo released this 15 Nov 15:29
· 225 commits to master since this release
v1.1.1
eaac25f

First Astarte 1.1 maintenance release.

CHANGELOG

Changes since v1.1.0:

Fixed

  • [astarte_data_updater_plant] Don't crash when retrieving the interface version
    in a device whose introspection is empty, allowing data in astarte-data_
    AMQP queues to flow seamlessy.
  • [astarte_appengine_api] Don't crash when retrieving the interface version
    in a device whose introspection is empty.
  • [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 with format=disjoint_tables.
    Fix #149.
  • [astarte-realm_management] Do not crash when some synchronous operations
    (e.g. interface install) succeed.
  • [astarte_data_updater_plant] Don't crash when handling incoming binaryblob values
    (see astarte-platform/astarte_core#95).
  • Forward-port changes from release-1.0 (correctly handle server-owned data,
    bugfixes in AppEngine, Data Updater Plant and Pairing).

Changed

  • [astarte_e2e] Update Elixir to 1.14.5 and Erlang/OTP to 25.3.2 (see #858).