File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,24 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 1.3.0] - Unreleased
7+ ## [ 1.3.0-rc.0 ] - 2025-11-21
88### Added
99- Add the option to enable keepalive for scylladb connections, using the environment variable
1010 ` DOCKER_VERNEMQ_ASTARTE_VMQ_PLUGIN__CASSANDRA__ENABLE_KEEPALIVE ` . Defaults to ` true `
11+ - Devices can now declare support for optional Astarte MQTT v1 features to Astarte via capabilities
1112
12- ## [ 1.2.1-rc.0] 2025-08-22
13+ ## [ 1.2.1-rc.0] - 2025-08-22
1314### Changed
1415- RPC now uses erlang clustering instead of ` astarte_rpc `
1516
16- ## [ 1.2.1-alpha.0] 2025-04-10
17+ ## [ 1.2.1-alpha.0] - 2025-04-10
1718### Added
1819- Allow to set the Erlang cookie via the ` RELEASE_COOKIE `
1920 env var. Default to ` vmq ` for backwards compatibility.
2021
21- ## [ 1.2.0] 2024-07-01
22+ ## [ 1.2.0] - 2024-07-01
2223
23- ## [ 1.2.0-rc.0] 2024-05-29
24+ ## [ 1.2.0-rc.0] - 2024-05-29
2425### Added
2526- The plugin now accesses the Astarte database. The following
2627 env variables have been added:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do
2222 def project do
2323 [
2424 app: :astarte_vmq_plugin ,
25- version: "1.2.1-alpha .0" ,
25+ version: "1.3.0-rc .0" ,
2626 elixir: "~> 1.15" ,
2727 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2828 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments