This commit is contained in:
Evgeny Poberezkin
2022-06-07 11:55:28 +01:00
parent 3f69636f1a
commit a3d1f5540d
4 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
# 2.2.0
SMP server:
- Fix sockets/threads/memory leak
SMP agent:
- Support stopping and resuming agent with `disconnectAgentClient` / `resumeAgentClient`
# 2.1.1
SMP server:

View File

@@ -1,5 +1,5 @@
name: simplexmq
version: 2.1.1
version: 2.2.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: 2.1.1
version: 2.2.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and

View File

@@ -96,7 +96,7 @@ supportedSMPVersions :: VersionRange
supportedSMPVersions = mkVersionRange 1 1
simplexMQVersion :: String
simplexMQVersion = "2.1.1"
simplexMQVersion = "2.2.0"
-- * Transport connection class