File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # 4.1.0
2+
3+ SMP agent and server:
4+
5+ - option to toggle TLS handshake error logs (disabled by default).
6+
7+ SMP agent:
8+
9+ - include server address in BROKER error.
10+ - api to get hash of double ratchet associated data (for connection verification).
11+ - api to get agent statistics.
12+
113# 4.0.0
214
315SMP server:
Original file line number Diff line number Diff line change 11name : simplexmq
2- version : 4.0 .0
2+ version : 4.1 .0
33synopsis : SimpleXMQ message broker
44description : |
55 This package includes <./docs/Simplex-Messaging-Server.html server>,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : simplexmq
8- version : 4.0 .0
8+ version : 4.1 .0
99synopsis : SimpleXMQ message broker
1010description : This package includes < . /docs/Simplex-Messaging-Server.html server>,
1111 < . /docs/Simplex-Messaging-Client.html client> and
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ supportedSMPServerVRange :: VersionRange
100100supportedSMPServerVRange = mkVersionRange 1 5
101101
102102simplexMQVersion :: String
103- simplexMQVersion = " 4.0 .0"
103+ simplexMQVersion = " 4.1 .0"
104104
105105-- * Transport connection class
106106
You can’t perform that action at this time.
0 commit comments