This commit is contained in:
Evgeny Poberezkin
2022-10-01 12:08:54 +01:00
committed by GitHub
parent 29332a5e9f
commit b686bc0c17
4 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
# 3.3.0
SMP server:
- allow repeated KEY command with the same key (to avoid failures on retries)
SMP agent:
- enable/disable connection notifications
- asynchronous commands that retry on network error
- use SQLCipher
# 3.2.0
SMP agent:

View File

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

View File

@@ -99,7 +99,7 @@ supportedSMPServerVRange :: VersionRange
supportedSMPServerVRange = mkVersionRange 1 4
simplexMQVersion :: String
simplexMQVersion = "3.2.0"
simplexMQVersion = "3.3.0"
-- * Transport connection class