Skip to content

Releases: astarte-platform/astarte_core

v1.2.1

06 Mar 13:03
v1.2.1
1e896b2

Choose a tag to compare

Astarte v1.2.1 release.

Changes since v1.2.0

Added

  • Allow to_int in custom enum types to be called with valid integers
  • Allow from_int in custom enum types to be called with valid atoms
  • Expose a custom @type for 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

26 Jan 07:57
v1.3.0-rc.1
ed0f131

Choose a tag to compare

v1.3.0-rc.1 Pre-release
Pre-release

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

20 Oct 13:47
v1.3.0-rc.0
94bd693

Choose a tag to compare

v1.3.0-rc.0 Pre-release
Pre-release

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

22 Aug 13:55
9f40710

Choose a tag to compare

v1.2.1-rc.0 Pre-release
Pre-release

First Astarte v1.2.1 rerlease candidate.

Changes since v1.2.0

Added

  • Allow to_int in custom enum types to be called with valid integers
  • Allow from_int in custom enum types to be called with valid atoms
  • Expose a custom @type for all structs
  • Implement json encoder for IncomingIntrospectionEvent

v1.2.0

01 Jul 10:17
v1.2.0
3482b3c

Choose a tag to compare

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.
  • IncomingIntrospectionEvent now holds a interface-name -> {major, minor} map instead of the plain introspection string.

v1.2.0-rc.0

28 May 10:59
v1.2.0-rc.0
3574f38

Choose a tag to compare

v1.2.0-rc.0 Pre-release
Pre-release

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

18 Apr 12:54
v1.0.6
1e42331

Choose a tag to compare

Sixth Astarte 1.0 maintenance release.

v1.1.1

03 Oct 13:43
v1.1.1
a7a34d3

Choose a tag to compare

First Astarte 1.1 maintenance release.

CHANGELOG

Fixed

  • Handle Cyanide 2.0 binaries correctly. Fix #95.
  • Correctly encode binaryblobarrays in JSON payload of Astarte events.

v1.0.5

25 Sep 13:05
v1.0.5
7112060

Choose a tag to compare

Fifth Astarte 1.0 maintenance release.

CHANGELOG

Changes since v1.0.4:

Fixed

  • Do not allow mappings where database_retention_policy is
    use_ttl but no ttl is set. Fix #84.

v1.1.0

20 Jun 14:22
v1.1.0
8425a55

Choose a tag to compare

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.