File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 6.0.0
2
+
3
+ Version 6.0.0.8
4
+
5
+ Agent:
6
+ - enabled fast handshake support.
7
+ - batch-send multiple messages in each connection.
8
+ - resume subscriptions as soon as agent moves to foreground or as network connection resumes.
9
+ - "known" servers to determine whether to use SMP proxy.
10
+ - retry on SMP proxy NO_SESSION error.
11
+ - fixes to notification subscriptions.
12
+ - persistent server statistics.
13
+ - better concurrency.
14
+
15
+ SMP server:
16
+ - reduce threads usage.
17
+ - additional statistics.
18
+ - improve disabling inactive clients.
19
+ - additional control port commands for monitoring.
20
+
21
+ Notification server:
22
+ - support onion-only SMP servers.
23
+
1
24
# 5.8.2
2
25
3
26
Agent:
Original file line number Diff line number Diff line change 1
1
name : simplexmq
2
- version : 6.0.0.7
2
+ version : 6.0.0.8
3
3
synopsis : SimpleXMQ message broker
4
4
description : |
5
5
This package includes <./docs/Simplex-Messaging-Server.html server>,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : simplexmq
8
- version : 6.0.0.7
8
+ version : 6.0.0.8
9
9
synopsis : SimpleXMQ message broker
10
10
description : This package includes < . /docs/Simplex-Messaging-Server.html server>,
11
11
< . /docs/Simplex-Messaging-Client.html client> and
You can’t perform that action at this time.
0 commit comments