Skip to content

v1.0.3

Compare
Choose a tag to compare
@bettio bettio released this 05 Jul 13:57
· 680 commits to master since this release
v1.0.3
941bc49

Third Astarte 1.0 maintenance release.

CHANGELOG

Changes since v1.0.2:

Fixed

  • [astarte_appengine_api] Consider allow_bigintegers and allow_safe_bigintegers params
    when querying the root of individual datastream / properties interfaces.
    Fix #630.
  • [astarte_appengine_api] Correctly return 405 "Cannot write to device owned resource" when
    POSTing on device-owned interfaces. Fix #264.
  • [astarte_appengine_api] Correctly return 405 "Cannot write to read-only resource" when
    POSTing on incomplete paths of server-owned interfaces.
  • [astarte_e2e] Fix ssl options handling so that the e2e client is aware of the CA.

Changed

  • [doc] Administrator Guide: bump cert-manager dependency to v1.7.0.
  • [data_updater_plant] Increase the declare_exchange timeout to 60 sec.
  • [data_updater_plant] Increase the publish timeout to 60 sec for the AMQPEventsProducer.
  • [astarte_realm_management_api] Do not crash when receiving trigger errors.
    Fix 683.
  • [astarte_e2e] Allow setting custom subjects for alerting emails.
  • [astarte_e2e] Group in a single thread emails referencing the same failure_id.
  • [astarte_appengine_api] Make property unset succeed independently of whether a device
    session exists on the broker or not. Fix #640.
  • [astarte_data_updater_plant] Log the base64-encoded object when receiving an object
    with unexpected key.