Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.92.2] - Unreleased

Fixed

  • Parse device aliases as a map, not as an array.

[0.92.1]- 2024-09-16

Added

  • Add template type support for trigger, thus enabling Mustache templating.

Fixed

  • Fixed trigger parse for HTTPHeaders.
  • Fixed validation behavior when KnownValue equal to "nil" and ValueMatchOperator equal to "*".
  • Updated validation function to allow string Datetime.
  • Fixed LongIntegerArray parsing for interface values.

[0.92.0]- 2023-11-16

Added

  • Add triggers package to validate Astarte triggers.

[0.91.1] - 2023-07-26

Fixed

  • Allow the creation of realms when explicitly setting a replication class. Fixes a regression introduced in v0.91.0.

[0.91.0] - 2023-05-29

Changed

  • Replace device metadata with attributes.
  • BREAKING: Remove the 0.90.1 Astarte client API and introduce a clean, idiomatic API. See #33.
  • BREAKING: add the isAsync parameter to InstallInterface and UpdateInterface functions to allow synchronous calls.

Fixed

  • Raw properly updates the paginator's state when retrieving paginated data.
  • Fix the logic for retrieving data from Appengine API for both time series and data snapshots.

[0.90.1] - 2021-03-03

Changed

  • Update dependencies

[0.90.0] - 2021-03-02

Added

  • Initial release