File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ 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
1213## [ 1.2.1-rc.0] - 2025-08-22
1314### Changed
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