This commit is contained in:
Evgeny Poberezkin
2025-08-23 20:05:10 +01:00
parent e48bedeaf2
commit a2d777bda0
2 changed files with 23 additions and 1 deletions

View File

@@ -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:

View File

@@ -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