Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward port changes from release-1.1 #101

Merged
merged 11 commits into from
Nov 21, 2023

Commits on Sep 19, 2023

  1. Validate Cyanide 2.0 binaries

    Since 2.0, Cyanide binaries are encoded as a `%Cyanide.Binary{}` struct
    rather than a tuple. This made the `Mapping.ValueType.validate_value/2`
    function incorrectly return '{:error, :unexpected_value_type}` when
    when handling well-formed binaries. Handle the new format.
    
    Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
    Annopaolo committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    60af016 View commit details
    Browse the repository at this point in the history
  2. Merge pull request astarte-platform#96 from Annopaolo/new-cyanide-binary

    Validate Cyanide 2.0 binaries
    rbino authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    21d3b7c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Prepare 1.0.5 release

    Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
    Annopaolo committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c5f4c8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request astarte-platform#97 from Annopaolo/prepare-v1.0.5

    Prepare 1.0.5 release
    rbino authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7112060 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    0aaab78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request astarte-platform#98 from Annopaolo/fwport-1.0

    Forward port changes from v1.0
    rbino authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    29b1c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Correctly encode binaryblobarrays in JSON payload of Astarte events

    Encode binaryblobarray in object-aggregated values in Astarte events as
    JSON arrays of base64-encoded values rather than a list of
    `%Cyanide.Binary{}` structs.
    
    Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
    Annopaolo committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    38aa39b View commit details
    Browse the repository at this point in the history
  2. Merge pull request astarte-platform#100 from Annopaolo/are-binaryblob…

    …-arrays-in-events-ok
    
    Correctly encode binaryblobarrays in JSON payload of Astarte events
    rbino authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c9b871a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Prepare 1.1.1 release

    Move the Cyanide 2.0 CHANGELOG.md entry to the correct release version (i.e. this one).
    
    Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
    Annopaolo committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4fc0873 View commit details
    Browse the repository at this point in the history
  2. Merge pull request astarte-platform#99 from Annopaolo/prepare-1.1.1

    Prepare 1.1.1 release
    rbino authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a7a34d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    32801b1 View commit details
    Browse the repository at this point in the history