This commit is contained in:
JRoberts
2022-05-11 15:57:29 +04:00
committed by GitHub
parent 4e4eea34f9
commit 8dda99d77f
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
# 2.1.0
SMP server:
- configuration to expire inactive clients in ini file, increased TTL and check interval for client expiration
# 2.0.0
Push notifications server (beta):
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplexmq
version: 2.0.0
version: 2.1.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: 2.0.0
version: 2.1.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
@@ -96,7 +96,7 @@ supportedSMPVersions :: VersionRange
supportedSMPVersions = mkVersionRange 1 1
simplexMQVersion :: String
simplexMQVersion = "2.0.0"
simplexMQVersion = "2.1.0"
-- * Transport connection class