This commit is contained in:
Evgeny Poberezkin
2022-11-09 06:33:53 +00:00
committed by GitHub
parent 8f9e6c2112
commit d2b88a1baa
4 changed files with 17 additions and 3 deletions
+14
View File
@@ -1,3 +1,17 @@
# 3.4.0
SMP agent:
- increase concurrency with connection-level locks
- fix issues identified in security assessment (see the announcement: https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20221108-simplex-chat-v4.2-security-audit-new-website.md)
- manual connection queue rotation
- optional client data in connection requests links
SMP server:
- specialize monad stack to improve performance
- log slow commands
# 3.3.0
SMP server:
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplexmq
version: 3.3.1
version: 3.4.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,
+1 -1
View File
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplexmq
version: 3.3.1
version: 3.4.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and
+1 -1
View File
@@ -99,7 +99,7 @@ supportedSMPServerVRange :: VersionRange
supportedSMPServerVRange = mkVersionRange 1 4
simplexMQVersion :: String
simplexMQVersion = "3.3.1"
simplexMQVersion = "3.4.0"
-- * Transport connection class