This commit is contained in:
Evgeny Poberezkin
2024-06-16 07:36:38 -07:00
parent 4bbadffa37
commit f616cb7b3e
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
# 5.8.1
Agent:
- API to reconnect one server.
- Better error handling of file errors and remote control connection errors.
- Only start uploading file once all chunks were registered on the servers.
SMP server:
- additional stats for sent message notifications.
- fix server page layout.
# 5.8.0
Version 5.8.0.10

View File

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