From a2d777bda0af2a7ee7cd68952eaf7c86329427ad Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 23 Aug 2025 20:05:10 +0100 Subject: [PATCH] 6.4.4.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ simplexmq.cabal | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3224da07a..58c4dc559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 6.4.4 + +Servers: +- fix server pages when source code is not specified. +- include commit SHA in printed version and in web page (#1608). + +SMP server: +- support short SimpleX addresses in server information page (#1600). +- wrap all queries in transactions (#1603). + +SMP agent: +- chat relay address type for short links (#1602). +- extend xrcp certificate validity 1 hour in the past, to allow out of sync clocks (#1601). + +# 6.4.3 + +SMP agent: +- fix some connection errors by updating contact request server hosts to match server in short link (#1597). + +SMP server: +- support short link URI as queue identifier in control port commands (#1596). + # 6.4.2 SMP server: diff --git a/simplexmq.cabal b/simplexmq.cabal index 1c75b162c..e96f3f1db 100644 --- a/simplexmq.cabal +++ b/simplexmq.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: simplexmq -version: 6.4.4.0 +version: 6.4.4.1 synopsis: SimpleXMQ message broker description: This package includes <./docs/Simplex-Messaging-Server.html server>, <./docs/Simplex-Messaging-Client.html client> and