This commit is contained in:
Evgeny Poberezkin
2024-10-25 15:41:30 +01:00
parent 870a60fc5d
commit a7f5297ad1
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
# 6.1.2
Servers: more reliable restoring of state.
SMP server: reduced memory usage and faster start.
Notifications: compensate for iOS notifications being droppted by Apple while device is offline (#1378):
- Ntf server: send multiple SMP notifications in one iOS notification.
- Agent: get multiple messages for one iOS notification.
# 6.1.1
SMP:

View File

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