This commit is contained in:
Evgeny Poberezkin
2022-12-29 21:33:55 +00:00
committed by GitHub
parent af903bd405
commit 69a5896dac
4 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
# 4.1.0
SMP agent and server:
- option to toggle TLS handshake error logs (disabled by default).
SMP agent:
- include server address in BROKER error.
- api to get hash of double ratchet associated data (for connection verification).
- api to get agent statistics.
# 4.0.0
SMP server:

View File

@@ -1,5 +1,5 @@
name: simplexmq
version: 4.0.0
version: 4.1.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,

View File

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplexmq
version: 4.0.0
version: 4.1.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and

View File

@@ -100,7 +100,7 @@ supportedSMPServerVRange :: VersionRange
supportedSMPServerVRange = mkVersionRange 1 5
simplexMQVersion :: String
simplexMQVersion = "4.0.0"
simplexMQVersion = "4.1.0"
-- * Transport connection class