Releases: astarte-platform/astarte_core
Releases · astarte-platform/astarte_core
v1.2.1
Astarte v1.2.1 release.
Changes since v1.2.0
Added
- Allow
to_intin custom enum types to be called with valid integers - Allow
from_intin custom enum types to be called with valid atoms - Expose a custom
@typefor all structs - Implement json encoder for
IncomingIntrospectionEvent
Fixed
- [astarte_realm_management] Insufficient validation for conflicting options in interface aggregate mappings (#1072)
v1.3.0-rc.1
Second Astarte v1.3.0 release candidate.
Changes since v1.3.0-rc.0
Fixed
- BREAKING: Trigger target decoding now returns the headers as a map instead of a list, in
accordance with the typespec
v1.3.0-rc.0
First Astarte v1.3.0 release candidate.
Changes since v1.2
Added
- Device capabilities
- Device capability
purge_property_compression_format - Add events for device deletion started and finished.
- Add event for device registration.
v1.2.1-rc.0
First Astarte v1.2.1 rerlease candidate.
Changes since v1.2.0
Added
- Allow
to_intin custom enum types to be called with valid integers - Allow
from_intin custom enum types to be called with valid atoms - Expose a custom
@typefor all structs - Implement json encoder for
IncomingIntrospectionEvent
v1.2.0
Astarte v1.2.0 release.
Changes since v1.1
Added
- Function for translating realm to keyspace, to support multiple Astarte instances sharing the same database
Changed
- Bump Elixir to 1.15.7.
- Bump Erlang/OTP to 26.1.
IncomingIntrospectionEventnow holds a interface-name -> {major, minor} map instead of the plain introspection string.
v1.2.0-rc.0
First Astarte v1.2.0 release candidate.
Changes since v1.0
Added
- Function for translating realm to keyspace, to support multiple Astarte
instances sharing the same database
Changed
- Bump Elixir to 1.15.7.
- Bump Erlang/OTP to 26.1.
- IncomingIntrospectionEvent holds now a interface-name -> {major, minor} map
instead of the plain introspection string.
v1.0.6
v1.1.1
v1.0.5
v1.1.0
Astarte v1.1.0 release.
Changes since v1.0
Changed
- Bump Elixir and Erlang to 1.14.5 and 25.3.2, respectively.
- Extend interface mappings charset to support name prefixed with underscore
- Introspection triggers are part of device triggers. Expose an API closer to other triggers.