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