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+
124# 5.8.2
225
326Agent:
Original file line number Diff line number Diff line change 11name : simplexmq
2- version : 6.0.0.7
2+ version : 6.0.0.8
33synopsis : SimpleXMQ message broker
44description : |
55 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
55-- see: https://github.com/sol/hpack
66
77name : simplexmq
8- version : 6.0.0.7
8+ version : 6.0.0.8
99synopsis : SimpleXMQ message broker
1010description : This package includes < . /docs/Simplex-Messaging-Server.html server>,
1111 < . /docs/Simplex-Messaging-Client.html client> and
You can’t perform that action at this time.
0 commit comments