Skip to content

Commit 69a5896

Browse files
authored
4.1.0 (#588)
1 parent af903bd commit 69a5896

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

315
SMP server:

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: simplexmq
2-
version: 4.0.0
2+
version: 4.1.0
33
synopsis: SimpleXMQ message broker
44
description: |
55
This package includes <./docs/Simplex-Messaging-Server.html server>,

simplexmq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: simplexmq
8-
version: 4.0.0
8+
version: 4.1.0
99
synopsis: SimpleXMQ message broker
1010
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
1111
<./docs/Simplex-Messaging-Client.html client> and

src/Simplex/Messaging/Transport.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ supportedSMPServerVRange :: VersionRange
100100
supportedSMPServerVRange = mkVersionRange 1 5
101101

102102
simplexMQVersion :: String
103-
simplexMQVersion = "4.0.0"
103+
simplexMQVersion = "4.1.0"
104104

105105
-- * Transport connection class
106106

0 commit comments

Comments
 (0)