Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@harlem88 harlem88 released this 16 Jan 11:37
· 29 commits to master since this release
v1.1.0
6e7c8e8

Astarte-Device-SDK-java v1.1.0 release.

Changelog

Added

  • Add support to array-type endpoints.
  • Add support for multiple date formats for datetime and datetimearray values
  • Sending data on an endpoint not present in interface now triggers an exception.
  • Sending an object with fewer data than needed now triggers an exception.
  • Sending a non-numeric value on an endpoint with type Double now triggers an exception.
  • Add support to parametric paths in object aggregated interfaces validation.

Changed

  • Data is now validated against their exact types.
  • Update Gradle to latest stable 7.6
  • [android] Update Android Gradle plugin and Android target version