-
Notifications
You must be signed in to change notification settings - Fork 13
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
Commits on Sep 19, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 60af016 - Browse repository at this point
Copy the full SHA 60af016View commit details -
Merge pull request astarte-platform#96 from Annopaolo/new-cyanide-binary
Validate Cyanide 2.0 binaries
Configuration menu - View commit details
-
Copy full SHA for 21d3b7c - Browse repository at this point
Copy the full SHA 21d3b7cView commit details
Commits on Sep 25, 2023
-
Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
Configuration menu - View commit details
-
Copy full SHA for c5f4c8d - Browse repository at this point
Copy the full SHA c5f4c8dView commit details -
Merge pull request astarte-platform#97 from Annopaolo/prepare-v1.0.5
Prepare 1.0.5 release
Configuration menu - View commit details
-
Copy full SHA for 7112060 - Browse repository at this point
Copy the full SHA 7112060View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0aaab78 - Browse repository at this point
Copy the full SHA 0aaab78View commit details -
Merge pull request astarte-platform#98 from Annopaolo/fwport-1.0
Forward port changes from v1.0
Configuration menu - View commit details
-
Copy full SHA for 29b1c45 - Browse repository at this point
Copy the full SHA 29b1c45View commit details
Commits on Oct 2, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 38aa39b - Browse repository at this point
Copy the full SHA 38aa39bView commit details -
Merge pull request astarte-platform#100 from Annopaolo/are-binaryblob…
…-arrays-in-events-ok Correctly encode binaryblobarrays in JSON payload of Astarte events
Configuration menu - View commit details
-
Copy full SHA for c9b871a - Browse repository at this point
Copy the full SHA c9b871aView commit details
Commits on Oct 3, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4fc0873 - Browse repository at this point
Copy the full SHA 4fc0873View commit details -
Merge pull request astarte-platform#99 from Annopaolo/prepare-1.1.1
Prepare 1.1.1 release
Configuration menu - View commit details
-
Copy full SHA for a7a34d3 - Browse repository at this point
Copy the full SHA a7a34d3View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32801b1 - Browse repository at this point
Copy the full SHA 32801b1View commit details