Skip to content

Commit 4af59d6

Browse files
authored
Merge pull request #120 from Annopaolo/prepare-1.3.0-rc.0
chore: prepare 1.3.0-rc.0
2 parents 2abcf21 + bfa493f commit 4af59d6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)