From f7d24fe57a63e7fa54e1557a3f3e9cbe609f8def Mon Sep 17 00:00:00 2001 From: Francesco Noacco Date: Fri, 3 Apr 2026 16:54:13 +0200 Subject: [PATCH] chore: prepare v1.4.0-rc.0 Signed-off-by: Francesco Noacco --- CHANGELOG.md | 7 +++++++ mix.exs | 4 ++-- mix.lock | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc3456..6e021be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.4.0-rc.0] - 2026-04-07 + +### Changed + +- Update VerneMQ to 2.0.1 +- Use mississippi as AMQP publisher + ## [1.3.0-rc.1] - 2026-01-23 ## [1.3.0-rc.0] - 2025-11-21 diff --git a/mix.exs b/mix.exs index aecb6dc..96ae9f4 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do def project do [ app: :astarte_vmq_plugin, - version: "1.3.0-rc.1", + version: "1.4.0-rc.0", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, @@ -77,7 +77,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do defp astarte_required_modules(_) do [ - {:astarte_core, github: "astarte-platform/astarte_core", tag: "v1.3.0-rc.1", override: true} + {:astarte_core, github: "astarte-platform/astarte_core", tag: "v1.4.0-rc.0", override: true} ] end diff --git a/mix.lock b/mix.lock index d9df5a9..95c8c5c 100644 --- a/mix.lock +++ b/mix.lock @@ -1,7 +1,7 @@ %{ "amqp": {:hex, :amqp, "3.3.0", "056d9f4bac96c3ab5a904b321e70e78b91ba594766a1fc2f32afd9c016d9f43b", [:mix], [{:amqp_client, "~> 3.9", [hex: :amqp_client, repo: "hexpm", optional: false]}], "hexpm", "8d3ae139d2646c630d674a1b8d68c7f85134f9e8b2a1c3dd5621616994b10a8b"}, "amqp_client": {:hex, :amqp_client, "3.12.10", "dcc0d5d0037fa2b486c6eb8b52695503765b96f919e38ca864a7b300b829742d", [:make, :rebar3], [{:credentials_obfuscation, "3.4.0", [hex: :credentials_obfuscation, repo: "hexpm", optional: false]}, {:rabbit_common, "3.12.10", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "16a23959899a82d9c2534ed1dcf1fa281d3b660fb7f78426b880647f0a53731f"}, - "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "ed0f13174a94de5f6107aa327b61e7697ca4a224", [tag: "v1.3.0-rc.1"]}, + "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "2195e685b6864225292819fef56fc2ded0d39e34", [tag: "v1.4.0-rc.0"]}, "astarte_generators": {:git, "https://github.com/astarte-platform/astarte_generators.git", "fac08cf4152601d345b4f177a145ad888ad35f3b", []}, "astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "c0d77760fb12256a23a2d00e1a119496a089fa9d", []}, "castore": {:hex, :castore, "1.0.7", "b651241514e5f6956028147fe6637f7ac13802537e895a724f90bf3e36ddd1dd", [:mix], [], "hexpm", "da7785a4b0d2a021cd1292a60875a784b6caef71e76bf4917bdee1f390455cf5"},